Searched refs:Upward (Results 1 – 7 of 7) sorted by relevance
33 static constexpr uint16_t Upward = 0x2; member265 case internal::RoundingControlValue::Upward: in getRound()284 bitValue = internal::RoundingControlValue::Upward; in setRound()
156 if (!Itr->second.Upward) in traverseToEntryBlock()158 Itr->second.Upward = false; in traverseToEntryBlock()162 BlockHint.Upward = false; in traverseToEntryBlock()
51 bool Upward = true, Downward = true; member
83 TEST(SetScopedSetRound, Upward) { in TEST() argument