Home
last modified time | relevance | path

Searched refs:WANT_ROUNDING (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/ieee754/flt-32/
Dmath_config.h27 #ifndef WANT_ROUNDING
29 # define WANT_ROUNDING 1 macro
37 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)
De_log2f.c47 #if WANT_ROUNDING in __log2f()
De_logf.c48 #if WANT_ROUNDING in __logf()
De_powf.c214 if (WANT_ROUNDING && WANT_ERRNO in __powf()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Dmath_config.h27 #ifndef WANT_ROUNDING
29 # define WANT_ROUNDING 1 macro
37 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)
De_exp2.c73 if (WANT_ROUNDING && y == 0.0) in specialcase()
104 return WANT_ROUNDING ? 1.0 + x : 1.0; in __exp2()
De_exp.c75 if (WANT_ROUNDING && y == 0.0) in specialcase()
111 return WANT_ROUNDING ? 1.0 + x : 1.0; in __exp()
De_pow.c201 double_t one = WANT_ROUNDING ? 1.0 + x : 1.0; in exp_inline()
348 if (WANT_ROUNDING) in __pow()
De_log.c65 if (WANT_ROUNDING && __glibc_unlikely (ix == asuint64 (1.0))) in __log()
De_log2.c60 if (WANT_ROUNDING && __glibc_unlikely (ix == asuint64 (1.0))) in __log2()