Home
last modified time | relevance | path

Searched refs:__math_may_uflowf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_errf.c42 __math_may_uflowf (uint32_t sign) in __math_may_uflowf() function
H A Dexp2f.c58 return __math_may_uflowf (0); in exp2f()
H A Dexpf.c58 return __math_may_uflowf (0); in expf()
H A Dmath_config.h107 #define __math_may_uflowf arm_math_may_uflowf macro
339 HIDDEN float __math_may_uflowf (uint32_t);
H A Dpowf.c214 return __math_may_uflowf (sign_bias); in powf()