Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 126) sorted by relevance

123456

/oneTBB/test/conformance/
H A Dconformance_blocked_range.cpp135 oneapi::tbb::blocked_range<int> copy(original);
137 oneapi::tbb::blocked_range<int> splitted_copy(copy, s);
138 CHECK(copy.size() == original.size() / 2);
139 CHECK(splitted_copy.size() == copy.size());
H A Dconformance_task_arena.cpp122 oneapi::tbb::task_arena copy = arena; variable
124 REQUIRE(arena.max_concurrency() == copy.max_concurrency());
125 REQUIRE(arena.is_active() == copy.is_active());
/oneTBB/python/
H A DCMakeLists.txt5 # You may obtain a copy of the License at
22 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/TBB.py ${PYTHON_BUILD_WORK_DIR}
23 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/setup.py ${PYTHON_BUILD_WORK_DIR}
/oneTBB/doc/main/tbb_userguide/
H A Dparallel_for_os.rst68 object have a copy constructor, which is invoked to create a separate
69 copy (or copies) for each worker thread. It also invokes the destructor
70 to destroy these copies. In most cases, the implicitly generated copy
79 whether ``operator()`` is acting on the original or a copy. As a
H A Dconcurrent_vector_ug.rst28 std::copy( string, string+n, vector.grow_by(n) );
41 example uses std::copy and iterators, not ``strcpy and pointers``,
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp290 std::copy( c.begin(), c.begin() + 5, std::back_inserter( c2 ) ); in Examine()
317 std::copy( my_vec.begin(), my_vec.end(), c7.begin() ); in operator ()()
320 std::copy( c7.begin(), c7.end(), c8.begin() ); in operator ()()
330 std::copy( vec.begin(), vec.end(), std::back_inserter(c1) ); in TypeTester()
334 std::copy( vec.begin()+3, vec.end(), std::back_inserter(c2) ); in TypeTester()
341 std::copy( vec.begin(), vec.end(), std::back_inserter(c4) ); in TypeTester()
377 std::copy( shrPtrArr.begin(), shrPtrArr.end(), std::back_inserter(wkPtrArr) ); in TestTypes()
H A Dtest_concurrent_queue.cpp149 Queue copy(source); in CopyWithThrowElement() local
150 utils::suppress_unused_warning(copy); in CopyWithThrowElement()
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_sample.cpp39 std::copy(src, src + srcSize, dest.grow_by(srcSize)); in appendVector()
43 std::copy(src.begin(), src.end(), dest.grow_by(src.size())); in appendVector()
68 std::copy(tmp_vec, tmp_vec + j, points.begin() + range.begin()); in operator ()()
/oneTBB/
H A Dthird-party-programs.txt137 …Everyone is permitted to copy and distribute verbatim copies of this license document, but changin…
150 …e software, and (2) offer you this License giving you legal permission to copy, distribute and/or …
168 …ork means to copy from or adapt all or part of the work in a fashion requiring copyright permissio…
174 …e interaction with a user through a computer network, with no transfer of a copy, is not conveying.
204copy an appropriate copyright notice; keep intact all notices stating that this License and any no…
206 …You may charge any price or no price for each copy that you convey, and you may offer support or w…
240 …When you convey a copy of a covered work, you may at your option remove any additional permissions…
336 You should have received a copy of the GNU General Public License
359 …Everyone is permitted to copy and distribute verbatim copies of this license document, but changin…
392 Permission is hereby granted, free of charge, to any person obtaining a copy
[all …]
H A DMODULE.bazel5 # You may obtain a copy of the License at
H A DWORKSPACE.bazel5 # You may obtain a copy of the License at
/oneTBB/src/tbbbind/def/
H A Dmac64-tbbbind.def5 # You may obtain a copy of the License at
H A Dwin32-tbbbind.def5 ; You may obtain a copy of the License at
H A Dlin64-tbbbind.def6 You may obtain a copy of the License at
H A Dwin64-tbbbind.def5 ; You may obtain a copy of the License at
H A Dlin32-tbbbind.def6 You may obtain a copy of the License at
/oneTBB/.github/
H A Dlabeler.yml5 # You may obtain a copy of the License at
/oneTBB/cmake/android/
H A Ddevice_environment_cleanup.cmake5 # You may obtain a copy of the License at
/oneTBB/cmake/compilers/
H A DQCC.cmake5 # You may obtain a copy of the License at
H A DIntelLLVM.cmake5 # You may obtain a copy of the License at
/oneTBB/integration/windows/sys_check/
H A Dsys_check.bat7 REM You may obtain a copy of the License at
/oneTBB/cmake/templates/
H A DTBBConfigVersion.cmake.in5 # You may obtain a copy of the License at
/oneTBB/.github/workflows/
H A Dlabeler.yml5 # You may obtain a copy of the License at
/oneTBB/cmake/post_install/
H A DCMakeLists.txt5 # You may obtain a copy of the License at
/oneTBB/src/tbbmalloc/def/
H A Dmac64-tbbmalloc.def5 # You may obtain a copy of the License at

123456