/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | copy_if.rst | 1 .. 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<
|
D | reverse_copy_if.rst | 36 #include <boost/mpl/copy_if.hpp> 120 |Transformation Algorithms|, |Reversible Algorithm|, |copy_if|, |reverse_copy|, |remove_if|, |repla…
|
D | reverse.rst | 90 |Transformation Algorithms|, |Reversible Algorithm|, |reverse_copy|, |copy|, |copy_if|
|
D | copy.rst | 103 |Transformation Algorithms|, |Reversible Algorithm|, |reverse_copy|, |copy_if|, |transform|
|
/third_party/boost/libs/compute/test/ |
D | test_copy_if.cpp | 35 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()
|
D | test_discard_iterator.cpp | 75 boost::compute::discard_iterator end = boost::compute::copy_if( in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/algorithm/test/ |
D | copy_if_test1.cpp | 46 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/ |
D | copy_if.hpp | 34 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/ |
D | stable_partition.hpp | 57 ::boost::compute::copy_if(tmp.begin(), in stable_partition() 65 ::boost::compute::copy_if(tmp.begin(), in stable_partition()
|
D | partition_copy.hpp | 51 ::boost::compute::copy_if(first, in partition_copy() 59 ::boost::compute::copy_if(first, in partition_copy()
|
D | remove_if.hpp | 43 return ::boost::compute::copy_if(tmp.begin(), in remove_if()
|
D | copy_if.hpp | 49 inline OutputIterator copy_if(InputIterator first, in copy_if() function
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | stable_partition.hpp | 57 ::boost::compute::copy_if(tmp.begin(), in stable_partition() 65 ::boost::compute::copy_if(tmp.begin(), in stable_partition()
|
D | partition_copy.hpp | 51 ::boost::compute::copy_if(first, in partition_copy() 59 ::boost::compute::copy_if(first, in partition_copy()
|
D | remove_if.hpp | 43 return ::boost::compute::copy_if(tmp.begin(), in remove_if()
|
D | copy_if.hpp | 49 inline OutputIterator copy_if(InputIterator first, in copy_if() function
|
/third_party/boost/libs/compute/perf/ |
D | perf_copy_if.cpp | 43 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/ |
D | copy_if.cpp | 31 typedef copy_if< in MPL_TEST_CASE()
|
/third_party/boost/boost/mpl/ |
D | copy_if.hpp | 92 BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(3, copy_if)
|
/third_party/boost/libs/hof/test/ |
D | issue8.cpp | 22 ::std::copy_if( in operator ()()
|
/third_party/boost/libs/algorithm/doc/ |
D | algorithm.qbk | 68 [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/ |
D | type.cpp | 50 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/ |
D | uniform_int_distribution.hpp | 90 tmp2_iter = copy_if(tmp.begin(), tmp.begin() + size, tmp2.begin(), in generate()
|
/third_party/boost/libs/compute/include/boost/compute/random/ |
D | uniform_int_distribution.hpp | 90 tmp2_iter = copy_if(tmp.begin(), tmp.begin() + size, tmp2.begin(), in generate()
|
/third_party/mindspore/mindspore/core/ops/ |
D | unsqueeze.cc | 48 (void)std::copy_if(input_shape.begin(), input_shape.end(), out_shape.begin(), in UnsqueezeInfer()
|