Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/single/
Ds_tanf.c47 return FLOAT_INFNAN(x); in tanf()
De_logf.c27 return FLOAT_INFNAN(X); in logf()
Ds_sincosf.c65 return FLOAT_INFNAN(x); in FUNCNAME()
De_expf.c31 return FLOAT_INFNAN(X);/* do the right thing with both kinds of NaN and with +inf */ in expf()
Dmath_private.h106 #define FLOAT_INFNAN(x) __mathlib_flt_infnan(x) macro