Searched defs:last1 (Results 1 - 10 of 10) sorted by relevance

/external/libcxx/test/numerics/numeric.ops/inner.product/
H A Dinner_product.pass.cpp20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2, T init);
29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) argument
31 assert(std::inner_product(first1, last1, first2, init) == x);
H A Dinner_product_comp.pass.cpp20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2,
31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) argument
33 assert(std::inner_product(first1, last1, first2, init,
/external/stlport/src/
H A Dnum_get.cpp38 __valid_grouping(const char * first1, const char * last1, argument
40 if (first1 == last1 || first2 == last2) return true;
42 --last1; --last2;
44 while (first1 != last1) {
45 if (*last1 != *first2)
47 --last1;
51 return *last1 <= *first2;
/external/qemu/include/qemu/
H A Drange.h57 uint64_t last1 = range_get_last(first1, len1); local
60 return !(last2 < first1 || last1 < first2);
/external/stlport/test/unit/
H A Dcodecvt_test.cpp465 const extern_type* last1, const extern_type*& next1,
468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
469 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
464 do_in(state_type& , const extern_type* first1, const extern_type* last1, const extern_type*& next1, intern_type* first2, intern_type* last2, intern_type*& next2) const argument
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.cc802 Addr last1, last2; local
804 int rv = CheckListSection(list, last1, last2, true, // Head to tail.
805 &last1, &last2, &head_items);
/external/llvm/include/llvm/ADT/
H A Dilist.h620 iterator first1 = begin(), last1 = end(); local
622 while (first1 != last1 && first2 != last2)
630 if (first2 != last2) transfer(last1, right, first2, last2);
687 template<class InIt> void assign(InIt first1, InIt last1) { argument
689 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
692 erase(first1, last1);
694 insert(last1, first2, last2);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp1092 int32_t last1 = cp / final3Count; local
1095 int32_t last2 = last1 / medialCount;
1096 last1 %= medialCount;
1099 last1 = minTrail + last1; // offset
1106 return (last2 << 24) + (last1 << 16) + (last0 << 8);
1108 int32_t last1 = last0 / final4Count; local
1111 int32_t last2 = last1 / medialCount;
1112 last1 %= medialCount;
1118 last1
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5911 milliseconds