__isinf
__weak_reference(__isinf, isinf);
int __isinf(double) __pure2;
#define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl)