Home
last modified time | relevance | path

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

/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dfinite_pow.h
H A Dmath_err.c
H A Dmath_config.h
H A Derfc_1u8.c
H A Dexp.c
/freebsd-src/contrib/arm-optimized-routines/math/
H A Dmath_err.c33 __math_uflow (uint32_t sign) in __math_uflow() function
H A Dmath_config.h110 #define __math_uflow arm_math_uflow macro
345 HIDDEN double __math_uflow (uint32_t);
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 Dexp2.c101 return __math_uflow (0); in exp2()
H A Dexp.c103 return __math_uflow (0); in exp_inline()