Searched refs:floatx80_is_neg (Results 1 – 3 of 3) sorted by relevance
2276 if (floatx80_is_neg(ST0)) { in helper_fsqrt()2324 if (floatx80_is_neg(ST1)) { in helper_fscale()2329 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()2338 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()
452 if (floatx80_is_neg(val->d)) { in HELPER()
1000 static inline bool floatx80_is_neg(floatx80 a) in floatx80_is_neg() function