gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:isnan 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
387: #ifdef __isnan
388: #define isnan(__x)      __isnan(__x)
389: #else
390: #define isnan(__x)      __fpmacro_unary_floating(isnan, __x)
391: #endif