FP_NORMAL
return FP_NORMAL;
return FP_NORMAL;
return FP_NORMAL;
return FP_NORMAL;
return FP_NORMAL;
return FP_NORMAL;
case FP_NORMAL:
case FP_NORMAL:
case FP_NORMAL:
return FP_NORMAL;
return FP_NORMAL;
assert(fpclassify((float)1) == FP_NORMAL);
assert(fpclassify((float)1000) == FP_NORMAL);
assert(fpclassify((double)1) == FP_NORMAL);
assert(fpclassify((double)1000) == FP_NORMAL);
assert(fpclassify((long double)1) == FP_NORMAL);
assert(fpclassify((long double)1000) == FP_NORMAL);