gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:fpclassify (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/math.h - 11.9KB - 470 lines
70: 
71: #define fpclassify(x) \
72:         ((sizeof (x) == sizeof (float)) ? \
bsd_source/t2ex/network/net/include/netbsd/math.h - 12.8KB - 488 lines
258: /* 7.12.3.1 int fpclassify(real-floating x) */
259: #define fpclassify(__x) __fpmacro_unary_floating(fpclassify, __x)
260: 
t2ex_source/include/t2ex/math.h - 12.7KB - 323 lines
56: 
57: #define fpclassify(x) \
58:         ((sizeof(x) == sizeof(double)) ? __fpclassify(x) \