Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2755 void TestSize() { in TestSize() function in __anonefee94960111::FloatingPointTest
2771 TestSize(); in TEST_F()
2944 TestSize(); in TEST_F()
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3270 void TestSize() { in TestSize() function in testing::gmock_matchers_test::FloatingPointTest
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22279 unsigned TestSize = Subtarget.hasAVX() ? 256 : 128; in LowerVectorAllZero() local
22280 while (VT.getSizeInBits() > TestSize) { in LowerVectorAllZero()