Searched refs:floatx80_is_neg (Results 1 – 3 of 3) sorted by relevance
2302 if (floatx80_is_neg(ST0)) { in helper_fsqrt()2351 if (floatx80_is_neg(ST1)) { in helper_fscale()2356 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()2365 ST0 = floatx80_default_inf(floatx80_is_neg(ST0), in helper_fscale()
451 if (floatx80_is_neg(val->d)) { in HELPER()
1013 static inline bool floatx80_is_neg(floatx80 a) in floatx80_is_neg() function