Searched defs:FLOOR (Results 1 – 3 of 3) sorted by relevance
22 #define FLOOR(x,q) ((x) & -(1 << (q))) macro
270 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
441 #define FLOOR( x ) ( (x) & -ras.precision ) macro