Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dmath_err.c49 __math_oflow (uint32_t sign) in __math_oflow() function
Dpow.c195 return __math_oflow (sign_bias); in exp_inline()
343 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()
Dexp2.c96 return __math_oflow (0); in exp2()
Dexp.c102 return __math_oflow (0); in exp_inline()
Dmath_config.h251 HIDDEN double __math_oflow (uint32_t);