Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dmath_errf_check_uflowf.c36 return y == 0.0f ? __math_with_errnof (y, ERANGE) : y; in __math_check_uflowf()
Dmath_errf_with_errnof.c35 __math_with_errnof (float y, int e) in __math_with_errnof() function
Dmath_errf_check_oflowf.c36 return isinf (y) ? __math_with_errnof (y, ERANGE) : y; in __math_check_oflowf()
Dmath_denormf.c41 return __math_with_errnof(x, ERANGE); in __math_denormf()
Dmath_errf_divzerof.c38 return __math_with_errnof (y, ERANGE); in __math_divzerof()
Dmath_errf_may_uflowf.c42 return __math_with_errnof (y, ERANGE); in __math_may_uflowf()
Dmath_errf_uflowf.c38 return __math_with_errnof (y, ERANGE); in __math_uflowf()
Dmath_errf_oflowf.c38 return __math_with_errnof (y, ERANGE); in __math_oflowf()
Dmath_errf_invalidf.c40 return __math_with_errnof (x, EDOM); in __math_invalidf()
Dmath_config.h945 __math_with_errnof (float y, int e);
947 #define __math_with_errnof(x, e) (x) macro