Home
last modified time | relevance | path

Searched refs:rotate_copy (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp48 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+1), OutIter(ib)); in test()
52 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+1), OutIter(ib)); in test()
56 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+2), OutIter(ib)); in test()
61 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+2), OutIter(ib)); in test()
66 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+2), OutIter(ib)); in test()
71 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+3), OutIter(ib)); in test()
77 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+3), OutIter(ib)); in test()
83 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+3), OutIter(ib)); in test()
89 r = std::rotate_copy(InIter(ia), InIter(ia+3), InIter(ia+3), OutIter(ib)); in test()
95 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+4), OutIter(ib)); in test()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp48 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+1), OutIter(ib)); in test()
52 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+1), OutIter(ib)); in test()
56 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+2), OutIter(ib)); in test()
61 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+2), OutIter(ib)); in test()
66 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+2), OutIter(ib)); in test()
71 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+3), OutIter(ib)); in test()
77 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+3), OutIter(ib)); in test()
83 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+3), OutIter(ib)); in test()
89 r = std::rotate_copy(InIter(ia), InIter(ia+3), InIter(ia+3), OutIter(ib)); in test()
95 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+4), OutIter(ib)); in test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp48 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+1), OutIter(ib)); in test()
52 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+1), OutIter(ib)); in test()
56 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+2), OutIter(ib)); in test()
61 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+2), OutIter(ib)); in test()
66 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+2), OutIter(ib)); in test()
71 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+3), OutIter(ib)); in test()
77 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+3), OutIter(ib)); in test()
83 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+3), OutIter(ib)); in test()
89 r = std::rotate_copy(InIter(ia), InIter(ia+3), InIter(ia+3), OutIter(ib)); in test()
95 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+4), OutIter(ib)); in test()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp48 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+1), OutIter(ib)); in test()
52 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+1), OutIter(ib)); in test()
56 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+2), OutIter(ib)); in test()
61 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+2), OutIter(ib)); in test()
66 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+2), OutIter(ib)); in test()
71 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+3), OutIter(ib)); in test()
77 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+3), OutIter(ib)); in test()
83 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+3), OutIter(ib)); in test()
89 r = std::rotate_copy(InIter(ia), InIter(ia+3), InIter(ia+3), OutIter(ib)); in test()
95 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+4), OutIter(ib)); in test()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/algorithm/
H A Drotate_copy.cpp44 r = ranges::rotate_copy(InIter(ia), InIter(ia), Sent(ia+1), OutIter(ib)); in test_iter()
49 r = ranges::rotate_copy(InIter(ia), InIter(ia+1), Sent(ia+1), OutIter(ib)); in test_iter()
54 r = ranges::rotate_copy(InIter(ia), InIter(ia), Sent(ia+2), OutIter(ib)); in test_iter()
60 r = ranges::rotate_copy(InIter(ia), InIter(ia+1), Sent(ia+2), OutIter(ib)); in test_iter()
66 r = ranges::rotate_copy(InIter(ia), InIter(ia+2), Sent(ia+2), OutIter(ib)); in test_iter()
72 r = ranges::rotate_copy(InIter(ia), InIter(ia), Sent(ia+3), OutIter(ib)); in test_iter()
79 r = ranges::rotate_copy(InIter(ia), InIter(ia+1), Sent(ia+3), OutIter(ib)); in test_iter()
86 r = ranges::rotate_copy(InIter(ia), InIter(ia+2), Sent(ia+3), OutIter(ib)); in test_iter()
100 r = ranges::rotate_copy(InIter(ia), InIter(ia), Sent(ia+4), OutIter(ib)); in test_iter()
309 auto r = ranges::rotate_copy(std::move(rgi), rgi+2, rgo); in main()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/test/algorithm/
H A Drotate_copy.cpp44 r = ranges::rotate_copy(InIter(ia), InIter(ia), Sent(ia+1), OutIter(ib)); in test_iter()
49 r = ranges::rotate_copy(InIter(ia), InIter(ia+1), Sent(ia+1), OutIter(ib)); in test_iter()
54 r = ranges::rotate_copy(InIter(ia), InIter(ia), Sent(ia+2), OutIter(ib)); in test_iter()
60 r = ranges::rotate_copy(InIter(ia), InIter(ia+1), Sent(ia+2), OutIter(ib)); in test_iter()
66 r = ranges::rotate_copy(InIter(ia), InIter(ia+2), Sent(ia+2), OutIter(ib)); in test_iter()
72 r = ranges::rotate_copy(InIter(ia), InIter(ia), Sent(ia+3), OutIter(ib)); in test_iter()
79 r = ranges::rotate_copy(InIter(ia), InIter(ia+1), Sent(ia+3), OutIter(ib)); in test_iter()
86 r = ranges::rotate_copy(InIter(ia), InIter(ia+2), Sent(ia+3), OutIter(ib)); in test_iter()
100 r = ranges::rotate_copy(InIter(ia), InIter(ia), Sent(ia+4), OutIter(ib)); in test_iter()
309 auto r = ranges::rotate_copy(std::move(rgi), rgi+2, rgo); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp32 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib)); in test()
35 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 1), OutIter(ib)); in test()
39 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 1), OutIter(ib)); in test()
43 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 2), OutIter(ib)); in test()
48 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 2), OutIter(ib)); in test()
53 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 2), OutIter(ib)); in test()
58 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 3), OutIter(ib)); in test()
64 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 3), OutIter(ib)); in test()
70 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 3), OutIter(ib)); in test()
76 r = std::rotate_copy(InIter(ia), InIter(ia + 3), InIter(ia + 3), OutIter(ib)); in test()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp32 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib)); in test()
35 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 1), OutIter(ib)); in test()
39 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 1), OutIter(ib)); in test()
43 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 2), OutIter(ib)); in test()
48 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 2), OutIter(ib)); in test()
53 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 2), OutIter(ib)); in test()
58 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 3), OutIter(ib)); in test()
64 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 3), OutIter(ib)); in test()
70 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 3), OutIter(ib)); in test()
76 r = std::rotate_copy(InIter(ia), InIter(ia + 3), InIter(ia + 3), OutIter(ib)); in test()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp28 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib)); in test()
31 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 1), OutIter(ib)); in test()
35 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 1), OutIter(ib)); in test()
39 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 2), OutIter(ib)); in test()
44 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 2), OutIter(ib)); in test()
49 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 2), OutIter(ib)); in test()
54 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 3), OutIter(ib)); in test()
60 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 3), OutIter(ib)); in test()
66 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 3), OutIter(ib)); in test()
72 r = std::rotate_copy(InIter(ia), InIter(ia + 3), InIter(ia + 3), OutIter(ib)); in test()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp32 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib)); in test()
35 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 1), OutIter(ib)); in test()
39 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 1), OutIter(ib)); in test()
43 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 2), OutIter(ib)); in test()
48 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 2), OutIter(ib)); in test()
53 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 2), OutIter(ib)); in test()
58 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 3), OutIter(ib)); in test()
64 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 3), OutIter(ib)); in test()
70 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 3), OutIter(ib)); in test()
76 r = std::rotate_copy(InIter(ia), InIter(ia + 3), InIter(ia + 3), OutIter(ib)); in test()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp32 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib)); in test()
35 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 1), OutIter(ib)); in test()
39 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 1), OutIter(ib)); in test()
43 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 2), OutIter(ib)); in test()
48 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 2), OutIter(ib)); in test()
53 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 2), OutIter(ib)); in test()
58 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 3), OutIter(ib)); in test()
64 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 3), OutIter(ib)); in test()
70 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 3), OutIter(ib)); in test()
76 r = std::rotate_copy(InIter(ia), InIter(ia + 3), InIter(ia + 3), OutIter(ib)); in test()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp32 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib)); in test()
35 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 1), OutIter(ib)); in test()
39 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 1), OutIter(ib)); in test()
43 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 2), OutIter(ib)); in test()
48 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 2), OutIter(ib)); in test()
53 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 2), OutIter(ib)); in test()
58 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 3), OutIter(ib)); in test()
64 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 3), OutIter(ib)); in test()
70 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 3), OutIter(ib)); in test()
76 r = std::rotate_copy(InIter(ia), InIter(ia + 3), InIter(ia + 3), OutIter(ib)); in test()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp32 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib)); in test()
35 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 1), OutIter(ib)); in test()
39 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 1), OutIter(ib)); in test()
43 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 2), OutIter(ib)); in test()
48 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 2), OutIter(ib)); in test()
53 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 2), OutIter(ib)); in test()
58 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia + 3), OutIter(ib)); in test()
64 r = std::rotate_copy(InIter(ia), InIter(ia + 1), InIter(ia + 3), OutIter(ib)); in test()
70 r = std::rotate_copy(InIter(ia), InIter(ia + 2), InIter(ia + 3), OutIter(ib)); in test()
76 r = std::rotate_copy(InIter(ia), InIter(ia + 3), InIter(ia + 3), OutIter(ib)); in test()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/algorithm/
H A Drotate_copy.hpp40 RANGES_FUNC_BEGIN(rotate_copy) in RANGES_FUNC_BEGIN() argument
48 RANGES_FUNC(rotate_copy)(I first, I middle, S last, O out) // in RANGES_FUNC_BEGIN()
61 RANGES_FUNC(rotate_copy)(Rng && rng, iterator_t<Rng> middle, O out) // in RANGES_FUNC() argument
66 RANGES_FUNC_END(rotate_copy)
70 using ranges::rotate_copy;
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/algorithm/
H A Drotate_copy.hpp40 RANGES_FUNC_BEGIN(rotate_copy) in RANGES_FUNC_BEGIN() argument
48 RANGES_FUNC(rotate_copy)(I first, I middle, S last, O out) // in RANGES_FUNC_BEGIN()
61 RANGES_FUNC(rotate_copy)(Rng && rng, iterator_t<Rng> middle, O out) // in RANGES_FUNC() argument
66 RANGES_FUNC_END(rotate_copy)
70 using ranges::rotate_copy;
/dports/devel/boost-docs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/databases/percona57-server/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/databases/xtrabackup/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/databases/percona57-client/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/devel/boost-libs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/devel/hyperscan/boost_1_75_0/libs/range/doc/reference/algorithm/
H A Drotate_copy.qbk6 [section:rotate_copy rotate_copy]
12 OutputIterator rotate_copy(
20 `rotate_copy` rotates the elements in a range. It copies the two ranges `[begin(rng), middle)` and …
24 Defined in the header file `boost/range/algorithm/rotate_copy.hpp`
/dports/devel/boost-docs/boost_1_72_0/libs/compute/test/
H A Dtest_rotate_copy.cpp30 … boost::compute::rotate_copy(vector.begin(), vector.begin(), vector.end(), result.begin(), queue); in BOOST_AUTO_TEST_CASE()
33 boost::compute::rotate_copy(vector.begin(), vector.end(), vector.end(), result.begin(), queue); in BOOST_AUTO_TEST_CASE()
45 …boost::compute::rotate_copy(vector.begin(), vector.begin()+1, vector.end(), result.begin(), queue); in BOOST_AUTO_TEST_CASE()
57 …boost::compute::rotate_copy(vector.begin(), vector.begin()+4, vector.end(), result.begin(), queue); in BOOST_AUTO_TEST_CASE()
69 …boost::compute::rotate_copy(vector.begin(), vector.begin()+9, vector.end(), result.begin(), queue); in BOOST_AUTO_TEST_CASE()

12345678910>>...31