Searched defs:RINT (Results 1 – 6 of 6) sorted by relevance
248 public static final ComposableFunction RINT = new ComposableFunction() { field in ComposableFunction
73 #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
549 RINT = ((3U << 3) + 2), enumerator
554 RINT = ((3U << 3) + 2), enumerator