/third_party/boost/libs/numeric/odeint/test/ |
D | split.cpp | 49 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/ |
D | test_autodiff_1.cpp | 15 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 …]
|
D | test_autodiff_6.cpp | 21 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 …]
|
D | test_autodiff_5.cpp | 21 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()
|
D | test_autodiff_8.cpp | 15 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 …]
|
D | test_autodiff_4.cpp | 92 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()
|
D | test_autodiff_2.cpp | 31 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 …]
|
D | test_autodiff_3.cpp | 108 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()
|
D | test_autodiff_7.cpp | 17 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/ |
D | irange.qbk | 6 [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/ |
D | index_bases.cpp | 34 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()
|
D | vc_death.cpp | 31 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/ |
D | make.cpp | 13 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/ |
D | value_tags.hpp | 40 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/ |
D | insert.cpp | 28 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()
|
D | push_back.cpp | 32 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()
|
D | push_front.cpp | 41 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/ |
D | iterator_range.cpp | 37 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()
|
D | irange.cpp | 32 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()
|
D | sub_range.cpp | 37 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()
|
D | join.cpp | 239 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()
|
D | ticket_5544_terminate_irange.cpp | 30 boost::push_back(actual, boost::irange(0,9,2)); in test_irange_termination()
|
/third_party/boost/boost/range/ |
D | irange.hpp | 208 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/ |
D | bug5626.cpp | 23 BOOST_TEST((*boost::begin(boost::irange(0,5) | transformed( arg1)) == 0)); in main()
|
/third_party/boost/boost/geometry/io/svg/ |
D | svg_mapper.hpp | 125 Range2 irange; in apply() local 126 geometry::transform(range, irange, strategy); in apply() 127 stream << geometry::svg(irange, style, size) << std::endl; in apply()
|