Searched defs:RoundingControlValue (Results 1 – 1 of 1) sorted by relevance
30 struct RoundingControlValue { struct31 static constexpr uint16_t ToNearest = 0x0;32 static constexpr uint16_t Downward = 0x1;33 static constexpr uint16_t Upward = 0x2;34 static constexpr uint16_t TowardZero = 0x3;