Home
last modified time | relevance | path

Searched refs:first2 (Results 1 – 25 of 47) sorted by relevance

12

/external/opencv3/modules/photo/src/
Ddenoise_tvl1.cpp63 … static OutputIterator transform (InputIterator first1, InputIterator last1, InputIterator2 first2, in transform() argument
68 *result = binary_op(*first1, *first2); in transform()
69 ++result; ++first1; ++first2; in transform()
/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() argument
33 assert(std::inner_product(first1, last1, first2, init, in test()
Dinner_product.pass.cpp29 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()
/external/llvm/test/Transforms/InstSimplify/
Dptr_diff.ll22 %first2 = getelementptr inbounds i8, i8* %first1, i32 1
23 %first3 = getelementptr inbounds i8, i8* %first2, i32 2
25 %last1 = getelementptr inbounds i8, i8* %first2, i32 48
Dcompare.ll113 %first2 = getelementptr inbounds i8, i8* %first1, i32 1
114 %first3 = getelementptr inbounds i8, i8* %first2, i32 2
116 %last1 = getelementptr inbounds i8, i8* %first2, i32 48
133 %first2 = getelementptr inbounds i8, i8* %first1, i32 44
136 %first.int = ptrtoint i8* %first2 to i32
/external/testng/src/test/java/test/classgroup/
DFirst.java16 public void first2() { in first2() method in First
/external/llvm/include/llvm/ADT/
Dilist.h766 iterator first2 = this->begin(), last2 = this->end();
767 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
768 *first1 = *first2;
769 if (first2 == last2)
772 insert(last1, first2, last2);
/external/libcxx/include/
Dnumeric30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init);
34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
Dalgorithm53 ForwardIterator2 first2, ForwardIterator2 last2);
58 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
63 ForwardIterator2 first2, ForwardIterator2 last2);
68 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
88 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
93 InputIterator2 first2, InputIterator2 last2); // **C++14**
98 InputIterator2 first2, BinaryPredicate pred);
103 InputIterator2 first2, InputIterator2 last2,
108 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
113 InputIterator2 first2, InputIterator2 last2); // **C++14**
[all …]
/external/libmicrohttpd/src/spdy2http/
DMakefile.in210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211 if test "$$first2" = "$$first"; then \
/external/netperf/src/missing/
DMakefile.in97 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
98 if test "$$first2" = "$$first"; then \
/external/libcap-ng/libcap-ng-0.7/bindings/
DMakefile.in103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
104 if test "$$first2" = "$$first"; then \
/external/libmicrohttpd/src/
DMakefile.in175 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
176 if test "$$first2" = "$$first"; then \
/external/libexif/contrib/
DMakefile.in97 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
98 if test "$$first2" = "$$first"; then \
/external/libmicrohttpd/src/examples/
DMakefile.in365 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
366 if test "$$first2" = "$$first"; then \
/external/libmicrohttpd/src/include/
DMakefile.in204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205 if test "$$first2" = "$$first"; then \
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp1263 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; in icvCheckQuadGroup() local
1326 else if( !first2 && corners[i]->row == ROW2 ) in icvCheckQuadGroup()
1327 first2 = corners[i]; in icvCheckQuadGroup()
1334 first = first2; in icvCheckQuadGroup()
/external/netperf/
DMakefile.in93 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
94 if test "$$first2" = "$$first"; then \
/external/netperf/src/
DMakefile.in106 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
107 if test "$$first2" = "$$first"; then \
/external/opencv/cv/src/
Dcvcalibinit.cpp1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; in icvCheckQuadGroup() local
1267 else if( !first2 && corners[i]->row == ROW2 ) in icvCheckQuadGroup()
1268 first2 = corners[i]; in icvCheckQuadGroup()
1275 first = first2; in icvCheckQuadGroup()
/external/libusb/
DMakefile.in120 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
121 if test "$$first2" = "$$first"; then \
/external/libcap-ng/libcap-ng-0.7/
DMakefile.in95 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
96 if test "$$first2" = "$$first"; then \
/external/libmtp/
DMakefile.in118 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
119 if test "$$first2" = "$$first"; then \
/external/libcap-ng/libcap-ng-0.7/src/
DMakefile.in157 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
158 if test "$$first2" = "$$first"; then \
/external/libcap-ng/libcap-ng-0.7/bindings/python/
DMakefile.in132 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
133 if test "$$first2" = "$$first"; then \

12