Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/dbl-64/
Dmath_err.c67 __math_divzero (uint32_t sign) in __math_divzero() function
Dmath_config.h103 attribute_hidden double __math_divzero (uint32_t);
De_log.c89 return __math_divzero (1); in __log()
De_log2.c88 return __math_divzero (1); in __log2()
De_pow.c323 return __math_divzero (sign_bias); in __pow()