Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/
Dmath_errl_check_uflowl.c38 return y == 0.0L ? __math_with_errnol (y, ERANGE) : y; in __math_check_uflowl()
Dmath_errl_with_errnol.c36 __math_with_errnol (long double y, int e) in __math_with_errnol() function
Dmath_errl_check_oflowl.c38 return isinf (y) ? __math_with_errnol (y, ERANGE) : y; in __math_check_oflowl()
Dmath_errl_divzerol.c37 return __math_with_errnol (y, ERANGE); in __math_divzerol()
Dmath_errl_uflowl.c39 return __math_with_errnol (y, ERANGE); in __math_uflowl()
Dmath_errl_oflowl.c39 return __math_with_errnol (y, ERANGE); in __math_oflowl()
Dmath_errl_invalidl.c41 return __math_with_errnol (x, EDOM); in __math_invalidl()
/picolibc-latest/newlib/libm/common/
Dmath_denorml.c43 return __math_with_errnol(x, ERANGE); in __math_denorml()
Dmath_config.h1065 __math_with_errnol (long double y, int e);
1067 #define __math_with_errnol(x, e) (x) macro