Home
last modified time | relevance | path

Searched refs:copy_if (Results 1 – 25 of 71) sorted by relevance

123

/third_party/boost/libs/mpl/doc/src/refmanual/
Dcopy_if.rst1 .. Algorithms/Transformation Algorithms//copy_if |20
3 copy_if title
16 struct copy_if
36 #include <boost/mpl/copy_if.hpp>
70 typedef copy_if<s,pred,in>::type r;
107 typedef copy_if<
Dreverse_copy_if.rst36 #include <boost/mpl/copy_if.hpp>
120 |Transformation Algorithms|, |Reversible Algorithm|, |copy_if|, |reverse_copy|, |remove_if|, |repla…
Dreverse.rst90 |Transformation Algorithms|, |Reversible Algorithm|, |reverse_copy|, |copy|, |copy_if|
Dcopy.rst103 |Transformation Algorithms|, |Reversible Algorithm|, |reverse_copy|, |copy_if|, |transform|
/third_party/boost/libs/compute/test/
Dtest_copy_if.cpp35 bc::copy_if(input.begin(), input.end(), in BOOST_AUTO_TEST_CASE()
42 bc::copy_if(input.begin(), input.end(), in BOOST_AUTO_TEST_CASE()
57 bc::copy_if(input.begin(), input.end(), in BOOST_AUTO_TEST_CASE()
64 bc::copy_if(input.begin(), input.end(), in BOOST_AUTO_TEST_CASE()
93 bc::copy_if(points.begin(), in BOOST_AUTO_TEST_CASE()
Dtest_discard_iterator.cpp75 boost::compute::discard_iterator end = boost::compute::copy_if( in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/algorithm/test/
Dcopy_if_test1.cpp46 ba::copy_if ( c.begin (), c.end (), back_inserter ( v ), is_false); in test_copy_if()
50 ba::copy_if ( c, back_inserter ( v ), is_false); in test_copy_if()
55 ba::copy_if ( c.begin (), c.end (), back_inserter ( v ), is_true); in test_copy_if()
60 ba::copy_if ( c, back_inserter ( v ), is_true); in test_copy_if()
67 ba::copy_if ( c.begin (), c.end (), back_inserter ( v ), is_even ); in test_copy_if()
72 ba::copy_if ( c, back_inserter ( v ), is_even ); in test_copy_if()
175 out = ba::copy_if ( from, to, out, is_false ); // copy none in constexpr_test_copy_if()
178 out = ba::copy_if ( from, to, out, is_true ); // copy all in constexpr_test_copy_if()
/third_party/boost/boost/algorithm/cxx11/
Dcopy_if.hpp34 BOOST_CXX14_CONSTEXPR OutputIterator copy_if ( InputIterator first, InputIterator last, OutputItera… in copy_if() function
52 BOOST_CXX14_CONSTEXPR OutputIterator copy_if ( const Range &r, OutputIterator result, Predicate p ) in copy_if() function
54 return boost::algorithm::copy_if (boost::begin (r), boost::end(r), result, p); in copy_if()
/third_party/boost/boost/compute/algorithm/
Dstable_partition.hpp57 ::boost::compute::copy_if(tmp.begin(), in stable_partition()
65 ::boost::compute::copy_if(tmp.begin(), in stable_partition()
Dpartition_copy.hpp51 ::boost::compute::copy_if(first, in partition_copy()
59 ::boost::compute::copy_if(first, in partition_copy()
Dremove_if.hpp43 return ::boost::compute::copy_if(tmp.begin(), in remove_if()
Dcopy_if.hpp49 inline OutputIterator copy_if(InputIterator first, in copy_if() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dstable_partition.hpp57 ::boost::compute::copy_if(tmp.begin(), in stable_partition()
65 ::boost::compute::copy_if(tmp.begin(), in stable_partition()
Dpartition_copy.hpp51 ::boost::compute::copy_if(first, in partition_copy()
59 ::boost::compute::copy_if(first, in partition_copy()
Dremove_if.hpp43 return ::boost::compute::copy_if(tmp.begin(), in remove_if()
Dcopy_if.hpp49 inline OutputIterator copy_if(InputIterator first, in copy_if() function
/third_party/boost/libs/compute/perf/
Dperf_copy_if.cpp43 compute::vector<int>::iterator i = compute::copy_if( in test_copy_if_odd()
90 compute::vector<float4_>::iterator i = compute::copy_if( in test_copy_if_in_sphere()
/third_party/boost/libs/mpl/test/
Dcopy_if.cpp31 typedef copy_if< in MPL_TEST_CASE()
/third_party/boost/boost/mpl/
Dcopy_if.hpp92 BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(3, copy_if)
/third_party/boost/libs/hof/test/
Dissue8.cpp22 ::std::copy_if( in operator ()()
/third_party/boost/libs/algorithm/doc/
Dalgorithm.qbk68 [section:copy_if copy_if ]
69 [*[^[link header.boost.algorithm.cxx11.copy_if_hpp copy_if] ]…
71 [endsect:copy_if]
/third_party/boost/libs/hana/example/tutorial/
Dtype.cpp50 using ts = mpl::copy_if<types, mpl::or_<std::is_pointer<mpl::_1>, in main()
78 using ts = mpl::copy_if<types, mpl::or_<std::is_pointer<mpl::_1>, in main()
/third_party/boost/boost/compute/random/
Duniform_int_distribution.hpp90 tmp2_iter = copy_if(tmp.begin(), tmp.begin() + size, tmp2.begin(), in generate()
/third_party/boost/libs/compute/include/boost/compute/random/
Duniform_int_distribution.hpp90 tmp2_iter = copy_if(tmp.begin(), tmp.begin() + size, tmp2.begin(), in generate()
/third_party/mindspore/mindspore/core/ops/
Dunsqueeze.cc48 (void)std::copy_if(input_shape.begin(), input_shape.end(), out_shape.begin(), in UnsqueezeInfer()

123