Home
last modified time | relevance | path

Searched refs:force_inexact (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/math/
Dfromfp.h165 float force_inexact = 1.0f + FLT_MIN; in fromfp_round_and_return() local
166 math_force_eval (force_inexact); in fromfp_round_and_return()
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_sqrt.c101 double force_inexact = 1.0 / 3.0; in __ieee754_sqrt()
102 math_force_eval (force_inexact); in __ieee754_sqrt()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_asinl.c153 long double force_inexact = huge + x; in __ieee754_asinl() local
154 math_force_eval (force_inexact); in __ieee754_asinl()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_asinl.c159 _Float128 force_inexact = huge + x; in __ieee754_asinl() local
160 math_force_eval (force_inexact); in __ieee754_asinl()
/glibc-2.36/stdlib/
Dstrtod_l.c352 FLOAT force_inexact = (FLOAT) 1 + MIN_VALUE; in round_and_return() local
353 math_force_eval (force_inexact); in round_and_return()