Home
last modified time | relevance | path

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

/external/musl/src/math/
D__math_uflow.c3 double __math_uflow(uint32_t sign) in __math_uflow() function
Dpow.c185 return __math_uflow(sign_bias); in exp_inline()
318 __math_uflow(0); in pow()
Dexp2.c90 return __math_uflow(0); in exp2()
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
Dpow.c185 return __math_uflow(sign_bias); in exp_inline()
318 __math_uflow(0); in pow()
Dexp2.c90 return __math_uflow(0); in exp2()
Dexp.c90 return __math_uflow(0); in exp()
/external/arm-optimized-routines/math/
Dmath_err.c33 __math_uflow (uint32_t sign) in __math_uflow() function
Dpow.c194 return __math_uflow (sign_bias); in exp_inline()
345 : __math_uflow (0); in pow()
Dexp2.c99 return __math_uflow (0); in exp2()
Dexp.c101 return __math_uflow (0); in exp_inline()
Dmath_config.h267 HIDDEN double __math_uflow (uint32_t);
/external/arm-optimized-routines/pl/math/
Dmath_err.c33 __math_uflow (uint32_t sign) in __math_uflow() function
Derfc_4u5.c144 return __math_uflow (0); in erfc()
Dexp.c101 return __math_uflow (0); in exp_inline()
Dmath_config.h268 HIDDEN double __math_uflow (uint32_t);
/external/musl/src/internal/
Dlibm.h266 hidden double __math_uflow(uint32_t);
/external/trusty/musl/src/internal/
Dlibm.h266 hidden double __math_uflow(uint32_t);
/external/musl/
Dsources.bp337 "src/math/__math_uflow.c",