Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/
Dmath_errl_divzerol.c34 __math_divzerol (uint32_t sign) in __math_divzerol() function
/picolibc-latest/newlib/libm/ld/ld128/
De_tgammal.c32 return __math_divzerol(i0 < 0); in tgammal()
De_atanhl.c51 return __math_divzerol(ix != jx); in atanhl()
De_log2l.c182 return __math_divzerol(1); in log2l()
De_log10l.c188 return __math_divzerol(1); in log10l()
De_logl.c203 return __math_divzerol(1); in logl()
Ds_log1pl.c146 return __math_divzerol(1); in log1pl()
De_lgammal_r.c771 return __math_divzerol(0); in lgammal_r()
780 return __math_divzerol(0); in lgammal_r()
De_powl.c221 return __math_divzerol(hx < 0 && yisint == 1); in powl()
/picolibc-latest/newlib/libm/ld/ld80/
De_atanhl.c49 return __math_divzerol(se & 0x8000); in atanhl()
De_log2l.c127 return __math_divzerol(1); in log2l()
De_log10l.c132 return __math_divzerol(1); in log10l()
De_logl.c128 return __math_divzerol(1); in logl()
Ds_log1pl.c130 return __math_divzerol(1); in log1pl()
De_lgammal_r.c281 return __math_divzerol(0); in lgammal_r()
304 return __math_divzerol(0); /* -integer */ in lgammal_r()
De_tgammal.c227 return __math_divzerol(signbitl_inline(x)); in tgammal()
De_powl.c227 return __math_divzerol(yoddint); in powl()
/picolibc-latest/newlib/libm/common/
Dmath_config.h1027 HIDDEN long double __math_divzerol (uint32_t);