Searched refs:FLOAT_INFNAN (Results 1 – 5 of 5) sorted by relevance
47 return FLOAT_INFNAN(x); in tanf()
27 return FLOAT_INFNAN(X); in logf()
65 return FLOAT_INFNAN(x); in FUNCNAME()
31 return FLOAT_INFNAN(X);/* do the right thing with both kinds of NaN and with +inf */ in expf()
106 #define FLOAT_INFNAN(x) __mathlib_flt_infnan(x) macro