Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/flt-32/
Dmath_errf.c25 with_errnof (float y, int e) in with_errnof() function
31 # define with_errnof(x, e) (x) macro
39 return with_errnof (y, ERANGE); in xflowf()
68 return with_errnof ((sign ? -1 : 1) / y, ERANGE); in __math_divzerof()
75 return isnan (x) ? y : with_errnof (y, EDOM); in __math_invalidf()