Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dmath_err.c49 __math_oflow (uint32_t sign) in __math_oflow() function
Dpow.c196 return __math_oflow (sign_bias); in exp_inline()
344 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()
Dexp2.c97 return __math_oflow (0); in exp2()
Dexp.c103 return __math_oflow (0); in exp_inline()
Dmath_config.h265 HIDDEN double __math_oflow (uint32_t);
/external/llvm-project/libc/AOR_v20.02/math/
Dmath_err.c50 __math_oflow (uint32_t sign) in __math_oflow() function
Dpow.c197 return __math_oflow (sign_bias); in exp_inline()
345 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()
Dexp2.c98 return __math_oflow (0); in exp2()
Dexp.c104 return __math_oflow (0); in exp_inline()
Dmath_config.h266 HIDDEN double __math_oflow (uint32_t);