/external/libcxx/test/std/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()
|
/external/llvm/test/Transforms/InstSimplify/ |
D | ptr_diff.ll | 22 %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
|
D | compare.ll | 113 %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/llvm/include/llvm/ADT/ |
D | ilist.h | 634 iterator first2 = this->begin(), last2 = this->end(); 635 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2) 636 *first1 = *first2; 637 if (first2 == last2) 640 insert(last1, first2, last2);
|
/external/libcxx/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 | 53 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/openfst/src/ |
D | Makefile.in | 81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 82 if test "$$first2" = "$$first"; then \
|
/external/libvncserver/webclients/ |
D | Makefile.in | 105 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 106 if test "$$first2" = "$$first"; then \
|
D | Makefile | 105 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 106 if test "$$first2" = "$$first"; then \
|
/external/libvncserver/x11vnc/misc/ |
D | Makefile.in | 105 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 106 if test "$$first2" = "$$first"; then \
|
/external/libvncserver/webclients/java-applet/ |
D | Makefile.in | 105 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 106 if test "$$first2" = "$$first"; then \
|
D | Makefile | 105 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 106 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/bindings/ |
D | Makefile.in | 103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 104 if test "$$first2" = "$$first"; then \
|
/external/openfst/src/extensions/ |
D | Makefile.in | 81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 82 if test "$$first2" = "$$first"; then \
|
/external/libexif/contrib/ |
D | Makefile.in | 97 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 98 if test "$$first2" = "$$first"; then \
|
/external/marisa-trie/ |
D | Makefile.in | 84 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 85 if test "$$first2" = "$$first"; then \
|
/external/opencv/cv/src/ |
D | cvcalibinit.cpp | 1203 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/libcap-ng/libcap-ng-0.7/ |
D | Makefile.in | 95 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 96 if test "$$first2" = "$$first"; then \
|
/external/openfst/ |
D | Makefile.in | 95 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 96 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | Makefile.in | 132 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 133 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | Makefile.in | 157 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 158 if test "$$first2" = "$$first"; then \
|
/external/libusb/ |
D | Makefile.in | 120 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 121 if test "$$first2" = "$$first"; then \
|
/external/libmtp/ |
D | Makefile.in | 118 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 119 if test "$$first2" = "$$first"; then \
|
/external/elfutils/src/ |
D | Makefile.in | 213 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 214 if test "$$first2" = "$$first"; then \
|