Searched refs:WANT_ERRNO (Results 1 – 11 of 11) sorted by relevance
21 #ifndef WANT_ERRNO25 # define WANT_ERRNO 0 macro29 # 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()
164 #if WANT_ERRNO in powf()200 if (WANT_ROUNDING && WANT_ERRNO in powf()
10 #if WANT_ERRNO
72 #if WANT_ERRNO in sincosf()
313 if (WANT_ERRNO && 2 * ix == 0 && iy >> 63) in pow()
22 #ifndef WANT_ERRNO26 # define WANT_ERRNO 0 macro30 # 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()
165 #if WANT_ERRNO in powf()201 if (WANT_ROUNDING && WANT_ERRNO in powf()
11 #if WANT_ERRNO
314 if (WANT_ERRNO && 2 * ix == 0 && iy >> 63) in pow()