/external/opencv/cxcore/src/ |
D | cxsvd.cpp | 241 double *hv; in icvSVD_64f() local 276 hv = update_u ? uT : hv0; in icvSVD_64f() 281 scale += fabs( hv[j] = t ); in icvSVD_64f() 290 double t = (hv[j] *= f); in icvSVD_64f() 295 f = hv[0]; in icvSVD_64f() 298 hv[0] = f - g; in icvSVD_64f() 304 icvMatrAXPY_64f( m1, n1 - 1, a + 1, lda, hv, temp + 1, 0 ); in icvSVD_64f() 308 icvMatrAXPY_64f( m1, n1 - 1, temp + 1, 0, hv, a + 1, lda ); in icvSVD_64f() 319 hv[-1] = h; in icvSVD_64f() 333 hv = update_v ? vT : hv0; in icvSVD_64f() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | aligned-qpx.ll | 10 %hv = bitcast <4 x float>* %h1 to i8* 11 %vl = call <4 x double> @llvm.ppc.qpx.qvlfs(i8* %hv) 26 %hv = bitcast <4 x float>* %h1 to i8* 27 %vl = call <4 x double> @llvm.ppc.qpx.qvlfs(i8* %hv) 45 %hv = bitcast <4 x float>* %h1 to i8* 46 call void @llvm.ppc.qpx.qvstfs(<4 x double> %d, i8* %hv) 59 %hv = bitcast <4 x float>* %h1 to i8* 60 call void @llvm.ppc.qpx.qvstfs(<4 x double> %d, i8* %hv) 77 %hv = bitcast <4 x double>* %h1 to i8* 78 %vl = call <4 x double> @llvm.ppc.qpx.qvlfd(i8* %hv) [all …]
|
D | aligned-altivec.ll | 10 %hv = bitcast <4 x i32>* %h1 to i8* 11 %vl = call <4 x i32> @llvm.ppc.altivec.lvx(i8* %hv) 25 %hv = bitcast <4 x i32>* %h1 to i8* 26 %vl = call <4 x i32> @llvm.ppc.altivec.lvx(i8* %hv) 42 %hv = bitcast <4 x i32>* %h1 to i8* 43 call void @llvm.ppc.altivec.stvx(<4 x i32> %d, i8* %hv) 56 %hv = bitcast <4 x i32>* %h1 to i8* 57 call void @llvm.ppc.altivec.stvx(<4 x i32> %d, i8* %hv) 72 %hv = bitcast <4 x i32>* %h1 to i8* 73 %vl = call <4 x i32> @llvm.ppc.altivec.lvxl(i8* %hv) [all …]
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1_generate_luts.c | 42 int h, v, d, n, t, hv; in t1_init_ctxno_zc() local 81 hv = h + v; in t1_init_ctxno_zc() 83 if (!hv) { in t1_init_ctxno_zc() 85 } else if (hv == 1) { in t1_init_ctxno_zc() 91 if (!hv) { in t1_init_ctxno_zc() 93 } else if (hv == 1) { in t1_init_ctxno_zc() 99 if (!hv) { in t1_init_ctxno_zc()
|
/external/opencv3/3rdparty/libjasper/ |
D | jpc_t1cod.c | 300 int hv; in jpc_getzcctxno() local 344 hv = h + v; in jpc_getzcctxno() 346 if (!hv) { in jpc_getzcctxno() 348 } else if (hv == 1) { in jpc_getzcctxno() 354 if (!hv) { in jpc_getzcctxno() 356 } else if (hv == 1) { in jpc_getzcctxno() 362 if (!hv) { in jpc_getzcctxno()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | unal-altivec-wint.ll | 10 %hv = bitcast <4 x i32>* %h1 to i8* 11 %vl = call <4 x i32> @llvm.ppc.altivec.lvx(i8* %hv) 31 %hv = bitcast <4 x i32>* %h1 to i8* 32 call void @llvm.ppc.altivec.stvx(<4 x i32> %d, i8* %hv)
|
/external/icu/icu4c/source/data/unit/ |
D | fo.txt | 71 per{"{0} fyri hvønn fersentimetur"} 82 per{"{0} fyri hvønn fertumma"} 93 per{"{0} fyri hvønn fermetur"} 111 dnam{"litrar fyri hvørjar 100 kilometrar"} 112 one{"{0} litur fyri hvørjar 100 kilometrar"} 113 other{"{0} litrar fyri hvørjar 100 kilometrar"} 116 dnam{"litrar fyri hvønn kilometrar"} 117 one{"{0} litur fyri hvønn kilometrar"} 118 other{"{0} litrar fyri hvønn kilometrar"} 121 dnam{"míl fyri hvønn gallon"} [all …]
|
D | se.txt | 497 one{"{0}hv"} 498 other{"{0}hv"} 499 two{"{0}hv"} 787 one{"{0} hv"} 788 other{"{0} hv"} 789 two{"{0} hv"}
|
D | hr.txt | 1176 dnam{"hv"} 1177 few{"{0} hv"} 1178 one{"{0} hv"} 1179 other{"{0} hv"} 1923 dnam{"hv"} 1924 few{"{0} hv"} 1925 one{"{0} hv"} 1926 other{"{0} hv"}
|
D | fi.txt | 1216 dnam{"hv"} 1217 one{"{0}hv"} 1218 other{"{0}hv"} 1931 dnam{"hv"} 1932 one{"{0} hv"} 1933 other{"{0} hv"}
|
/external/llvm/test/CodeGen/SystemZ/ |
D | la-03.ll | 8 @hv = hidden global i32 0 50 ; CHECK: larl %r2, hv 52 ret i32 *@hv
|
D | la-02.ll | 10 @hv = hidden global i32 0 51 ; CHECK: lgrl %r2, hv@GOT 53 ret i32 *@hv
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-11-13-STRDBug.ll | 4 …4 %l1, i64 %h1, i64 %count, i32 %prec, i64* nocapture %lv, i64* nocapture %hv, i32 %arith) nounwin… 11 store i64 %0, i64* %hv, align 4
|
/external/fec/ |
D | peakval_av.c | 14 union { vector signed char cv; vector signed short hv; signed short s[8]; signed char c[16];} s; in peakval_av() member 59 s.hv = largest; in peakval_av()
|
/external/mksh/src/ |
D | dot.mkshrc | 68 \typeset -Uui16 -Z5 hv=2147483647 76 hv=${line[i++]} 83 \builtin print -n "${hv#16#} " 85 if (( (hv < 32) || (hv > 126) )); then 98 (( hv == 2147483647 )) || \builtin print -r -- "$dasc|"
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 585 size_t hv = 0, *phv = 0; in getValue() local 588 hv = d == 2 ? M.hash(idx[0], idx[1]) : in getValue() 590 phv = &hv; in getValue() 609 size_t hv = 0, *phv = 0; in eraseValue() local 612 hv = d == 2 ? M.hash(idx[0], idx[1]) : in eraseValue() 614 phv = &hv; in eraseValue() 633 size_t hv = 0, *phv = 0; in setValue() local 636 hv = d == 2 ? M.hash(idx[0], idx[1]) : in setValue() 638 phv = &hv; in setValue()
|
/external/icu/icu4c/source/data/locales/ |
D | os.txt | 133 hv{ 288 hv{
|
D | rm.txt | 124 hv{ 299 hv{
|
D | am.txt | 338 hv{ 500 hv{ 752 hv{ 1081 hv{
|
D | gsw.txt | 156 hv{ 351 hv{
|
D | dz.txt | 213 hv{ 447 hv{
|
D | fur.txt | 131 hv{ 336 hv{
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_lfz3.pkb | 73 …Z2�$��A�z�"��%�@p$d����!�4v�Dp�����MٰD0e��R����G!�M8�)�(@���t�v�.4hv�-�"���ð����o�m�;�r��…
|
/external/opencv3/modules/calib3d/src/ |
D | stereosgbm.cpp | 476 … __m128i hv = _mm_load_si128((const __m128i*)(hsumAdd + x - D + d)); in computeDisparitySGBM() local 478 hv = _mm_adds_epi16(_mm_subs_epi16(hv, in computeDisparitySGBM() 483 hv); in computeDisparitySGBM() 484 _mm_store_si128((__m128i*)(hsumAdd + x + d), hv); in computeDisparitySGBM() 493 … int hv = hsumAdd[x + d] = (CostType)(hsumAdd[x - D + d] + pixAdd[d] - pixSub[d]); in computeDisparitySGBM() local 494 C[x + d] = (CostType)(Cprev[x + d] + hv - hsumSub[x + d]); in computeDisparitySGBM()
|
/external/icu/icu4c/source/data/coll/ |
D | root.txt | 559 "&hv<<ƕ<<<Ƕ"
|