gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:isinf from t2ex/bsd_source/t2ex/network/net/include/netbsd/math.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/math.h - 12.8KB - 488 lines
380: #ifdef __isinf
381: #define isinf(__x)      __isinf(__x)
382: #else
383: #define isinf(__x)      __fpmacro_unary_floating(isinf, __x)
384: #endif