Home
last modified time | relevance | path

Searched refs:irange (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/libs/numeric/odeint/test/
Dsplit.cpp49 check_equal_range( irange(0, 12) | split(0, 3), irange(0, 4) ); in BOOST_AUTO_TEST_CASE()
50 check_equal_range( irange(0, 12) | split(1, 3), irange(4, 8) ); in BOOST_AUTO_TEST_CASE()
51 check_equal_range( irange(0, 12) | split(2, 3), irange(8, 12) ); in BOOST_AUTO_TEST_CASE()
57 check_equal_range( irange(0, 11) | split(0, 3), irange(0, 4) ); in BOOST_AUTO_TEST_CASE()
58 check_equal_range( irange(0, 11) | split(1, 3), irange(4, 8) ); in BOOST_AUTO_TEST_CASE()
59 check_equal_range( irange(0, 11) | split(2, 3), irange(8, 11) ); in BOOST_AUTO_TEST_CASE()
65 check_equal_range( irange(0, 10) | split(0, 3), irange(0, 4) ); in BOOST_AUTO_TEST_CASE()
66 check_equal_range( irange(0, 10) | split(1, 3), irange(4, 7) ); in BOOST_AUTO_TEST_CASE()
67 check_equal_range( irange(0, 10) | split(2, 3), irange(7, 10) ); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/math/test/
Dtest_autodiff_1.cpp15 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
19 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
20 for (auto j : boost::irange(n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
27 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
37 for (auto i : boost::irange(n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
49 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
50 for (auto j : boost::irange(n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
83 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
84 for (auto j : boost::irange(n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
96 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dtest_autodiff_6.cpp21 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
41 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
70 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
91 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
119 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
147 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
183 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
210 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
234 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
251 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dtest_autodiff_5.cpp21 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
41 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
55 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
95 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
111 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff_8.cpp15 for (auto i : boost::irange(14u)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
29 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
45 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
61 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
122 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
143 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
178 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
221 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
239 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
305 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dtest_autodiff_4.cpp92 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
108 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
128 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
156 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
177 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff_2.cpp31 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 for (auto j : boost::irange(std::size_t(1), n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
64 for (auto i : boost::irange(std::size_t(1), m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
65 for (auto j : boost::irange(n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
72 for (auto j : boost::irange(n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
75 for (auto j : boost::irange(n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
86 for (auto j : boost::irange(std::size_t(2u), n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
202 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
203 for (auto j : boost::irange(n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
234 for (auto i : boost::irange(std::size_t(1), m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dtest_autodiff_3.cpp108 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
145 for (auto i : boost::irange(tanh_derivatives.size())) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
229 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
261 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
286 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
311 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
337 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_autodiff_7.cpp17 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
41 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/libs/range/doc/reference/ranges/
Dirange.qbk6 [section:irange irange]
13 irange(Integer last);
17 irange(Integer first, Integer last);
21 irange(Integer first, Integer last, StepSize step_size);
26 `irange` is a function to generate an Integer Range.
28 `irange` allows treating integers as a model of the __random_access_range__ Concept. It should be n…
32 Defined in the header file `boost/range/irange.hpp`
/third_party/boost/libs/multi_array/test/
Dindex_bases.cpp34 typedef array::index_range irange; in main() typedef
52 array_view E = A[indices[irange()][irange()][irange()]]; in main()
83 array_view E = B[indices[irange()][irange()][irange()]]; in main()
119 array_view E = B[indices[irange()][irange()][irange()]]; in main()
Dvc_death.cpp31 typedef array::index_range irange; in main() typedef
40 array_view E = A[indices[irange(1,2)][irange(1,2)][irange(1,2)]]; in main()
/third_party/boost/libs/hana/example/range/
Dmake.cpp13 constexpr auto irange = hana::make<hana::range_tag>(hana::int_c<0>, hana::int_c<10>); // [0, 10) int variable
14 BOOST_HANA_CONSTANT_CHECK(irange == hana::make<hana::range_tag>(hana::int_c<0>, hana::int_c<10>));
/third_party/boost/tools/quickbook/src/
Dvalue_tags.hpp40 return boost::irange(start_index, (int)end_index); \
76 return boost::irange(start_index, (int)end_index); \
/third_party/boost/libs/range/test/algorithm_ext_test/
Dinsert.cpp28 boost::insert( test, test.end(), boost::irange(0, n) ); in test_insert_impl()
38 boost::insert( test, test.end(), boost::irange(0, n) ); in test_insert_impl()
Dpush_back.cpp32 boost::push_back(test, boost::irange<std::size_t>(0, n)); in test_push_back_impl()
41 boost::push_back(test, boost::irange<std::size_t>(0, n)); in test_push_back_impl()
Dpush_front.cpp41 boost::push_front(test, boost::irange<std::size_t>(0, n)); in test_push_front_impl()
53 boost::push_front(test, boost::irange<std::size_t>(0, n * 2, 2)); in test_push_front_impl()
/third_party/boost/libs/range/test/
Diterator_range.cpp37 typedef boost::iterator_range<iterator> irange; in check_iterator_range() typedef
41 irange r = boost::make_iterator_range( str ); in check_iterator_range()
78 irange rr = boost::make_iterator_range( str ); in check_iterator_range()
88 irange rrr = rr; in check_iterator_range()
93 const irange cr = boost::make_iterator_range( str ); in check_iterator_range()
Dirange.cpp32 boost::push_back(test, boost::irange(last)); in test_irange_impl()
49 boost::push_back(test, boost::irange(first, last)); in test_irange_impl()
78 boost::push_back(test, boost::irange(first, last, step)); in test_irange_impl()
Dsub_range.cpp37 typedef boost::iterator_range<iterator> irange; in check_sub_range() typedef
41 irange r = boost::make_iterator_range( str ); in check_sub_range()
124 irange rrr = rr; in check_sub_range()
129 const irange cr = boost::make_iterator_range( str ); in check_sub_range()
Djoin.cpp239 left_containers.push_back(makeCollection<Collection1>(irange(0,1))); in test_join_impl()
240 left_containers.push_back(makeCollection<Collection1>(irange(0,100))); in test_join_impl()
243 right_containers.push_back(makeCollection<Collection2>(irange(0,1))); in test_join_impl()
244 right_containers.push_back(makeCollection<Collection2>(irange(0,100))); in test_join_impl()
Dticket_5544_terminate_irange.cpp30 boost::push_back(actual, boost::irange(0,9,2)); in test_irange_termination()
/third_party/boost/boost/range/
Dirange.hpp208 irange(Integer first, Integer last) in irange() function
216 irange(Integer first, Integer last, StepSize step_size) in irange() function
236 irange(Integer last) in irange() function
/third_party/boost/libs/phoenix/test/regression/
Dbug5626.cpp23 BOOST_TEST((*boost::begin(boost::irange(0,5) | transformed( arg1)) == 0)); in main()
/third_party/boost/boost/geometry/io/svg/
Dsvg_mapper.hpp125 Range2 irange; in apply() local
126 geometry::transform(range, irange, strategy); in apply()
127 stream << geometry::svg(irange, style, size) << std::endl; in apply()

12