Searched refs:force_inexact (Results 1 – 5 of 5) sorted by relevance
165 float force_inexact = 1.0f + FLT_MIN; in fromfp_round_and_return() local166 math_force_eval (force_inexact); in fromfp_round_and_return()
101 double force_inexact = 1.0 / 3.0; in __ieee754_sqrt()102 math_force_eval (force_inexact); in __ieee754_sqrt()
153 long double force_inexact = huge + x; in __ieee754_asinl() local154 math_force_eval (force_inexact); in __ieee754_asinl()
159 _Float128 force_inexact = huge + x; in __ieee754_asinl() local160 math_force_eval (force_inexact); in __ieee754_asinl()
352 FLOAT force_inexact = (FLOAT) 1 + MIN_VALUE; in round_and_return() local353 math_force_eval (force_inexact); in round_and_return()