Searched defs:FLOOR (Results 1 – 5 of 5) sorted by relevance
186 public static final ComposableFunction FLOOR = new ComposableFunction() { field in ComposableFunction
21 #define FLOOR(x, q) ((x) & -(1 << (q))) macro
125 FLOOR = static_cast<int>(TO_NEG_INF) | static_cast<int>(RAISE_EXC), enumerator
338 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
450 #define FLOOR( x ) ( (x) & -ras.precision ) macro