Home
last modified time | relevance | path

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

/external/libcxx/test/std/numerics/numeric.ops/inner.product/
Dinner_product_comp.pass.cpp31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
Dinner_product.pass.cpp29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_iter_init.pass.cpp27 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
Dtransform_reduce_iter_iter_iter_init_op_op.pass.cpp29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp45 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test()
/external/libcxx/fuzzing/
Dfuzzing.cpp114 bool is_permutation(SVIter first1, SVIter last1, SVIter first2) in is_permutation()
142 bool is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) in is_permutation()
341 static bool compare_unique(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2) in compare_unique()
/external/jdiff/src/jdiff/
DDiff.java195 int last1 = hunk.line1 + hunk.inserted - 1; in addDiffs() local
/external/libchrome/base/
Dvalue_iterators_unittest.cc23 InputIterator1 last1, in are_equal()