Searched defs:TRUNC (Results 1 – 6 of 6) sorted by relevance
84 #define TRUNC(x) x = (double) (float) (x) macro88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
139 #define TRUNC(x) x = (double) (float) (x) macro142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
85 #define TRUNC(x) x = (double) (float) (x) macro88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
152 #define TRUNC(x) (double) (float) (x) macro155 #define TRUNC(x) *(((int *) &x) + 1) &= 0xf8000000 macro
315 #define TRUNC(addr) ((uchar_t *)(addr) > fragend) macro
324 #define TRUNC(addr) ((uchar_t *)(addr) > fragend) macro