Searched refs:__math_with_errnof (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libm/common/ |
D | math_errf_check_uflowf.c | 36 return y == 0.0f ? __math_with_errnof (y, ERANGE) : y; in __math_check_uflowf()
|
D | math_errf_with_errnof.c | 35 __math_with_errnof (float y, int e) in __math_with_errnof() function
|
D | math_errf_check_oflowf.c | 36 return isinf (y) ? __math_with_errnof (y, ERANGE) : y; in __math_check_oflowf()
|
D | math_denormf.c | 41 return __math_with_errnof(x, ERANGE); in __math_denormf()
|
D | math_errf_divzerof.c | 38 return __math_with_errnof (y, ERANGE); in __math_divzerof()
|
D | math_errf_may_uflowf.c | 42 return __math_with_errnof (y, ERANGE); in __math_may_uflowf()
|
D | math_errf_uflowf.c | 38 return __math_with_errnof (y, ERANGE); in __math_uflowf()
|
D | math_errf_oflowf.c | 38 return __math_with_errnof (y, ERANGE); in __math_oflowf()
|
D | math_errf_invalidf.c | 40 return __math_with_errnof (x, EDOM); in __math_invalidf()
|
D | math_config.h | 945 __math_with_errnof (float y, int e); 947 #define __math_with_errnof(x, e) (x) macro
|