/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | propagate_ir_flags.ll | 13 %idx1 = getelementptr inbounds i32, i32* %x, i64 0 18 %load1 = load i32, i32* %idx1, align 4 28 store i32 %op1, i32* %idx1, align 4 39 %idx1 = getelementptr inbounds i32, i32* %x, i64 0 44 %load1 = load i32, i32* %idx1, align 4 54 store i32 %op1, i32* %idx1, align 4 65 %idx1 = getelementptr inbounds i32, i32* %x, i64 0 70 %load1 = load i32, i32* %idx1, align 4 80 store i32 %op1, i32* %idx1, align 4 91 %idx1 = getelementptr inbounds i32, i32* %x, i64 0 [all …]
|
/external/webp/src/enc/ |
D | histogram.c | 516 const int idx1 = bin_map[bin_offset + 1]; in HistogramCombineEntropyBin() local 524 VP8LHistogramAdd(histograms[idx1], histograms[idx2], histograms[idx1]); in HistogramCombineEntropyBin() 531 HistogramAddEval(histograms[idx1], histograms[idx2], in HistogramCombineEntropyBin() 541 ((histograms[idx1]->trivial_symbol_ == VP8L_NON_TRIVIAL_SYM) && in HistogramCombineEntropyBin() 545 HistogramSwap(&cur_combo, &histograms[idx1]); in HistogramCombineEntropyBin() 556 UpdateHistogramCost(histograms[idx1]); in HistogramCombineEntropyBin() 576 int idx1; member 638 static void PreparePair(VP8LHistogram** histograms, int idx1, int idx2, in PreparePair() argument 641 if (idx1 > idx2) { in PreparePair() 643 idx2 = idx1; in PreparePair() [all …]
|
/external/v8/test/webkit/ |
D | date-set-to-nan.js | 329 for (var idx1 in testValues) 330 if (idx0 != 0 || idx1 != 0) { 333 testValues[idx1]); 338 + testValues[idx1] + ") was " 359 for (var idx1 in testValues) 361 if (idx0 != 0 || idx1 != 0 || idx2 != 0) { 364 testValues[idx1], 369 + testValues[idx1] + ", " 391 for (var idx1 in testValues) 394 if (idx0 != 0 || idx1 != 0 || idx2 != 0 || idx3 != 0) { [all …]
|
/external/opencv3/modules/ts/misc/ |
D | concatlogs.py | 32 idx1 = text.find("<tbody>") + len("<tbody>") variable 34 html = html[:idx2] + re.sub(r"[ \t\n\r]+", " ", text[idx1:]) 39 idx1 = text.find("<title>") + len("<title>") variable 41 html = html[:idx1] + "OpenCV performance testing report" + html[idx2:]
|
/external/llvm/test/CodeGen/X86/ |
D | dag-merge-fast-accesses.ll | 22 %idx1 = getelementptr i64, i64* %ptr, i64 1 25 store i64 0, i64* %idx1, align 8 46 %idx1 = getelementptr double, double* %ptr, i64 1 49 store double %vecext1, double* %idx1, align 8 78 %idx1 = getelementptr i64, i64* %ptr, i64 1 81 %ld1 = load i64, i64* %idx1, align 4
|
D | vec_loadsingles.ll | 39 %idx1 = getelementptr inbounds float, float* %ptr, i64 1 40 %b = load float, float* %idx1, align 8 63 %idx1 = getelementptr inbounds float, float* %ptr, i64 1 64 %b = load float, float* %idx1, align 4 99 %idx1 = getelementptr inbounds double, double* %ptr, i64 1 100 %b = load double, double* %idx1, align 8
|
D | catchpad-regmask.ll | 6 ; extern "C" void global_array(int idx1, int idx2, int idx3) { 8 ; array[idx1] = 111; 35 define void @global_array(i32 %idx1, i32 %idx2, i32 %idx3) #0 personality i8* bitcast (i32 (...)* @… 37 %idxprom = sext i32 %idx1 to i64
|
D | vector-merge-store-fp-constants.ll | 19 %idx1 = getelementptr float, float* %ptr, i64 1 27 store float 0.0, float* %idx1, align 4
|
/external/strace/ |
D | kcmp.c | 36 unsigned long idx1 = tcp->u_arg[3]; in SYS_FUNC() local 44 tprintf(", %u, %u", (unsigned) idx1, (unsigned) idx2); in SYS_FUNC() 54 tprintf(", %#lx, %#lx", idx1, idx2); in SYS_FUNC()
|
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereobm.cu | 130 …__device__ void StepDown(int idx1, int idx2, unsigned char* imageL, unsigned char* imageR, int d, … in StepDown() argument 138 leftPixel1 = imageL[idx1]; in StepDown() 141 idx1 = idx1 - d; in StepDown() 144 rightPixel1[7] = imageR[idx1 - 7]; in StepDown() 145 rightPixel1[0] = imageR[idx1 - 0]; in StepDown() 146 rightPixel1[1] = imageR[idx1 - 1]; in StepDown() 147 rightPixel1[2] = imageR[idx1 - 2]; in StepDown() 148 rightPixel1[3] = imageR[idx1 - 3]; in StepDown() 149 rightPixel1[4] = imageR[idx1 - 4]; in StepDown() 150 rightPixel1[5] = imageR[idx1 - 5]; in StepDown() [all …]
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | KdBVH.h | 196 int idx1 = (int)boxes.size() - 1; 197 boxes.push_back(boxes[idx1].merged(objBoxes[objCenters[mid].second])); 198 children.push_back(idx1); 206 int idx1 = (int)boxes.size() - 1; 209 boxes.push_back(boxes[idx1].merged(boxes[idx2])); 210 children.push_back(idx1);
|
/external/ceres-solver/internal/ceres/ |
D | compressed_row_sparse_matrix.cc | 496 for (int idx1 = m.rows()[r]; idx1 < m.rows()[r + 1]; ++idx1) { in CreateOuterProductMatrixAndProgram() local 497 for (int idx2 = m.rows()[r]; idx2 <= idx1; ++idx2) { in CreateOuterProductMatrixAndProgram() 498 product.push_back(ProductTerm(m.cols()[idx1], m.cols()[idx2], product.size())); in CreateOuterProductMatrixAndProgram() 529 for (int idx1 = row_begin; idx1 < row_end; ++idx1) { in ComputeOuterProduct() local 530 const double v1 = m_values[idx1]; in ComputeOuterProduct() 531 for (int idx2 = row_begin; idx2 <= idx1; ++idx2, ++cursor) { in ComputeOuterProduct()
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | Ordering.java | 276 int idx1 = getIndexOf(list, f.getName()); in orderList() local 290 insert(list, idx1+1, b); in orderList() 298 list.remove(idx1); in orderList() 316 int idx1 = getIndexOf(list, f.getName()); in orderList() local 329 insert(list,idx1, aResource); in orderList() 337 insert(list,idx1, a); in orderList()
|
/external/opencv3/modules/videoio/src/ |
D | cap_mjpeg_decoder.cpp | 250 MjpegInputStream& operator >> (MjpegInputStream& is, AviIndex& idx1); 282 MjpegInputStream& operator >> (MjpegInputStream& is, AviIndex& idx1) in operator >>() argument 284 is.read((char*)(&idx1), sizeof(idx1)); in operator >>() 458 AviIndex idx1; in parseIndex() local 459 in_str >> idx1; in parseIndex() 461 if(idx1.ckid == m_stream_id) in parseIndex() 463 uint64_t absolute_pos = m_movi_start + idx1.dwChunkOffset; in parseIndex() 467 in_frame_list.push_back(std::make_pair(absolute_pos, idx1.dwChunkLength)); in parseIndex()
|
/external/opencv3/modules/videoio/test/ |
D | test_video_pos.cpp | 140 int idx1 = (int)cap.get(CAP_PROP_POS_FRAMES); in run() local 145 if( idx != idx1 ) in run() 148 idx1, idx); in run()
|
/external/aac/libAACenc/src/ |
D | aacenc_tns.cpp | 597 int i, idx0, idx1, idx2, idx3, idx4, lag; in FDKaacEnc_MergedAutoCorrelation() local 607 idx0 = idx1 = idx2 = idx3 = idx4 = 0; in FDKaacEnc_MergedAutoCorrelation() 614 idx1 = idx0 + i / 4; in FDKaacEnc_MergedAutoCorrelation() 624 idx1 = lpcStartLine[HIFILT]; in FDKaacEnc_MergedAutoCorrelation() 625 idx2 = idx1 + i; in FDKaacEnc_MergedAutoCorrelation() 631 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1); in FDKaacEnc_MergedAutoCorrelation() 632 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2); in FDKaacEnc_MergedAutoCorrelation() 638 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++); in FDKaacEnc_MergedAutoCorrelation() 639 for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++); in FDKaacEnc_MergedAutoCorrelation() 644 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1); in FDKaacEnc_MergedAutoCorrelation() [all …]
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 675 int idx0[] = {3,4,5}, idx1[] = {0, 9, 7}; in run() local 679 cvSetReal3D(&matA, idx1[0], idx1[1], idx1[2], -val0); in run() 681 cvSet3D(&matB, idx1[0], idx1[1], idx1[2], -val1); in run() 685 A.at<float>(idx1[0], idx1[1], idx1[2]) != -val0 || in run() 687 cvGetRealND(&matA, idx1) != -val0 || in run() 690 Scalar(B.at<Vec4s>(idx1[0], idx1[1], idx1[2])) != -val1 || in run() 692 Scalar(cvGetND(matC, idx1)) != -val1 ) in run() 908 int idx1[MAX_DIM], idx2[MAX_DIM]; in run() local 911 minMaxLoc(M3, &val1, &val2, idx1, idx2); in run() 912 string s1 = idx2string(idx1, dims), s2 = idx2string(idx2, dims); in run() [all …]
|
/external/eigen/test/ |
D | visitor.cpp | 102 Index idx1 = eigen_minidx; in vectorVisitor() local 105 v1(idx0) = v1(idx1); in vectorVisitor() 109 VERIFY(eigen_minidx == (std::min)(idx0,idx1)); in vectorVisitor()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vector-merge-store-fp-constants.ll | 12 %idx1 = getelementptr float, float* %ptr, i64 1 20 store float 0.0, float* %idx1, align 4
|
/external/opencv3/modules/photo/src/ |
D | contrast_preserve.hpp | 68 …void add_to_vector_poly(vector < vector <double> > &polyGrad, vector <double> &curGrad, int &idx1); 220 …olor::add_to_vector_poly(vector < vector <double> > &polyGrad, vector <double> &curGrad, int &idx1) in add_to_vector_poly() argument 224 polyGrad.at(idx1).push_back(curGrad[i]); in add_to_vector_poly() 225 idx1++; in add_to_vector_poly() 323 int idx = 0, idx1 = 0; in grad_system() local 338 add_to_vector_poly(polyGrad,curGrad,idx1); in grad_system()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bitvector.h | 147 uptr i1 = idx1(idx); in setBit() 162 uptr i1 = idx1(idx); in clearBit() 176 uptr i1 = idx1(idx); in getBit() 333 uptr idx1(uptr idx) const { in idx1() function
|
D | sanitizer_bvgraph.h | 154 void check(uptr idx1, uptr idx2) const { in check() argument 155 CHECK_LT(idx1, size()); in check()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | TailoredSet.java | 192 int idx1 = Collation.indexFromCE32(baseCE32); in compare() local 195 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) { in compare() 210 int idx1 = Collation.indexFromCE32(baseCE32); in compare() local 213 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) { in compare()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | TailoredSet.java | 194 int idx1 = Collation.indexFromCE32(baseCE32); in compare() local 197 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) { in compare() 212 int idx1 = Collation.indexFromCE32(baseCE32); in compare() local 215 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) { in compare()
|
/external/llvm/test/CodeGen/AArch64/ |
D | merge-store.ll | 32 %idx1 = getelementptr inbounds <2 x float>, <2 x float>* %ptr, i64 4 38 store <2 x float> %shuffle1, <2 x float>* %idx1, align 8
|