gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__isnormal (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/math.h - 11.9KB - 470 lines
86:         : (sizeof (x) == sizeof (double)) ? \
87:                 __isnormal(x) \
88:         :      __isnormall(x))
t2ex_source/include/t2ex/math.h - 12.7KB - 323 lines
73: #define isnormal(x) \
74:         ((sizeof(x) == sizeof(double)) ? __isnormal(x) \
75:         : (sizeof(x) == sizeof(float)) ? __isnormalf(x) \