Searched refs:pResN2 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/algorithm/test/ |
D | transform_exclusive_scan_test.cpp | 64 const int pResN2[] = { 2, 1, -2, -7, -14}; // with negate in test() local 73 BOOST_CHECK(sa == sizeof(pResN2) / sizeof(pResN2[0])); // just to be sure in test() 83 … test(Iter(ia), Iter(ia + i), std::plus<int>(), std::negate<int>(), 2, pResN2, pResN2 + i); in test()
|
D | transform_inclusive_scan_test.cpp | 155 const int pResN2[] = { 1, -2, -7, -14, -23}; // with negate in transform_inclusive_scan_init_test() local 164 BOOST_CHECK(sa == sizeof(pResN2) / sizeof(pResN2[0])); // just to be sure in transform_inclusive_scan_init_test() 174 …it_test(Iter(ia), Iter(ia + i), std::plus<int>(), std::negate<int>(), 2, pResN2, pResN2 + i); in transform_inclusive_scan_init_test()
|