/third_party/boost/libs/compute/perf/ |
D | perf_tbb_merge.cpp | 25 Iterator begin1, end1; // [begin1,end1) is 1st sequence to be merged member 28 bool empty() const {return (end1-begin1)+(end2-begin2)==0;} in empty() 30 return (std::min)( end1-begin1, end2-begin2 ) > grainsize; in is_divisible() 33 if( r.end1-r.begin1 < r.end2-r.begin2 ) { in ParallelMergeRange() 34 std::swap(r.begin1,r.begin2); in ParallelMergeRange() 37 Iterator m1 = r.begin1 + (r.end1-r.begin1)/2; in ParallelMergeRange() 39 begin1 = m1; in ParallelMergeRange() 43 out = r.out + (m1-r.begin1) + (m2-r.begin2); in ParallelMergeRange() 50 begin1(begin1_), end1(end1_), in ParallelMergeRange() 61 std::merge( r.begin1, r.end1, r.begin2, r.end2, r.out ); in operator ()() [all …]
|
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/ |
D | vector_vector_resize.hpp | 40 typename state_type::const_iterator begin1 = boost::begin( x1 ); in same_size() local 42 while( begin1 != boost::end( x1 ) ) in same_size() 43 same &= ( boost::size( *begin1++ ) == boost::size( *begin2++ ) ); in same_size() 56 typename state_type::iterator begin1 = boost::begin( x1 ); in resize() local 58 while( begin1 != boost::end( x1 ) ) in resize() 59 (*begin1++).resize( boost::size( *begin2++ ) ); in resize() 78 typename state_type::iterator begin1 = boost::begin( m_v ); in same_size() local 80 while( begin1 != boost::end( m_v ) ) in same_size() 81 same &= ( boost::size( *begin1++ ) == boost::size( *begin2++ ) ); in same_size() 91 typename state_type::iterator begin1 = boost::begin( m_v ); in resize() local [all …]
|
/third_party/boost/boost/numeric/ublas/operation/ |
D | begin.hpp | 91 return e.begin1(); in apply() 106 return e.begin1(); in apply() 200 return e.begin1(); in apply() 215 return e.begin1(); in apply()
|
/third_party/mindspore/tests/st/ops/graph_kernel/ |
D | test_slice.py | 43 begin1 = (0, 1, 0) 45 expect = get_output(x1, begin1, size1, False) 46 output = get_output(x1, begin1, size1, True)
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLProgram.h | 164 iterator(inner begin1, inner end1, inner begin2, inner end2) in iterator() 165 : fIter1(begin1) in iterator() 207 const_iterator(inner begin1, inner end1, inner begin2, inner end2) in const_iterator() 208 : fIter1(begin1) in const_iterator()
|
/third_party/boost/boost/numeric/ublas/ |
D | matrix.hpp | 612 return layout_type::index_i (it_ - m.begin1 ().it_, m.size1 (), m.size2 ()); in index1() 617 return layout_type::index_j (it_ - m.begin1 ().it_, m.size1 (), m.size2 ()); in index2() 648 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::matrix 653 return begin1 (); in cbegin1() 762 return layout_type::index_i (it_ - m.begin1 ().it_, m.size1 (), m.size2 ()); in index1() 767 return layout_type::index_j (it_ - m.begin1 ().it_, m.size1 (), m.size2 ()); in index2() 798 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::matrix 1141 return const_reverse_iterator1 (begin1 ()); in rend1() 1154 return reverse_iterator1 (begin1 ()); in rend1() 1695 return layout_type::index_i (it_ - m.begin1 ().it_, m.size1 (), m.size2 ()); in index1() [all …]
|
D | matrix_expression.hpp | 206 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::matrix_reference 207 return expression ().begin1 (); in begin1() 211 return begin1 (); in cbegin1() 223 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::matrix_reference 224 return expression ().begin1 (); in begin1() 271 return const_reverse_iterator1 (begin1 ()); in rend1() 284 return reverse_iterator1 (begin1 ()); in rend1() 642 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::vector_matrix_binary 647 return begin1 (); in cbegin1() 871 return const_reverse_iterator1 (begin1 ()); in rend1() [all …]
|
D | banded.hpp | 633 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::banded_matrix 638 return begin1 (); in cbegin1() 783 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::banded_matrix 1123 return const_reverse_iterator1 (begin1 ()); in rend1() 1136 return reverse_iterator1 (begin1 ()); in rend1() 1730 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::banded_adaptor 1735 return begin1 (); in cbegin1() 1892 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::banded_adaptor 2258 return const_reverse_iterator1 (begin1 ()); in rend1() 2271 return reverse_iterator1 (begin1 ()); in rend1()
|
D | symmetric.hpp | 466 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::symmetric_matrix 471 return begin1 (); in cbegin1() 614 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::symmetric_matrix 953 return const_reverse_iterator1 (begin1 ()); in rend1() 966 return reverse_iterator1 (begin1 ()); in rend1() 1598 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::symmetric_adaptor 1603 return begin1 (); in cbegin1() 1743 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::symmetric_adaptor 2246 return const_reverse_iterator1 (begin1 ()); in rend1() 2259 return reverse_iterator1 (begin1 ()); in rend1()
|
D | hermitian.hpp | 699 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::hermitian_matrix 704 return begin1 (); in cbegin1() 848 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::hermitian_matrix 1187 return const_reverse_iterator1 (begin1 ()); in rend1() 1200 return reverse_iterator1 (begin1 ()); in rend1() 1911 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::hermitian_adaptor 1916 return begin1 (); in cbegin1() 2056 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::hermitian_adaptor 2566 return const_reverse_iterator1 (begin1 ()); in rend1() 2579 return reverse_iterator1 (begin1 ()); in rend1()
|
D | triangular.hpp | 508 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::triangular_matrix 513 return begin1 (); in cbegin1() 657 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::triangular_matrix 997 return const_reverse_iterator1 (begin1 ()); in rend1() 1010 return reverse_iterator1 (begin1 ()); in rend1() 1459 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::triangular_adaptor 1464 return begin1 (); in cbegin1() 1611 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::triangular_adaptor 1956 return const_reverse_iterator1 (begin1 ()); in rend1() 1969 return reverse_iterator1 (begin1 ()); in rend1()
|
D | vector_of_vector.hpp | 697 const_iterator1 begin1 () const { in begin1() function in boost::numeric::ublas::generalized_vector_of_vector 702 return begin1 (); in cbegin1() 872 iterator1 begin1 () { in begin1() function in boost::numeric::ublas::generalized_vector_of_vector 1263 return const_reverse_iterator1 (begin1 ()); in rend1() 1276 return reverse_iterator1 (begin1 ()); in rend1()
|
/third_party/boost/libs/multiprecision/test/ublas_interop/common/ |
D | init.hpp | 55 for (typename M::iterator1 i = m.begin1(); i != m.end1(); ++i) in initialize_matrix_impl() 59 for (typename M::iterator1 i = m.begin1(); i != m.end1(); ++i) in initialize_matrix_impl()
|
/third_party/boost/libs/numeric/ublas/test/common/ |
D | init.hpp | 53 for (typename M::iterator1 i = m.begin1(); i != m.end1(); ++ i) in initialize_matrix_impl() 57 for (typename M::iterator1 i = m.begin1(); i != m.end1(); ++ i) in initialize_matrix_impl()
|
/third_party/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 104 static int is_overlapping(unsigned int begin1, unsigned int length1, in is_overlapping() argument 107 unsigned int end1 = begin1 + length1; in is_overlapping() 109 return !(end1 <= begin2 || end2 <= begin1); in is_overlapping()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 177 bool *end0, bool begin1, bool end1) in vbo_merge_draws() argument 205 if (begin1 == 1 && (in_dlist || ctx->Line.StippleFlag)) in vbo_merge_draws()
|
D | vbo_private.h | 197 bool *end0, bool begin1, bool end1);
|
/third_party/boost/boost/core/ |
D | lightweight_test.hpp | 505 …EQ(begin1, end1, begin2, end2) ( ::boost::detail::test_all_eq_impl(BOOST_LIGHTWEIGHT_TEST_OSTREAM,… argument 506 …begin1, end1, begin2, end2, predicate) ( ::boost::detail::test_all_with_impl(BOOST_LIGHTWEIGHT_TES… argument
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | matrix_assign.hpp | 57 typename M::iterator1 it1 (m.begin1 ()); in make_conformant() 59 typename E::const_iterator1 it1e (e ().begin1 ()); in make_conformant() 265 typename M::iterator1 it1 (m.begin1 ()); in iterating_matrix_assign_scalar() 374 typename M::iterator1 it1 (m.begin1 ()); in matrix_assign_scalar() 415 typename M::iterator1 it1 (m.begin1 ()); in matrix_assign_scalar() 522 typename M::iterator1 it1 (m.begin1 ()); in iterating_matrix_assign() 524 typename E::const_iterator1 it1e (e ().begin1 ()); in iterating_matrix_assign() 654 typename M::iterator1 it1 (m.begin1 ()); in matrix_assign() 656 typename E::const_iterator1 it1e (e ().begin1 ()); in matrix_assign() 987 typename E::const_iterator1 it1e (e ().begin1 ()); in matrix_assign() [all …]
|
/third_party/boost/libs/core/doc/ |
D | lightweight_test.qbk | 47 #define BOOST_TEST_ALL_EQ(begin1, end1, begin2, end2) /* unspecified */ 48 #define BOOST_TEST_ALL_WITH(begin1, end1, begin2, end2, predicate) /* unspecified */ 193 BOOST_TEST_ALL_EQ(begin1, end1, begin2, end2) 203 BOOST_TEST_ALL_WITH(begin1, end1, begin2, end2, predicate)
|
/third_party/boost/libs/geometry/test/strategies/ |
D | douglas_peucker.cpp | 133 static inline bool apply(Iterator1 begin1, Iterator1 end1, in apply() 136 std::size_t num_points1 = std::distance(begin1, end1); in apply() 144 Iterator1 it1 = begin1; in apply()
|
/third_party/boost/libs/numeric/ublas/test/ |
D | triangular_access.cpp | 29 typename MAT::iterator1 it1 = A.begin1(); in test_iterator() 94 typename MAT::const_iterator1 it1 = A.begin1(); in test_iterator3()
|
/third_party/boost/libs/geometry/test/iterators/ |
D | segment_iterator.cpp | 140 static inline bool apply(Iterator1 begin1, Iterator1 end1, in apply() 143 std::size_t num_points1 = number_of_elements(begin1, end1); in apply() 151 Iterator1 it1 = begin1; in apply()
|
D | point_iterator.cpp | 207 static inline bool apply(Iterator1 begin1, Iterator1 end1, in apply() 210 std::size_t num_points1 = number_of_elements(begin1, end1); in apply() 218 Iterator1 it1 = begin1; in apply()
|
/third_party/boost/boost/units/detail/ |
D | linear_algebra.hpp | 122 typedef E1 begin1; typedef 125 typename begin1::next, 127 typename begin1::item,
|