Searched defs:RINT (Results 1 – 5 of 5) sorted by relevance
248 public static final ComposableFunction RINT = new ComposableFunction() { field in ComposableFunction
71 #define RINT(R) ((uint32)((R)>0?((R)+0.5):((R)-0.5))) macro
28 #define RINT(x) ((x) < 0 ? (int)((x)-0.5) : (int)((x) + 0.5)) macro
131 RINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(RAISE_EXC), enumerator
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...