Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/numerics/numeric.ops/exclusive.scan/
H A Dexclusive_scan_init_op.pass.cpp32 test(Iter1 first, Iter1 last, T init, Op op, const T *rFirst, const T *rLast) in test()
H A Dexclusive_scan.pass.cpp31 test(Iter1 first,Iter1 last,T init,const T * rFirst,const T * rLast) test() argument
/llvm-project/libcxx/test/std/numerics/numeric.ops/inclusive.scan/
H A Dinclusive_scan.pass.cpp31 test(Iter1 first,Iter1 last,const T * rFirst,const T * rLast) test() argument
H A Dinclusive_scan_op.pass.cpp32 test(Iter1 first, Iter1 last, Op op, const T *rFirst, const T *rLast) in test() argument
H A Dinclusive_scan_op_init.pass.cpp32 test(Iter1 first, Iter1 last, Op op, T init, const T *rFirst, const T *rLast) in test() argument
/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/
H A Dtransform_inclusive_scan_bop_uop.pass.cpp41 test(Iter1 first,Iter1 last,BOp bop,UOp uop,const T * rFirst,const T * rLast) test() argument
H A 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) test() argument
/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/
H A 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) test() argument