gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:f (0.07 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/math.h - 12.8KB - 488 lines
45:         ((sizeof (__arg0) == sizeof (float))                           \
46:         ?      __ ## __name ## f (__arg0)                           \
47:         : (sizeof (__arg0) == sizeof (double))                         \
53: ((sizeof (__arg0) == sizeof (float)) \ 54: ? __ ## __name ## f (__arg0) \ 55: : __ ## __name ## d (__arg0))