gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:signbit (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/math.h - 11.9KB - 470 lines
88:         :      __isnormall(x))
89: #define signbit(x) \
90:         ((sizeof (x) == sizeof (float)) ? \
bsd_source/t2ex/network/net/include/netbsd/math.h - 12.8KB - 488 lines
267: /* 7.12.3.6 int signbit(real-floating x) */
268: #define signbit(__x)    __fpmacro_unary_floating(signbit, __x)
269: 
t2ex_source/include/t2ex/math.h - 12.7KB - 323 lines
76:         : __isnormall(x))
77: #define signbit(x) \
78:         ((sizeof(x) == sizeof(double)) ? __signbit(x) \