Searched defs:rFirst (Results 1 – 16 of 16) sorted by relevance
| /external/libcxx/test/std/numerics/numeric.ops/exclusive.scan/ |
| D | exclusive_scan_init_op.pass.cpp | 30 test(Iter1 first, Iter1 last, T init, Op op, Iter2 rFirst, Iter2 rLast) in test()
|
| D | exclusive_scan.pass.cpp | 29 test(Iter1 first, Iter1 last, T init, Iter2 rFirst, Iter2 rLast) in test()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/exclusive.scan/ |
| 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()
|
| D | exclusive_scan.pass.cpp | 31 test(Iter1 first, Iter1 last, T init, const T *rFirst, const T *rLast) in test()
|
| /external/libcxx/test/std/numerics/numeric.ops/inclusive.scan/ |
| D | inclusive_scan.pass.cpp | 29 test(Iter1 first, Iter1 last, Iter2 rFirst, Iter2 rLast) in test()
|
| D | inclusive_scan_op.pass.cpp | 31 test(Iter1 first, Iter1 last, Op op, Iter2 rFirst, Iter2 rLast) in test()
|
| D | inclusive_scan_op_init.pass.cpp | 30 test(Iter1 first, Iter1 last, Op op, T init, Iter2 rFirst, Iter2 rLast) in test()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/inclusive.scan/ |
| D | inclusive_scan.pass.cpp | 31 test(Iter1 first, Iter1 last, const T *rFirst, const T *rLast) in test()
|
| D | inclusive_scan_op.pass.cpp | 32 test(Iter1 first, Iter1 last, Op op, const T *rFirst, const T *rLast) in test()
|
| 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()
|
| /external/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/ |
| D | transform_inclusive_scan_bop_uop.pass.cpp | 41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, Iter2 rFirst, Iter2 rLast) in test()
|
| D | transform_inclusive_scan_bop_uop_init.pass.cpp | 40 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/transform.inclusive.scan/ |
| 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()
|
| 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()
|
| /external/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/ |
| D | transform_exclusive_scan_init_bop_uop.pass.cpp | 40 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/transform.exclusive.scan/ |
| 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()
|