Home
last modified time | relevance | path

Searched refs:with_errnof (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_errf.c15 with_errnof (float y, int e) in with_errnof() function
21 #define with_errnof(x, e) (x) macro
29 return with_errnof (y, ERANGE); in xflowf()
58 return with_errnof (y, ERANGE); in __math_divzerof()
65 return isnan (x) ? y : with_errnof (y, EDOM); in __math_invalidf()
73 return y == 0.0f ? with_errnof (y, ERANGE) : y; in __math_check_uflowf()
79 return isinf (y) ? with_errnof (y, ERANGE) : y; in __math_check_oflowf()
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dmath_errf.c15 with_errnof (float y, int e) in with_errnof() function
21 # define with_errnof(x, e) (x) macro
29 return with_errnof (y, ERANGE); in xflowf()
56 return with_errnof (y, ERANGE); in __math_divzerof()
63 return isnan (x) ? y : with_errnof (y, EDOM); in __math_invalidf()
71 return y == 0.0f ? with_errnof (y, ERANGE) : y; in __math_check_uflowf()
77 return isinf (y) ? with_errnof (y, ERANGE) : y; in __math_check_oflowf()