Searched refs:negate_result (Results 1 – 3 of 3) sorted by relevance
691 int negate_result = 0; in float_pow() local768 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()
125 HloInstruction* negate_result = in TEST_F() local132 scalar_s32, HloOpcode::kSubtract, negate_result, constant)); in TEST_F()
821 int negate_result = 0; in float_pow() local897 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()