Searched defs:FLOOR (Results 1 – 7 of 7) sorted by relevance
186 public static final ComposableFunction FLOOR = new ComposableFunction() { field in ComposableFunction
67 #define FLOOR(x) ( (double) ((int) (x)) ) macro
21 #define FLOOR(x, q) ((x) & -(1 << (q))) macro
329 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
322 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
449 #define FLOOR( x ) ( (x) & -ras.precision ) macro
451 #define FLOOR( x ) ( (x) & -ras.precision ) macro