HomeSort by relevance Sort by last modified time
    Searched refs:__math_check_uflow (Results 1 - 2 of 2) sorted by null

  /external/arm-optimized-routines/math/
math_err.c 71 __math_check_uflow (double y) function
math_config.h 271 HIDDEN double __math_check_uflow (double);
284 return WANT_ERRNO ? __math_check_uflow (x) : x;

Completed in 44 milliseconds