FP_NORMAL
isnormal(__x_c) ? FP_NORMAL : \
#define fpclassify(x) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, \