Searched refs:ii (Results 1 – 11 of 11) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_enumerable_thread_specific.cpp | 201 T ii; in flog_segmented_interator() local 202 for(my_si=my_vec.begin(), ii=0; my_si != my_vec.end(); ++my_si, ++ii) { in flog_segmented_interator() 203 if((*my_si) != ii) { in flog_segmented_interator() 233 for(my_si = my_vec.begin(), ii=0; my_si != my_vec.end(); ++my_si, ++ii) { in flog_segmented_interator() 240 for(my_csi=my_vec.begin(), ii=0; my_csi != my_vec.end(); ++my_csi, ++ii) { in flog_segmented_interator() 271 for(my_csi = my_vec.begin(), ii=0; my_csi != my_vec.end(); ++my_csi, ++ii) { in flog_segmented_interator() 301 Key ii; in flog_segmented_iterator_map() local 302 for(my_si=my_vec.begin(), ii=0; my_si != my_vec.end(); ++my_si, ++ii) { in flog_segmented_iterator_map() 303 if(((*my_si).first != ii) || ((*my_si).second != 2*ii)) { in flog_segmented_iterator_map() 309 for(my_csi=my_vec.begin(), ii=0; my_csi != my_vec.end(); ++my_csi, ++ii) { in flog_segmented_iterator_map() [all …]
|
| H A D | test_tagged_msg.cpp | 69 for(int ii = 0; ii < 15; ++ii) { ww[ii] = char('0' + ii); } ww[14] = 0; in TestWrapper() local 203 for(size_t ii=0; ii < 14;++ii) { in RunTests() local 204 my_b[ii] = (char)('0' + ii); in RunTests()
|
| H A D | test_flow_graph_whitebox.cpp | 248 int ii; in TestFunctionNode() local 249 CHECK_MESSAGE( (qnode1.try_get(ii) && ii == 1), "output not passed" ); in TestFunctionNode() 259 CHECK_MESSAGE( (qnode1.try_get(ii) && ii == 1), "output not passed" ); in TestFunctionNode() 582 for (int ii = 0; ii < 2 ; ++ii) { in TestMultifunctionNode() local 604 if( ii == 1) { in TestMultifunctionNode() 615 …CHECK_MESSAGE( ((ii == 0 && !qin.my_successors.empty()) || (ii == 1 && qin.my_successors.empty()))… in TestMultifunctionNode()
|
| H A D | test_indexer_node.cpp | 363 for(int ii=0; ii < SIZE; ++ii) last_index_seen.push_back(-1); in test_one_serial() local 385 for(int ii=0; ii < SIZE; ++ii) last_index_seen[ii] = -1; in test_one_serial() local
|
| H A D | test_openmp.cpp | 60 InnerBody( data_type /*c*/[], const data_type a[], const data_type b[], int ii ) : in InnerBody() argument 61 my_a(a), my_b(b), i(ii), sum(0) in InnerBody()
|
| H A D | test_task_arena.cpp | 1415 int ii = 0; in TestArenaWorkersMigrationWithNumThreads() local 1416 for (; ii < n_outer_repetitions; ++ii) { in TestArenaWorkersMigrationWithNumThreads() 1436 if (ii > 1) { in TestArenaWorkersMigrationWithNumThreads()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_reduce.cpp | 77 for ( int ii = br.begin(); ii != br.end(); ++ii ) { in TestDeterministicReductionFor() local 79 value = op(value, ii); in TestDeterministicReductionFor()
|
| /oneTBB/test/common/ |
| H A D | graph_utils.h | 524 for(int ii = 0; ii < NN; ++ii) { 525 CHECK_MESSAGE(nFound[ii], "missing value");
|
| /oneTBB/ |
| H A D | LICENSE.txt | 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 497 for(iterator ii = begin(); ii != end(); ++ii) { in reset() local 498 graph_node *my_p = &(*ii); in reset()
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 814 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, 825 *.ii \
|