Home
last modified time | relevance | path

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

/aosp_15_r20/external/arm-optimized-routines/math/
H A Dmath_config.h116 #define __math_check_uflow arm_math_check_uflow macro
325 HIDDEN double __math_check_uflow (double);
338 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
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dmath_config.h121 #define __math_check_uflow arm_math_check_uflow macro
315 HIDDEN double __math_check_uflow (double);
328 return WANT_ERRNO ? __math_check_uflow (x) : x; in check_uflow()
H A Dmath_err.c69 __math_check_uflow (double y) in __math_check_uflow() function
H A Derfc_1u8.c137 return __math_check_uflow (y); in erfc()