/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ilist.h | 603 iterator first2 = right.begin(), last2 = right.end(); 604 while (first1 != last1 && first2 != last2) 605 if (pred(*first2, *first1)) { 606 iterator next = first2; 607 transfer(first1, right, first2, ++next); 608 first2 = next; 612 if (first2 != last2) transfer(last1, right, first2, last2); 674 iterator first2 = this->begin(), last2 = this->end(); 675 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2) 676 *first1 = *first2; [all …]
|
/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 | 23 %first2 = getelementptr inbounds i8, i8* %first1, i32 1 24 %first3 = getelementptr inbounds i8, i8* %first2, i32 2 26 %last1 = getelementptr inbounds i8, i8* %first2, i32 48
|
/external/llvm/include/llvm/ADT/ |
D | ilist.h | 714 iterator first2 = this->begin(), last2 = this->end(); 715 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2) 716 *first1 = *first2; 717 if (first2 == last2) 720 insert(last1, first2, last2);
|
/external/testng/src/test/java/test/classgroup/ |
D | First.java | 16 public void first2() { in first2() method in First
|
/external/libcxx/include/ |
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 …]
|
D | numeric | 30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
|
/external/libmicrohttpd/src/spdy2http/ |
D | Makefile.in | 210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 211 if test "$$first2" = "$$first"; then \
|
/external/libnetfilter_conntrack/include/ |
D | Makefile.in | 162 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 163 if test "$$first2" = "$$first"; then \
|
/external/libnfnetlink/include/ |
D | Makefile.in | 110 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 111 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/netperf/src/missing/ |
D | Makefile.in | 97 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 98 if test "$$first2" = "$$first"; then \
|
/external/libmicrohttpd/src/examples/ |
D | Makefile.in | 365 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 366 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/libmicrohttpd/src/ |
D | Makefile.in | 175 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 176 if test "$$first2" = "$$first"; then \
|
/external/libmicrohttpd/src/include/ |
D | Makefile.in | 204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 205 if test "$$first2" = "$$first"; then \
|
/external/libnetfilter_conntrack/src/ |
D | Makefile.in | 230 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 231 if test "$$first2" = "$$first"; then \
|
/external/stressapptest/ |
D | Makefile.in | 113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 114 if test "$$first2" = "$$first"; then \
|
/external/netperf/src/ |
D | Makefile.in | 106 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 107 if test "$$first2" = "$$first"; then \
|
/external/netperf/ |
D | Makefile.in | 93 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 94 if test "$$first2" = "$$first"; then \
|
/external/libnfnetlink/ |
D | Makefile.in | 152 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 153 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/libcap-ng/libcap-ng-0.7/ |
D | Makefile.in | 95 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 96 if test "$$first2" = "$$first"; then \
|