Home
last modified time | relevance | path

Searched refs:RAISE_EXC (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_types.hpp120 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),
Dsimdlib_interface.hpp67 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),