Home
last modified time | relevance | path

Searched refs:replace_copy_if (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/dports/devel/boost-docs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/databases/percona57-server/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/databases/xtrabackup/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/databases/percona57-client/boost_1_59_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/devel/boost-libs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/devel/hyperscan/boost_1_75_0/libs/range/doc/reference/algorithm/
H A Dreplace_copy_if.qbk6 [section:replace_copy_if replace_copy_if]
12 OutputIterator replace_copy_if(const ForwardRange& rng, OutputIterator out,
18 `replace_copy_if` copy every element `x` in `rng` such that the corresponding element in the output…
22 Defined in the header file `boost/range/algorithm/replace_copy_if.hpp`
35 Linear. `replace_copy_if` performs exactly `distance(rng)` evaluations of `pred`.
/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Dreplace.inl90 OutputIterator replace_copy_if(const thrust::detail::execution_policy_base<DerivedPolicy> &exec, function
96 using thrust::system::detail::generic::replace_copy_if;
98 } // end replace_copy_if()
104 OutputIterator replace_copy_if(const thrust::detail::execution_policy_base<DerivedPolicy> &exec, function
111 using thrust::system::detail::generic::replace_copy_if;
113 } // end replace_copy_if()
117 OutputIterator replace_copy_if(InputIterator first, InputIterator last,
130 …return thrust::replace_copy_if(select_system(system1,system2), first, last, result, pred, new_valu…
131 } // end replace_copy_if()
135 OutputIterator replace_copy_if(InputIterator1 first, InputIterator1 last,
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/algorithm/
H A Dreplace_copy_if.hpp40 RANGES_FUNC_BEGIN(replace_copy_if) in RANGES_FUNC_BEGIN() argument
54 replace_copy_if_result<I, O> RANGES_FUNC(replace_copy_if)( in RANGES_FUNC_BEGIN()
74 replace_copy_if_result<borrowed_iterator_t<Rng>, O> RANGES_FUNC(replace_copy_if)( in RANGES_FUNC() argument
85 RANGES_FUNC_END(replace_copy_if)
89 using ranges::replace_copy_if;
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/algorithm/
H A Dreplace_copy_if.hpp40 RANGES_FUNC_BEGIN(replace_copy_if) in RANGES_FUNC_BEGIN() argument
54 replace_copy_if_result<I, O> RANGES_FUNC(replace_copy_if)( in RANGES_FUNC_BEGIN()
74 replace_copy_if_result<borrowed_iterator_t<Rng>, O> RANGES_FUNC(replace_copy_if)( in RANGES_FUNC() argument
85 RANGES_FUNC_END(replace_copy_if)
89 using ranges::replace_copy_if;
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dreplace.cu435 thrust::replace_copy_if(data.begin(), data.end(), dest.begin(), less_than_five<T>(), (T) 0); in TestReplaceCopyIfSimple()
450 OutputIterator replace_copy_if(my_system &system,
465 thrust::replace_copy_if(sys, in TestReplaceCopyIfDispatchExplicit()
478 OutputIterator replace_copy_if(my_tag,
492 thrust::replace_copy_if(thrust::retag<my_tag>(vec.begin()), in TestReplaceCopyIfDispatchImplicit()
539 OutputIterator replace_copy_if(my_system &system,
556 thrust::replace_copy_if(sys, in TestReplaceCopyIfStencilDispatchExplicit()
570 OutputIterator replace_copy_if(my_tag,
585 thrust::replace_copy_if(thrust::retag<my_tag>(vec.begin()), in TestReplaceCopyIfStencilDispatchImplicit()
606 thrust::replace_copy_if(h_data.begin(), h_data.end(), h_dest.begin(), less_than_five<T>(), 0); in TestReplaceCopyIf()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/
H A Dconstrained.cc54 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
64 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
75 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
87 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
104 = ranges::replace_copy_if(x, y, in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/
H A Dconstrained.cc54 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
64 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
75 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
87 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
104 = ranges::replace_copy_if(x, y, in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/
H A Dconstrained.cc54 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
64 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
75 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
87 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
104 = ranges::replace_copy_if(x, y, in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/
H A Dconstrained.cc54 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
64 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
75 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
87 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
104 = ranges::replace_copy_if(x, y, in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/
H A Dconstrained.cc54 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
64 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
75 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
87 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
104 = ranges::replace_copy_if(x, y, in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/
H A Dconstrained.cc54 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
64 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
75 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
87 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
104 = ranges::replace_copy_if(x, y, in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/
H A Dconstrained.cc54 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
64 auto [in, out] = ranges::replace_copy_if(x, x+5, y, in test01()
75 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
87 auto [in, out] = ranges::replace_copy_if(cx, cy.begin(), in test01()
104 = ranges::replace_copy_if(x, y, in test02()
/dports/devel/boost-docs/boost_1_72_0/boost/range/algorithm/
H A Dreplace_copy_if.hpp34 replace_copy_if(const ForwardRange& rng, OutputIterator out_it, Predicate pred, in replace_copy_if() function
38 return std::replace_copy_if(boost::begin(rng), boost::end(rng), out_it, in replace_copy_if()
43 using range::replace_copy_if;
/dports/devel/boost-python-libs/boost_1_72_0/boost/range/algorithm/
H A Dreplace_copy_if.hpp34 replace_copy_if(const ForwardRange& rng, OutputIterator out_it, Predicate pred, in replace_copy_if() function
38 return std::replace_copy_if(boost::begin(rng), boost::end(rng), out_it, in replace_copy_if()
43 using range::replace_copy_if;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/range/algorithm/
H A Dreplace_copy_if.hpp34 replace_copy_if(const ForwardRange& rng, OutputIterator out_it, Predicate pred, in replace_copy_if() function
38 return std::replace_copy_if(pdalboost::begin(rng), pdalboost::end(rng), out_it, in replace_copy_if()
43 using range::replace_copy_if;
/dports/devel/R-cran-BH/BH/inst/include/boost/range/algorithm/
H A Dreplace_copy_if.hpp34 replace_copy_if(const ForwardRange& rng, OutputIterator out_it, Predicate pred, in replace_copy_if() function
38 return std::replace_copy_if(boost::begin(rng), boost::end(rng), out_it, in replace_copy_if()
43 using range::replace_copy_if;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/range/algorithm/
H A Dreplace_copy_if.hpp34 replace_copy_if(const ForwardRange& rng, OutputIterator out_it, Predicate pred, in replace_copy_if() function
38 return std::replace_copy_if(boost::begin(rng), boost::end(rng), out_it, in replace_copy_if()
43 using range::replace_copy_if;

12345678910>>...31