Searched refs:FP_NORMAL (Results 1 – 2 of 2) sorted by relevance
43 #undef FP_NORMAL44 #define FP_NORMAL 2 macro69 #define fpclassify(x) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, \101 isnormal(__x_c) ? FP_NORMAL : \
76 #define FP_NORMAL 0x04 macro