Searched refs:__math_with_errnol (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libm/ld/ |
D | math_errl_check_uflowl.c | 38 return y == 0.0L ? __math_with_errnol (y, ERANGE) : y; in __math_check_uflowl()
|
D | math_errl_with_errnol.c | 36 __math_with_errnol (long double y, int e) in __math_with_errnol() function
|
D | math_errl_check_oflowl.c | 38 return isinf (y) ? __math_with_errnol (y, ERANGE) : y; in __math_check_oflowl()
|
D | math_errl_divzerol.c | 37 return __math_with_errnol (y, ERANGE); in __math_divzerol()
|
D | math_errl_uflowl.c | 39 return __math_with_errnol (y, ERANGE); in __math_uflowl()
|
D | math_errl_oflowl.c | 39 return __math_with_errnol (y, ERANGE); in __math_oflowl()
|
D | math_errl_invalidl.c | 41 return __math_with_errnol (x, EDOM); in __math_invalidl()
|
/picolibc-latest/newlib/libm/common/ |
D | math_denorml.c | 43 return __math_with_errnol(x, ERANGE); in __math_denorml()
|
D | math_config.h | 1065 __math_with_errnol (long double y, int e); 1067 #define __math_with_errnol(x, e) (x) macro
|