Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/AOR_v20.02/math/
H A Dmath_err.c56 __math_divzero (uint32_t sign) in __math_divzero() function
H A Dlog2.c80 return __math_divzero (1); in log2()
H A Dlog.c104 return __math_divzero (1); in log()
H A Dmath_config.h272 HIDDEN double __math_divzero (uint32_t);
H A Dpow.c315 return __math_divzero (sign_bias); in pow()