Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derfinvl.c56 return __math_oflow (0); in __erfinv()
58 return __math_oflow (1); in __erfinv()
H A Dexpm1_2u5.c45 return __math_oflow (0); in expm1()
H A Dexp_inline.h106 return __math_oflow (0); in exp_inline()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h163 : __math_oflow (sign_bias); in exp_inline()
213 return asuint64 (x) >> 63 ? __math_uflow (0) : __math_oflow (0); in exp_nosignbias()
341 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow_scalar_special_case()
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_err.c49 __math_oflow (uint32_t sign) in __math_oflow() function
H A Dpow.c197 return __math_oflow (sign_bias); in exp_inline()
345 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()
H A Dexp10.c78 return __math_oflow (0); in exp10()
H A Dmath_config.h109 #define __math_oflow arm_math_oflow macro
343 HIDDEN double __math_oflow (uint32_t);
H A Dexp2.c99 return __math_oflow (0); in exp2()
H A Dexp.c105 return __math_oflow (0); in exp_inline()