Searched refs:test_index (Results 1 – 5 of 5) sorted by relevance
20 TEST_CONSTEXPR_CXX23 void test_index() { in test_index() function50 test_index<0>(); in test()51 test_index<1>(); in test()52 test_index<31>(); in test()53 test_index<32>(); in test()54 test_index<33>(); in test()55 test_index<63>(); in test()56 test_index<64>(); in test()57 test_index<65>(); in test()70 test_index<1000>(); // not in constexpr because of constexpr evaluation step limits in main()
26 def test_index(O=TensorDef(I32, S.M, S.N, output=True)): function74 return test_index(outs=[init_result])
14 tests.cindex.test_index.test_create ... ok
33 func.func @test_index(%x: !fir.ref<!fir.array<10xi32>>) {52 // CHECK-LABEL: func.func @test_index(
5918 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local5919 test_index++) { in RunAllTests()5920 GetMutableSuiteCase(test_index)->Run(); in RunAllTests()5922 GetMutableSuiteCase(test_index)->Failed()) { in RunAllTests()5923 for (int j = test_index + 1; j < total_test_suite_count(); j++) { in RunAllTests()5933 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local5934 test_index++) { in RunAllTests()5935 GetMutableSuiteCase(test_index)->Skip(); in RunAllTests()