Home
last modified time | relevance | path

Searched defs:pRes (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/numerics/numeric.ops/exclusive.scan/
H A Dexclusive_scan_init_op.pass.cpp53 const int pRes[] = {0, 1, 4, 9, 16}; in test() local
H A Dexclusive_scan.pass.cpp51 const int pRes[] = {0, 1, 4, 9, 16}; test() local
/llvm-project/libcxx/test/std/numerics/numeric.ops/inclusive.scan/
H A Dinclusive_scan.pass.cpp52 const int pRes[] = {1, 4, 9, 16, 25}; test() local
H A Dinclusive_scan_op.pass.cpp53 const int pRes[] = {1, 4, 9, 16, 25}; in test() local
H A Dinclusive_scan_op_init.pass.cpp53 const int pRes[] = {1, 4, 9, 16, 25}; in test() local