Home
last modified time | relevance | path

Searched defs:TRUNC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlog.c84 #define TRUNC(x) x = (double) (float) (x) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
H A Dgamma.c139 #define TRUNC(x) x = (double) (float) (x) macro
142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
H A Dlgamma.c85 #define TRUNC(x) x = (double) (float) (x) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
H A Derf.c152 #define TRUNC(x) (double) (float) (x) macro
155 #define TRUNC(x) *(((int *) &x) + 1) &= 0xf8000000 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c313 #define TRUNC(addr) ((uchar_t *)(addr) > fragend) macro
H A Dsnoop_ospf.c322 #define TRUNC(addr) ((uchar_t *)(addr) > fragend) macro