Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dmath_config.h18 #ifndef WANT_ERRNO
20 # define WANT_ERRNO 1 macro
24 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)
277 return WANT_ERRNO ? __math_check_oflow (x) : x; in check_oflow()
284 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()
Dpowf.c168 #if WANT_ERRNO in powf()
204 if (WANT_ROUNDING && WANT_ERRNO in powf()
Dmath_errf.c10 #if WANT_ERRNO
Dmath_err.c10 #if WANT_ERRNO
Dsincosf.c76 #if WANT_ERRNO in sincosf()
Dpow.c312 if (WANT_ERRNO && 2 * ix == 0 && iy >> 63) in pow()