Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/dbl-64/
Dmath_err.c61 __math_oflow (uint32_t sign) in __math_oflow() function
De_pow.c210 return __math_oflow (sign_bias); in exp_inline()
353 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in __pow()
Dmath_config.h97 attribute_hidden double __math_oflow (uint32_t);
De_exp2.c112 return __math_oflow (0); in __exp2()
De_exp.c121 return __math_oflow (0); in __exp()