Searched refs:floatx80_is_infinity (Results 1 – 3 of 3) sorted by relevance
1373 } else if (((floatx80_is_infinity(ST0) && !floatx80_is_infinity(ST1)) || in helper_fpatan()1422 } else if (floatx80_is_infinity(ST1)) { in helper_fpatan()1423 if (floatx80_is_infinity(ST0)) { in helper_fpatan()1442 } else if (floatx80_is_infinity(ST0) || arg0_exp - arg1_exp >= 80) { in helper_fpatan()1809 } else if (floatx80_is_infinity(ST0)) { in helper_fxtract()2153 } else if (floatx80_is_infinity(ST1)) { in helper_fyl2x()2168 } else if (floatx80_is_infinity(ST0)) { in helper_fyl2x()2321 } else if (floatx80_is_infinity(ST1) && in helper_fscale()2325 if (floatx80_is_infinity(ST0)) { in helper_fscale()
458 } else if (floatx80_is_infinity(val->d)) { in HELPER()
990 static inline bool floatx80_is_infinity(floatx80 a) in floatx80_is_infinity() function