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
114 enum { NEAREST, FLOOR, CEIL, TRUNC }; // vroundps immediates enumerator
450 #define FLOOR( x ) ( (x) & -ras.precision ) macro