Search | Google it | Results 1 - 1 of 1 for fundef:isinf from t2ex/bsd_source/t2ex/network/net/include/netbsd/math.h (0.00 seconds) |
380: #ifdef __isinf 381: #define isinf(__x) __isinf(__x) 382: #else 383: #define isinf(__x) __fpmacro_unary_floating(isinf, __x) 384: #endif