Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/dbl-64/
Dmath_config.h115 attribute_hidden double __math_check_uflow (double);
128 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()
Dmath_err.c83 __math_check_uflow (double y) in __math_check_uflow() function