Searched defs:rFirst (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/exclusive.scan/ |
| H A D | exclusive_scan_init_op.pass.cpp | 32 test(Iter1 first, Iter1 last, T init, Op op, const T *rFirst, const T *rLast) in test()
|
| H A D | exclusive_scan.pass.cpp | 31 test(Iter1 first, Iter1 last, T init, const T *rFirst, const T *rLast) in test()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/inclusive.scan/ |
| H A D | inclusive_scan.pass.cpp | 31 test(Iter1 first, Iter1 last, const T *rFirst, const T *rLast) in test()
|
| H A D | inclusive_scan_op.pass.cpp | 32 test(Iter1 first, Iter1 last, Op op, const T *rFirst, const T *rLast) in test()
|
| H A D | inclusive_scan_op_init.pass.cpp | 32 test(Iter1 first, Iter1 last, Op op, T init, const T *rFirst, const T *rLast) in test()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/ |
| H A D | transform_inclusive_scan_bop_uop.pass.cpp | 41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, const T *rFirst, const T *rLast) in test()
|
| H A D | transform_inclusive_scan_bop_uop_init.pass.cpp | 42 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, const T *rFirst, const T *rLast) in test()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/ |
| H A D | transform_exclusive_scan_init_bop_uop.pass.cpp | 41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, const T *rFirst, const T *rLast) in test()
|