Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dmath_err.c55 __math_divzero (uint32_t sign) in __math_divzero() function
Dlog2.c78 return __math_divzero (1); in log2()
Dlog.c102 return __math_divzero (1); in log()
Dmath_config.h257 HIDDEN double __math_divzero (uint32_t);
Dpow.c313 return __math_divzero (sign_bias); in pow()