Home
last modified time | relevance | path

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

12

/external/musl/src/math/
D__math_uflow.c3 double __math_uflow(uint32_t sign) in __math_uflow() function
Dexp2.c90 return __math_uflow(0); in exp2()
Dpow.c185 return __math_uflow(sign_bias); in exp_inline()
318 __math_uflow(0); in pow()
Dexp.c90 return __math_uflow(0); in exp()
/external/trusty/musl/src/math/
D__math_uflow.c3 double __math_uflow(uint32_t sign) in __math_uflow() function
Dexp2.c90 return __math_uflow(0); in exp2()
Dpow.c185 return __math_uflow(sign_bias); in exp_inline()
318 __math_uflow(0); in pow()
Dexp.c90 return __math_uflow(0); in exp()
/external/arm-optimized-routines/math/aarch64/advsimd/
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()
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/
Dmath_err.c34 __math_uflow (uint32_t sign) in __math_uflow() function
Dpow.c195 return __math_uflow (sign_bias); in exp_inline()
346 : __math_uflow (0); in pow()
Dexp2.c100 return __math_uflow (0); in exp2()
Dexp.c102 return __math_uflow (0); in exp_inline()
/external/arm-optimized-routines/math/
Dmath_err.c33 __math_uflow (uint32_t sign) in __math_uflow() function
Dexp10.c80 return __math_uflow (0); in exp10()
Dpow.c195 return __math_uflow (sign_bias); in exp_inline()
346 : __math_uflow (0); in pow()
Dexp2.c101 return __math_uflow (0); in exp2()
Dmath_config.h110 #define __math_uflow arm_math_uflow macro
345 HIDDEN double __math_uflow (uint32_t);
Dexp.c103 return __math_uflow (0); in exp_inline()
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/
Dmath_err.c34 __math_uflow (uint32_t sign) in __math_uflow() function
Dpow.c195 return __math_uflow (sign_bias); in exp_inline()
346 : __math_uflow (0); in pow()
Dexp2.c100 return __math_uflow (0); in exp2()
Dexp.c102 return __math_uflow (0); in exp_inline()
/external/arm-optimized-routines/math/aarch64/experimental/
Derfc_1u8.c144 return __math_uflow (0); in erfc()
Dexp_inline.h104 return __math_uflow (0); in exp_inline()

12