Searched defs:TestValues (Results 1 – 3 of 3) sorted by relevance
55 template <typename T> struct TestValues { struct61 static constexpr T MID =63 static constexpr T A = MID - (MAX - MID) / 3 * 2;64 static constexpr T B = MID - (MAX - MID) / 3;65 static constexpr T C = -B;66 static constexpr T D = -A;72 static constexpr T ClearLowBytes =80 static constexpr T XAAA = static_cast<T>(86 static constexpr T X555 = static_cast<T>(100 static constexpr T ToA = FromA + 2; // 0xAAAA'AA2C[all …]
44 ValueT TestValues[1024]; member in __anon7f0b6eb10111::TinyPtrVectorTest
614 std::vector<uint64_t> TestValues = { in TEST_F() local648 std::vector<int64_t> TestValues = { in TEST_F() local