Home
last modified time | relevance | path

Searched refs:WANT_ERRNO (Results 1 – 7 of 7) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Dmath_config.h31 #ifndef WANT_ERRNO
33 # define WANT_ERRNO 1 macro
37 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)
121 return WANT_ERRNO ? __math_check_oflow (x) : x; in check_oflow()
128 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()
A Dmath_err.c22 #if WANT_ERRNO
A De_pow.c322 if (WANT_ERRNO && 2 * ix == 0 && iy >> 63) in __pow()
/sysdeps/ieee754/flt-32/
A Dmath_config.h31 #ifndef WANT_ERRNO
33 # define WANT_ERRNO 1 macro
37 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)
A Dmath_errf.c21 #if WANT_ERRNO
A Ds_sincosf.c92 #if WANT_ERRNO in SINCOSF_FUNC()
A De_powf.c180 #if WANT_ERRNO in __powf()
214 if (WANT_ROUNDING && WANT_ERRNO in __powf()

Completed in 8 milliseconds