Searched defs:TRUNC (Results 1 – 8 of 8) sorted by relevance
38 const TRUNC = c::MSG_TRUNC; constant
79 const TRUNC = c::MSG_TRUNC as c::c_int; constant
188 const TRUNC = linux_raw_sys::general::O_TRUNC; constant
231 const TRUNC = c::O_TRUNC; constant
112 TRUNC, enumerator
336 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro
432 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator