Searched refs:is_neg (Results 1 – 6 of 6) sorted by relevance
61 is_neg = False63 is_neg = True73 if signed and not is_neg and ord(output[0:1]) & 0x80:79 if is_neg:84 elif is_neg and ord(output[0:1]) & 0x80 == 0:
606 int is_neg; in dprintf_formatf() local722 is_neg = (p->data.num.as_signed < (mp_intmax_t)0) ? 1 : 0; in dprintf_formatf()723 if(is_neg) { in dprintf_formatf()735 is_neg = 0; in dprintf_formatf()767 if(is_neg || (p->flags & FLAGS_SHOWSIGN) || (p->flags & FLAGS_SPACE)) in dprintf_formatf()774 if(is_neg) in dprintf_formatf()860 is_neg = 0; in dprintf_formatf()
860 int is_neg = 0; in parse_operand() local873 is_neg = 1; in parse_operand()878 if (is_neg) in parse_operand()994 int is_neg = 0; in read_number() local1002 is_neg = 1; in read_number()1011 if (is_neg) in read_number()
251 auto is_neg = [&](const NodeDef& node) { return node.op() == "Neg"; }; in TEST_F() local254 /*follow_control_input=*/false, is_neg); in TEST_F()271 /*follow_control_input=*/true, is_neg); in TEST_F()278 /*follow_control_input=*/false, is_neg); in TEST_F()
345 int is_neg = 0; in put_num() local354 is_neg = 1; in put_num()361 if (is_neg) { in put_num()
281 bool is_neg() in is_neg() function922 if (info.is_neg() && instr->opcode == aco_opcode::v_add_f32) { in label_instruction()926 } else if (info.is_neg() && instr->opcode == aco_opcode::v_add_f16) { in label_instruction()930 } else if (info.is_neg() && can_use_mod) { in label_instruction()1317 if (ctx.info[instr->operands[1].tempId()].is_neg()) { in label_instruction()2669 …if (ctx.info[instr->definitions[0].tempId()].is_neg() && ctx.uses[instr->operands[1].tempId()] == … in combine_instruction()