Searched refs:last1 (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get.cpp | 38 __valid_grouping(const char * first1, const char * last1, in __valid_grouping() argument 40 if (first1 == last1 || first2 == last2) return true; in __valid_grouping() 42 --last1; --last2; in __valid_grouping() 44 while (first1 != last1) { in __valid_grouping() 45 if (*last1 != *first2) in __valid_grouping() 47 --last1; in __valid_grouping() 51 return *last1 <= *first2; in __valid_grouping()
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/numeric.ops/inner.product/ |
D | inner_product.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test() argument 31 assert(std::inner_product(first1, last1, first2, init) == x); in test()
|
D | inner_product_comp.pass.cpp | 31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test() argument 33 assert(std::inner_product(first1, last1, first2, init, in test()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | numeric | 30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
|
D | algorithm | 52 find_end(ForwardIterator1 first1, ForwardIterator1 last1, 57 find_end(ForwardIterator1 first1, ForwardIterator1 last1, 62 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1, 67 find_first_of(ForwardIterator1 first1, ForwardIterator1 last1, 88 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2); 92 mismatch(InputIterator1 first1, InputIterator1 last1, 97 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2); 101 equal(InputIterator1 first1, InputIterator1 last1, 106 is_permutation(ForwardIterator1 first1, ForwardIterator1 last1, 111 is_permutation(ForwardIterator1 first1, ForwardIterator1 last1, [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 467 const extern_type* last1, const extern_type*& next1, in do_in() argument 470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in() 471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()
|
/ndk/tests/device/test-stlport/unit/ |
D | codecvt_test.cpp | 467 const extern_type* last1, const extern_type*& next1, in do_in() argument 470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in() 471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()
|