Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
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()