Home
last modified time | relevance | path

Searched refs:pResI2 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dtransform_exclusive_scan_test.cpp62 const int pResI2[] = { 2, 3, 6, 11, 18}; // with identity in test() local
71 BOOST_CHECK(sa == sizeof(pResI2) / sizeof(pResI2[0])); // just to be sure in test()
81 … test(Iter(ia), Iter(ia + i), std::plus<int>(), identity<int>(), 2, pResI2, pResI2 + i); in test()
Dtransform_inclusive_scan_test.cpp153 const int pResI2[] = { 3, 6, 11, 18, 27}; // with identity in transform_inclusive_scan_init_test() local
162 BOOST_CHECK(sa == sizeof(pResI2) / sizeof(pResI2[0])); // just to be sure in transform_inclusive_scan_init_test()
172 …it_test(Iter(ia), Iter(ia + i), std::plus<int>(), identity<int>(), 2, pResI2, pResI2 + i); in transform_inclusive_scan_init_test()