Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
Dmath_config.h285 HIDDEN double __math_check_uflow (double);
298 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()
Dmath_err.c71 __math_check_uflow (double y) in __math_check_uflow() function