Searched defs:FLOOR (Results 1 – 8 of 8) sorted by relevance
22 #define FLOOR(x,q) ((x) & -(1 << (q))) macro
20 #define FLOOR(x,q) ((x) & -(1 << (q))) macro
300 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
303 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
450 #define FLOOR( x ) ( (x) & -ras.precision ) macro