Home
last modified time | relevance | path

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

/external/arm-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()
/external/llvm-project/libc/AOR_v20.02/math/
Dmath_config.h22 #ifndef WANT_ERRNO
26 # define WANT_ERRNO 0 macro
30 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)
292 return WANT_ERRNO ? __math_check_oflow (x) : x; in check_oflow()
299 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()
Dpowf.c165 #if WANT_ERRNO in powf()
201 if (WANT_ROUNDING && WANT_ERRNO in powf()
Dmath_errf.c11 #if WANT_ERRNO
Dmath_err.c11 #if WANT_ERRNO
Dpow.c314 if (WANT_ERRNO && 2 * ix == 0 && iy >> 63) in pow()