Searched refs:floatx80_is_zero (Results 1 – 3 of 3) sorted by relevance
1163 if (!floatx80_is_zero(ST0)) { in helper_f2xm1()1197 if (floatx80_is_zero(y)) { in helper_f2xm1()1394 } else if (floatx80_is_zero(ST1) && !arg0_sign) { in helper_fpatan()1413 if (!floatx80_is_zero(ST1) && in helper_fpatan()1438 if (floatx80_is_zero(ST1)) { in helper_fpatan()1462 } else if (floatx80_is_zero(ST0) || arg1_exp - arg0_exp >= 80) { in helper_fpatan()1816 if (floatx80_is_zero(ST0)) { in helper_fxtract()1871 if (floatx80_is_zero(ST0) || floatx80_is_zero(ST1) || in helper_fprem_common()2090 } else if (floatx80_is_zero(ST0) || floatx80_is_zero(ST1) || in helper_fyl2xp1()2176 } else if (arg0_sign && !floatx80_is_zero(ST0)) { in helper_fyl2x()[all …]
459 } else if (floatx80_is_zero(val->d)) { in HELPER()
1018 static inline bool floatx80_is_zero(floatx80 a) in floatx80_is_zero() function