Home
last modified time | relevance | path

Searched refs:is_neg (Results 1 – 6 of 6) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dutil.py61 is_neg = False
63 is_neg = True
73 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:
/external/curl/lib/
Dmprintf.c606 int is_neg; in dprintf_formatf() local
722 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()
/external/u-boot/common/
Dbedbug.c860 int is_neg = 0; in parse_operand() local
873 is_neg = 1; in parse_operand()
878 if (is_neg) in parse_operand()
994 int is_neg = 0; in read_number() local
1002 is_neg = 1; in read_number()
1011 if (is_neg) in read_number()
/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc251 auto is_neg = [&](const NodeDef& node) { return node.op() == "Neg"; }; in TEST_F() local
254 /*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()
/external/libaom/libaom/examples/
Dinspect.c345 int is_neg = 0; in put_num() local
354 is_neg = 1; in put_num()
361 if (is_neg) { in put_num()
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp281 bool is_neg() in is_neg() function
922 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()