Searched defs:FLOOR (Results 1 – 8 of 8) sorted by relevance
186 public static final ComposableFunction FLOOR = new ComposableFunction() { field in ComposableFunction
67 #define FLOOR(x) ( (double) ((int) (x)) ) macro
20 #define FLOOR(x,q) ((x) & -(1 << (q))) macro
324 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
303 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
449 #define FLOOR( x ) ( (x) & -ras.precision ) macro
639 #define FLOOR(x) ( (double) ((int) (x)) ) macro
450 #define FLOOR( x ) ( (x) & -ras.precision ) macro