__isinff
#define isinff(x) __isinff(x)
int __isinff(float) __pure2;
#define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl)