Searched refs:NO_EXC (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 121 NO_EXC = 0x08, // Suppress exceptions enumerator 124 NINT_NOEXC = static_cast<int>(TO_NEAREST_INT) | static_cast<int>(NO_EXC), 126 FLOOR_NOEXC = static_cast<int>(TO_NEG_INF) | static_cast<int>(NO_EXC), 128 CEIL_NOEXC = static_cast<int>(TO_POS_INF) | static_cast<int>(NO_EXC), 130 TRUNC_NOEXC = static_cast<int>(TO_ZERO) | static_cast<int>(NO_EXC), 132 NEARBYINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(NO_EXC),
|
D | simdlib_interface.hpp | 68 NO_EXC = 0x08, // Suppress exceptions 71 NINT_NOEXC = static_cast<int>(TO_NEAREST_INT) | static_cast<int>(NO_EXC), 73 FLOOR_NOEXC = static_cast<int>(TO_NEG_INF) | static_cast<int>(NO_EXC), 75 CEIL_NOEXC = static_cast<int>(TO_POS_INF) | static_cast<int>(NO_EXC), 77 TRUNC_NOEXC = static_cast<int>(TO_ZERO) | static_cast<int>(NO_EXC), 79 NEARBYINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(NO_EXC),
|