Home
last modified time | relevance | path

Searched defs:pResI0 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dtransform_inclusive_scan_test.cpp58 const int pResI0[] = { 1, 4, 9, 16, 25}; // with identity in transform_inclusive_scan_test() local
149 const int pResI0[] = { 1, 4, 9, 16, 25}; // with identity in transform_inclusive_scan_init_test() local
Dtransform_exclusive_scan_test.cpp58 const int pResI0[] = { 0, 1, 4, 9, 16}; // with identity in test() local