Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
Dmath_config.h21 #ifndef WANT_ERRNO
25 # define WANT_ERRNO 0 macro
29 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)
291 return WANT_ERRNO ? __math_check_oflow (x) : x; in check_oflow()
298 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()
310 return WANT_ERRNO ? __math_check_oflowf (x) : x; in check_oflowf()
317 return WANT_ERRNO ? __math_check_uflowf (x) : x; in check_uflowf()
Dpowf.c164 #if WANT_ERRNO in powf()
200 if (WANT_ROUNDING && WANT_ERRNO in powf()
Dmath_errf.c10 #if WANT_ERRNO
Dmath_err.c10 #if WANT_ERRNO
Dsincosf.c72 #if WANT_ERRNO in sincosf()
Dpow.c313 if (WANT_ERRNO && 2 * ix == 0 && iy >> 63) in pow()