Home
last modified time | relevance | path

Searched refs:__math_check_oflow (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
Dmath_config.h113 attribute_hidden double __math_check_oflow (double);
121 return WANT_ERRNO ? __math_check_oflow (x) : x; in check_oflow()
Dmath_err.c89 __math_check_oflow (double y) in __math_check_oflow() function