Searched refs:RAISE_EXC (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 120 RAISE_EXC = 0x00, // Raise exception on overflow enumerator 123 NINT = static_cast<int>(TO_NEAREST_INT) | static_cast<int>(RAISE_EXC), 125 FLOOR = static_cast<int>(TO_NEG_INF) | static_cast<int>(RAISE_EXC), 127 CEIL = static_cast<int>(TO_POS_INF) | static_cast<int>(RAISE_EXC), 129 TRUNC = static_cast<int>(TO_ZERO) | static_cast<int>(RAISE_EXC), 131 RINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(RAISE_EXC),
|
D | simdlib_interface.hpp | 67 RAISE_EXC = 0x00, // Raise exception on overflow 70 NINT = static_cast<int>(TO_NEAREST_INT) | static_cast<int>(RAISE_EXC), 72 FLOOR = static_cast<int>(TO_NEG_INF) | static_cast<int>(RAISE_EXC), 74 CEIL = static_cast<int>(TO_POS_INF) | static_cast<int>(RAISE_EXC), 76 TRUNC = static_cast<int>(TO_ZERO) | static_cast<int>(RAISE_EXC), 78 RINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(RAISE_EXC),
|