Lines Matching refs:irange
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()
263 for (auto i : boost::irange(m + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
285 for (auto i : boost::irange(1u, static_cast<unsigned>(m + 1))) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
293 for (auto j : boost::irange(std::size_t(2), n + 1)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()
500 for (auto i : boost::irange(test_constants::n_samples)) { in BOOST_AUTO_TEST_CASE_TEMPLATE()