Searched refs:WANT_ERRNO (Results 1 – 7 of 7) sorted by relevance
32 #if WANT_ERRNO
33 #if WANT_ERRNO
42 # define WANT_ERRNO 0 macro46 # define WANT_ERRNO 1 macro51 # define WANT_ERRNO_UFLOW (WANT_ROUNDING && WANT_ERRNO)923 return WANT_ERRNO ? __math_check_oflowf (x) : x; in check_oflowf()932 return WANT_ERRNO ? __math_check_uflowf (x) : x; in check_uflowf()943 #if WANT_ERRNO951 #if (defined(FE_UNDERFLOW) && !defined(PICOLIBC_FLOAT_NOEXCEPT)) || WANT_ERRNO984 return WANT_ERRNO ? __math_check_oflow (x) : x; in check_oflow()993 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()1005 #if WANT_ERRNO[all …]
96 #if WANT_ERRNO in sincosf()
192 #if WANT_ERRNO in powf()227 if (WANT_ROUNDING && WANT_ERRNO in powf()
340 if (WANT_ERRNO && 2 * ix == 0 && iy >> 63) in pow()
31 #if WANT_ERRNO