Home
last modified time | relevance | path

Searched refs:__math_uflow (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h162 return asuint64 (x) >> 63 ? __math_uflow (sign_bias) in exp_inline()
213 return asuint64 (x) >> 63 ? __math_uflow (0) : __math_oflow (0); in exp_nosignbias()
342 : __math_uflow (0); in pow_scalar_special_case()
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_err.c33 __math_uflow (uint32_t sign) in __math_uflow() function
H A Dpow.c195 return __math_uflow (sign_bias); in exp_inline()
346 : __math_uflow (0); in pow()
H A Dexp10.c80 return __math_uflow (0); in exp10()
H A Dmath_config.h110 #define __math_uflow arm_math_uflow macro
345 HIDDEN double __math_uflow (uint32_t);
H A Dexp2.c101 return __math_uflow (0); in exp2()
H A Dexp.c103 return __math_uflow (0); in exp_inline()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derfc_1u8.c144 return __math_uflow (0); in erfc()
H A Dexp_inline.h104 return __math_uflow (0); in exp_inline()