Searched refs:TestSize (Results 1 – 3 of 3) sorted by relevance
2809 void TestSize() { EXPECT_EQ(sizeof(RawType), sizeof(Bits)); } in TestSize() function in __anon19f4cde20111::FloatingPointTest2822 TEST_F(FloatTest, Size) { TestSize(); } in TEST_F()2979 TEST_F(DoubleTest, Size) { TestSize(); } in TEST_F()
1045 void TestSize() { EXPECT_EQ(sizeof(RawType), sizeof(Bits)); } in TestSize() function in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointTest
22351 unsigned TestSize = UseKORTEST ? 512 : (Subtarget.hasAVX() ? 256 : 128); in LowerVectorAllEqual() local22355 if (ScalarSize > TestSize) { in LowerVectorAllEqual()22364 if (VT.getSizeInBits() > TestSize) { in LowerVectorAllEqual()22368 while (VT.getSizeInBits() > TestSize) { in LowerVectorAllEqual()22384 while (VT.getSizeInBits() > TestSize) { in LowerVectorAllEqual()22396 while (VT.getSizeInBits() > TestSize) { in LowerVectorAllEqual()