HomeSort by relevance Sort by last modified time
    Searched refs:WANT_ERRNO (Results 1 - 6 of 6) sorted by null

  /external/arm-optimized-routines/math/
math_errf.c 10 #if WANT_ERRNO
math_config.h 18 #ifndef WANT_ERRNO
20 # define WANT_ERRNO 1
24 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)
277 return WANT_ERRNO ? __math_check_oflow (x) : x;
284 return WANT_ERRNO ? __math_check_uflow (x) : x;
math_err.c 10 #if WANT_ERRNO
sincosf.c 76 #if WANT_ERRNO
powf.c 168 #if WANT_ERRNO
204 if (WANT_ROUNDING && WANT_ERRNO
pow.c 312 if (WANT_ERRNO && 2 * ix == 0 && iy >> 63)

Completed in 157 milliseconds