Searched defs:RoundingControlValue (Results 1 – 1 of 1) sorted by relevance
40 struct RoundingControlValue { struct41 static constexpr uint16_t TO_NEAREST = 0x0;42 static constexpr uint16_t DOWNWARD = 0x1;43 static constexpr uint16_t UPWARD = 0x2;44 static constexpr uint16_t TOWARD_ZERO = 0x3;