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

  /external/arm-optimized-routines/math/
math_err.c 77 __math_check_oflow (double y) function
math_config.h 269 HIDDEN double __math_check_oflow (double);
277 return WANT_ERRNO ? __math_check_oflow (x) : x;

Completed in 54 milliseconds