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

  /external/arm-optimized-routines/math/
math_errf.c 62 __math_invalidf (float x) function
cosf.c 66 return __math_invalidf (y);
log2f.c 47 return __math_invalidf (x);
logf.c 52 return __math_invalidf (x);
sincosf.c 80 __math_invalidf (y + y);
sinf.c 70 return __math_invalidf (y);
math_config.h 262 HIDDEN float __math_invalidf (float);
powf.c 182 return __math_invalidf (x);

Completed in 86 milliseconds