Searched defs:pResI0 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/algorithm/test/ |
D | transform_inclusive_scan_test.cpp | 58 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
|
D | transform_exclusive_scan_test.cpp | 58 const int pResI0[] = { 0, 1, 4, 9, 16}; // with identity in test() local
|