Home
last modified time | relevance | path

Searched refs:TestSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2805 void TestSize() { EXPECT_EQ(sizeof(RawType), sizeof(Bits)); } in TestSize() function in __anon0e99de180111::FloatingPointTest
2818 TEST_F(FloatTest, Size) { TestSize(); } in TEST_F()
2975 TEST_F(DoubleTest, Size) { TestSize(); } in TEST_F()
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1045 void TestSize() { EXPECT_EQ(sizeof(RawType), sizeof(Bits)); } in TestSize() function in testing::gmock_matchers_test::__anonb21861670111::FloatingPointTest
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22175 unsigned TestSize = UseKORTEST ? 512 : (Subtarget.hasAVX() ? 256 : 128); in LowerVectorAllEqual() local
22179 if (ScalarSize > TestSize) { in LowerVectorAllEqual()
22188 if (VT.getSizeInBits() > TestSize) { in LowerVectorAllEqual()
22192 while (VT.getSizeInBits() > TestSize) { in LowerVectorAllEqual()
22208 while (VT.getSizeInBits() > TestSize) { in LowerVectorAllEqual()
22220 while (VT.getSizeInBits() > TestSize) { in LowerVectorAllEqual()