Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h116 #define __math_check_uflow arm_math_check_uflow macro
363 HIDDEN double __math_check_uflow (double);
376 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()
H A Dmath_err.c71 __math_check_uflow (double y) in __math_check_uflow() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derfc_1u8.c137 return __math_check_uflow (y); in erfc()