gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:isnan (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/math.h - 11.9KB - 470 lines
110:         :      __isinfl(x))
111: #define isnan(x) \
112:         ((sizeof (x) == sizeof (float)) ? \
bsd_source/t2ex/network/net/include/netbsd/math.h - 12.8KB - 488 lines
387: #ifdef __isnan
388: #define isnan(__x)      __isnan(__x)
389: #else
More results from math.h
t2ex_source/include/t2ex/math.h - 12.7KB - 323 lines
68:         : __isinfl(x))
69: #define isnan(x) \
70:         ((sizeof(x) == sizeof(double)) ? __isnan(x) \