Searched defs:TRUNC (Results 1 – 4 of 4) sorted by relevance
129 TRUNC = static_cast<int>(TO_ZERO) | static_cast<int>(RAISE_EXC), enumerator
338 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro
451 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator