Home
last modified time | relevance | path

Searched refs:negate_result (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/sh/lib/
Dudivsi3_i4i-Os.S112 mova negate_result,r0
125 negate_result: label
/external/python/cpython3/Objects/
Dfloatobject.c687 int negate_result = 0; in float_pow() local
764 negate_result = DOUBLE_IS_ODD_INTEGER(iw); in float_pow()
779 return PyFloat_FromDouble(negate_result ? -1.0 : 1.0); in float_pow()
791 if (negate_result) in float_pow()
/external/python/cpython2/Objects/
Dfloatobject.c821 int negate_result = 0; in float_pow() local
897 negate_result = DOUBLE_IS_ODD_INTEGER(iw); in float_pow()
912 return PyFloat_FromDouble(negate_result ? -1.0 : 1.0); in float_pow()
924 if (negate_result) in float_pow()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion_test.cc125 HloInstruction* negate_result = in TEST_F() local
132 scalar_s32, HloOpcode::kSubtract, negate_result, constant)); in TEST_F()