Searched refs:negate_result (Results 1 – 4 of 4) sorted by relevance
112 mova negate_result,r0125 negate_result: label
687 int negate_result = 0; in float_pow() local764 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()
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()
125 HloInstruction* negate_result = in TEST_F() local132 scalar_s32, HloOpcode::kSubtract, negate_result, constant)); in TEST_F()