gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__GNUC_PREREQ__ 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
61: /* 7.12#3 HUGE_VAL, HUGELF, HUGE_VALL */
62: #if __GNUC_PREREQ__(3, 3)
63: #define HUGE_VAL        __builtin_huge_val()
78: /* 7.12#3 HUGE_VAL, HUGELF, HUGE_VALL */ 79: #if __GNUC_PREREQ__(3, 3) 80: #define HUGE_VALF __builtin_huge_valf()
90: /* 7.12#4 INFINITY */ 91: #if __GNUC_PREREQ__(3, 3) 92: #define INFINITY __builtin_inff()