Home
last modified time | relevance | path

Searched defs:rFirst (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/std/numerics/numeric.ops/exclusive.scan/
Dexclusive_scan_init_op.pass.cpp30 test(Iter1 first, Iter1 last, T init, Op op, Iter2 rFirst, Iter2 rLast) in test()
Dexclusive_scan.pass.cpp29 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/
Dexclusive_scan_init_op.pass.cpp32 test(Iter1 first, Iter1 last, T init, Op op, const T *rFirst, const T *rLast) in test()
Dexclusive_scan.pass.cpp31 test(Iter1 first, Iter1 last, T init, const T *rFirst, const T *rLast) in test()
/external/libcxx/test/std/numerics/numeric.ops/inclusive.scan/
Dinclusive_scan.pass.cpp29 test(Iter1 first, Iter1 last, Iter2 rFirst, Iter2 rLast) in test()
Dinclusive_scan_op.pass.cpp31 test(Iter1 first, Iter1 last, Op op, Iter2 rFirst, Iter2 rLast) in test()
Dinclusive_scan_op_init.pass.cpp30 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/
Dinclusive_scan.pass.cpp31 test(Iter1 first, Iter1 last, const T *rFirst, const T *rLast) in test()
Dinclusive_scan_op.pass.cpp32 test(Iter1 first, Iter1 last, Op op, const T *rFirst, const T *rLast) in test()
Dinclusive_scan_op_init.pass.cpp32 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/
Dtransform_inclusive_scan_bop_uop.pass.cpp41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, Iter2 rFirst, Iter2 rLast) in test()
Dtransform_inclusive_scan_bop_uop_init.pass.cpp40 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/
Dtransform_inclusive_scan_bop_uop.pass.cpp41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, const T *rFirst, const T *rLast) in test()
Dtransform_inclusive_scan_bop_uop_init.pass.cpp42 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/
Dtransform_exclusive_scan_init_bop_uop.pass.cpp40 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/
Dtransform_exclusive_scan_init_bop_uop.pass.cpp41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, const T *rFirst, const T *rLast) in test()