Searched refs:first2 (Results 1 - 10 of 10) sorted by relevance

/external/libcxx/test/std/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/llvm/include/llvm/ADT/
H A Dilist.h634 iterator first2 = this->begin(), last2 = this->end(); local
635 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
636 *first1 = *first2;
637 if (first2 == last2)
640 insert(last1, first2, last2);
/external/libvncserver/webclients/
H A DMakefile105 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
106 if test "$$first2" = "$$first"; then \
/external/libvncserver/webclients/java-applet/
H A DMakefile105 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
106 if test "$$first2" = "$$first"; then \
/external/opencv/cv/src/
H A Dcvcalibinit.cpp1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local
1267 else if( !first2 && corners[i]->row == ROW2 )
1268 first2 = corners[i];
1275 first = first2;
/external/elfutils/src/
H A DMakefile213 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
214 if test "$$first2" = "$$first"; then \
/external/libvncserver/
H A DMakefile157 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
158 if test "$$first2" = "$$first"; then \
/external/libvncserver/examples/
H A DMakefile220 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
221 if test "$$first2" = "$$first"; then \
/external/bison/build-aux/
H A Dtexinfo.tex1413 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3

Completed in 345 milliseconds