Search | Google it | Results 1 - 1 of 1 for fundef:isnan from t2ex/bsd_source/t2ex/network/net/include/netbsd/math.h (0.00 seconds) |
387: #ifdef __isnan 388: #define isnan(__x) __isnan(__x) 389: #else 390: #define isnan(__x) __fpmacro_unary_floating(isnan, __x) 391: #endif