Searched refs:mResI2 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/algorithm/test/ |
D | transform_exclusive_scan_test.cpp | 63 const int mResI2[] = { 2, 2, 6, 30, 210}; in test() local 72 BOOST_CHECK(sa == sizeof(mResI2) / sizeof(mResI2[0])); // just to be sure in test() 82 … test(Iter(ia), Iter(ia + i), std::multiplies<int>(), identity<int>(), 2, mResI2, mResI2 + i); in test()
|
D | transform_inclusive_scan_test.cpp | 154 const int mResI2[] = { 2, 6, 30, 210, 1890}; in transform_inclusive_scan_init_test() local 163 BOOST_CHECK(sa == sizeof(mResI2) / sizeof(mResI2[0])); // just to be sure in transform_inclusive_scan_init_test() 173 …it_test(Iter(ia), Iter(ia + i), std::multiplies<int>(), identity<int>(), 2, mResI2, mResI2 + i); in transform_inclusive_scan_init_test()
|