Home
last modified time | relevance | path

Searched refs:__math_oflowf (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/newlib/libm/common/
Dsf_scalbn.c50 return __math_oflowf(ix<0); /*overflow*/ in scalbnf()
53 return __math_oflowf(ix<0); /* overflow */ in scalbnf()
Dmath_errf_oflowf.c35 __math_oflowf (uint32_t sign) in __math_oflowf() function
Dsf_scalbln.c43 return __math_oflowf(ix < 0); /* overflow */ in scalblnf()
Dsf_exp2.c75 return __math_oflowf (0); in exp2f()
Dsf_pow.c226 return __math_oflowf (sign_bias); in powf()
235 return __math_oflowf (sign_bias); in powf()
Dsf_exp.c75 return __math_oflowf (0); in expf()
Dsf_expm1.c55 return __math_oflowf (0); /* overflow */ in expm1f()
Dmath_config.h900 HIDDEN float __math_oflowf (uint32_t);
/picolibc-latest/newlib/libm/math/
Dsf_tgamma.c38 return __math_oflowf(signgam_local < 0); in tgammaf()
Dsf_pow.c156 return (hy < 0) ? __math_oflowf(0) : __math_uflowf(0); in powf()
158 return (hy > 0) ? __math_oflowf(0) : __math_uflowf(0); in powf()
248 return __math_oflowf(s < 0); /* overflow */ in powf()
251 return __math_oflowf(s < 0); /* overflow */ in powf()
Dsf_cosh.c67 return __math_oflowf(0); in coshf()
Dsf_sinh.c59 return __math_oflowf(x < 0); in sinhf()
Dsf_exp.c57 return __math_oflowf(0); /* overflow */ in expf()
/picolibc-latest/newlib/libm/ld/ld80/
Ds_nexttowardf.c51 return __math_oflowf(hx<0); in nexttowardf()
/picolibc-latest/newlib/libm/ld/ld128/
Ds_nexttowardf.c55 return __math_oflowf(hx<0); in nexttowardf()