Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c691 int negate_result = 0; in float_pow() local
768 negate_result = DOUBLE_IS_ODD_INTEGER(iw); in float_pow()
783 return PyFloat_FromDouble(negate_result ? -1.0 : 1.0); in float_pow()
793 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()
/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()