Home
last modified time | relevance | path

Searched refs:__math_oflow (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libm/common/
Ds_scalbn.c90 return __math_oflow(hx<0); /*overflow*/ in scalbn64()
93 if (k > 0x7fe) return __math_oflow(hx<0); /* overflow */ in scalbn64()
Dmath_err_oflow.c36 __math_oflow (uint32_t sign) in __math_oflow() function
Ds_scalbln.c45 return __math_oflow(hx<0); /* overflow */ in scalbln64()
Ds_nextafter.c94 return __math_oflow(hx<0); /* overflow */ in nextafter64()
Dexp2.c120 return __math_oflow (0); in exp2()
Ds_expm1.c186 if(x > o_threshold) return __math_oflow (0); /* overflow */ in _NAME_64()
Dpow.c223 return __math_oflow (sign_bias); in exp_inline()
371 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()
Dexp.c124 return __math_oflow (0); in exp()
Dmath_config.h959 HIDDEN __float64 __math_oflow (uint32_t);
/picolibc-latest/newlib/libm/math/
Ds_pow.c213 return (hy < 0) ? __math_oflow(0) : __math_uflow(0); in pow64()
215 return (hy > 0) ? __math_oflow(0) : __math_uflow(0); in pow64()
220 return (hy < 0) ? __math_oflow(sign) : __math_uflow(sign); in pow64()
224 return (hy > 0) ? __math_oflow(sign) : __math_uflow(sign); in pow64()
308 return __math_oflow(s < 0); /* overflow */ in pow64()
311 return __math_oflow(s < 0); /* overflow */ in pow64()
Ds_tgamma.c38 return __math_oflow(signgam_local < 0); in tgamma64()
Ds_cosh.c86 return __math_oflow(0); in cosh64()
Ds_sinh.c80 return __math_oflow(x < 0); in sinh64()
Ds_exp.c123 return __math_oflow(0); /* overflow */ in exp64()
/picolibc-latest/newlib/libm/ld/ld80/
Ds_nexttoward.c62 return __math_oflow(hx<0); in nexttoward()
/picolibc-latest/newlib/libm/ld/ld128/
Ds_nexttoward.c67 return __math_oflow(hy < 0); in nexttoward64()