Searched refs:TestDetect (Results 1 – 1 of 1) sorted by relevance
50 using TestDetect = ExtendedAccumulator<TestUInt, CType>; in testPair() typedef51 using TestInt = typename TestDetect::SignedInt; in testPair()52 static_assert(std::is_same_v<typename TestDetect::UnsignedInt, TestUInt>); in testPair()60 TestDetect test{prev}; in testPair()71 if (next < base) EXPECT_EQ(TestDetect::Wrap::Underflow, status); in testPair()73 EXPECT_EQ(TestDetect::Wrap::Overflow, status); in testPair()74 else EXPECT_EQ(TestDetect::Wrap::Normal, status); in testPair()