/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft.c | 140 unsigned int j, j1, k, k1; in bitrv2_128_C() local 146 j1 = 2 * j + ip[k]; in bitrv2_128_C() 148 xr = a[j1 + 0]; in bitrv2_128_C() 149 xi = a[j1 + 1]; in bitrv2_128_C() 152 a[j1 + 0] = yr; in bitrv2_128_C() 153 a[j1 + 1] = yi; in bitrv2_128_C() 156 j1 += 8; in bitrv2_128_C() 158 xr = a[j1 + 0]; in bitrv2_128_C() 159 xi = a[j1 + 1]; in bitrv2_128_C() 162 a[j1 + 0] = yr; in bitrv2_128_C() [all …]
|
D | aec_rdft_neon.c | 190 int j1, j2; in rftfsub_128_neon() local 195 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8) { in rftfsub_128_neon() 197 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4, in rftfsub_128_neon() 198 const float32x4_t c_k1 = vld1q_f32(&c[29 - j1]); // 28, 29, 30, 31, in rftfsub_128_neon() 251 for (; j2 < 64; j1 += 1, j2 += 2) { in rftfsub_128_neon() 253 const int k1 = 32 - j1; in rftfsub_128_neon() 255 const float wki = c[j1]; in rftfsub_128_neon() 269 int j1, j2; in rftbsub_128_neon() local 275 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8) { in rftbsub_128_neon() 277 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4, in rftbsub_128_neon() [all …]
|
D | aec_rdft_sse2.c | 242 int j1, j2, k1, k2; in rftfsub_128_SSE2() local 251 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8) { in rftfsub_128_SSE2() 253 const __m128 c_j1 = _mm_loadu_ps(&c[j1]); // 1, 2, 3, 4, in rftfsub_128_SSE2() 254 const __m128 c_k1 = _mm_loadu_ps(&c[29 - j1]); // 28, 29, 30, 31, in rftfsub_128_SSE2() 314 for (; j2 < 64; j1 += 1, j2 += 2) { in rftfsub_128_SSE2() 316 k1 = 32 - j1; in rftfsub_128_SSE2() 318 wki = c[j1]; in rftfsub_128_SSE2() 332 int j1, j2, k1, k2; in rftbsub_128_SSE2() local 342 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8) { in rftbsub_128_SSE2() 344 const __m128 c_j1 = _mm_loadu_ps(&c[j1]); // 1, 2, 3, 4, in rftbsub_128_SSE2() [all …]
|
/external/webrtc/webrtc/common_audio/ |
D | fft4g.c | 701 size_t j, j1, k, k1, l, m, m2; in bitrv2() local 718 j1 = 2 * j + ip[k]; in bitrv2() 720 xr = a[j1]; in bitrv2() 721 xi = a[j1 + 1]; in bitrv2() 724 a[j1] = yr; in bitrv2() 725 a[j1 + 1] = yi; in bitrv2() 728 j1 += m2; in bitrv2() 730 xr = a[j1]; in bitrv2() 731 xi = a[j1 + 1]; in bitrv2() 734 a[j1] = yr; in bitrv2() [all …]
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_uint128.cpp | 46 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_add() local 48 TensorUInt128<uint64_t, uint64_t> j(j1, j2); in test_add() 49 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2); in test_add() 65 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_sub() local 67 TensorUInt128<uint64_t, uint64_t> j(j1, j2); in test_sub() 68 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2); in test_sub() 84 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_mul() local 86 TensorUInt128<uint64_t, uint64_t> j(j1, j2); in test_mul() 87 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2); in test_mul() 103 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_div() local [all …]
|
/external/mesa3d/src/mesa/program/ |
D | prog_noise.c | 265 unsigned int i1, j1; /* Offsets for second (middle) corner of simplex in (i,j) coords */ in _mesa_noise2() local 268 j1 = 0; in _mesa_noise2() 272 j1 = 1; in _mesa_noise2() 280 y1 = y0 - j1 + G2; in _mesa_noise2() 302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1); in _mesa_noise2() 352 unsigned int i1, j1, k1; /* Offsets for second corner of simplex in (i,j,k) coords */ in _mesa_noise3() local 359 j1 = 0; in _mesa_noise3() 367 j1 = 0; in _mesa_noise3() 375 j1 = 0; in _mesa_noise3() 385 j1 = 0; in _mesa_noise3() [all …]
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/AMDGPU/ |
D | reassociate-geps-and-slsr-addrspace.ll | 12 %j1 = add nsw i32 %i, 1023 13 %tmp = sext i32 %j1 to i64 32 ; CHECK: %j1 = add nsw i32 %i, 1024 33 ; CHECK: %tmp = sext i32 %j1 to i64 39 %j1 = add nsw i32 %i, 1024 40 %tmp = sext i32 %j1 to i64 67 %j1 = add nsw i32 %i, 16383 68 %p1 = getelementptr inbounds float, float addrspace(3)* %arr, i32 %j1 85 ; CHECK: %j1 = add nsw i32 %i, 16384 86 ; CHECK: getelementptr inbounds float, float addrspace(3)* %arr, i32 %j1 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StraightLineStrengthReduce/AMDGPU/ |
D | reassociate-geps-and-slsr-addrspace.ll | 12 %j1 = add nsw i32 %i, 1023 13 %tmp = sext i32 %j1 to i64 32 ; CHECK: %j1 = add nsw i32 %i, 1024 33 ; CHECK: %tmp = sext i32 %j1 to i64 39 %j1 = add nsw i32 %i, 1024 40 %tmp = sext i32 %j1 to i64 67 %j1 = add nsw i32 %i, 16383 68 %p1 = getelementptr inbounds float, float addrspace(3)* %arr, i32 %j1 85 ; CHECK: %j1 = add nsw i32 %i, 16384 86 ; CHECK: getelementptr inbounds float, float addrspace(3)* %arr, i32 %j1 [all …]
|
/external/eigen/test/ |
D | sparse_block.cpp | 127 Index j1 = internal::random<Index>(0,outer-1); in sparse_block() local 132 …VERIFY_IS_APPROX(m2.innerVector(j0)+m2.innerVector(j1), innervec(refMat2,j0)+innervec(refMat2,j1)); in sparse_block() 191 Index j1 = internal::random<Index>(0,outer-2); in sparse_block() local 192 Index n0 = internal::random<Index>(1,outer-(std::max)(j0,j1)); in sparse_block() 198 VERIFY_IS_APPROX(m2.innerVectors(j0,n0)+m2.innerVectors(j1,n0), in sparse_block() 199 refMat2.middleRows(j0,n0)+refMat2.middleRows(j1,n0)); in sparse_block() 201 VERIFY_IS_APPROX(m2.innerVectors(j0,n0)+m2.innerVectors(j1,n0), in sparse_block() 202 refMat2.block(0,j0,rows,n0)+refMat2.block(0,j1,rows,n0)); in sparse_block() 208 m2.innerVectors(j0,n0) = m2.innerVectors(j0,n0) + m2.innerVectors(j1,n0); in sparse_block() 210 refMat2.middleRows(j0,n0) = (refMat2.middleRows(j0,n0) + refMat2.middleRows(j1,n0)).eval(); in sparse_block() [all …]
|
D | sparseqr.cpp | 29 int j1 = internal::random<int>(0,cols-1); in generate_sparse_rectangular_problem() local 31 A.col(j0) = s * A.col(j1); in generate_sparse_rectangular_problem() 32 dA.col(j0) = s * dA.col(j1); in generate_sparse_rectangular_problem()
|
/external/clang/test/SemaCXX/ |
D | ms-property.cpp | 50 float j1 = (p2->x[223][11]); in main() local 52 ((p2->x)[23])[1] = j1; in main() 56 j1 = ((p2->x)[23])[1] = j1; in main()
|
/external/python/cpython2/Lib/ |
D | difflib.py | 506 i1 = j1 = k1 = 0 510 if i1 + k1 == i2 and j1 + k1 == j2: 520 non_adjacent.append((i1, j1, k1)) 521 i1, j1, k1 = i2, j2, k2 523 non_adjacent.append((i1, j1, k1)) 614 tag, i1, i2, j1, j2 = codes[0] 615 codes[0] = tag, max(i1, i2-n), i2, max(j1, j2-n), j2 617 tag, i1, i2, j1, j2 = codes[-1] 618 codes[-1] = tag, i1, min(i2, i1+n), j1, min(j2, j1+n) 622 for tag, i1, i2, j1, j2 in codes: [all …]
|
/external/python/cpython3/Lib/ |
D | difflib.py | 494 i1 = j1 = k1 = 0 498 if i1 + k1 == i2 and j1 + k1 == j2: 508 non_adjacent.append((i1, j1, k1)) 509 i1, j1, k1 = i2, j2, k2 511 non_adjacent.append((i1, j1, k1)) 602 tag, i1, i2, j1, j2 = codes[0] 603 codes[0] = tag, max(i1, i2-n), i2, max(j1, j2-n), j2 605 tag, i1, i2, j1, j2 = codes[-1] 606 codes[-1] = tag, i1, min(i2, i1+n), j1, min(j2, j1+n) 610 for tag, i1, i2, j1, j2 in codes: [all …]
|
/external/eigen/Eigen/src/LU/ |
D | InverseImpl.h | 131 j1 = (j+1) % 3, 134 return m.coeff(i1, j1) * m.coeff(i2, j2) 135 - m.coeff(i1, j2) * m.coeff(i2, j1); 205 (const MatrixBase<Derived>& matrix, int i1, int i2, int i3, int j1, int j2, int j3) 207 return matrix.coeff(i1,j1) 219 j1 = (j+1) % 4, 223 return general_det3_helper(matrix, i1, i2, i3, j1, j2, j3) 224 + general_det3_helper(matrix, i2, i3, i1, j1, j2, j3) 225 + general_det3_helper(matrix, i3, i1, i2, j1, j2, j3);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 155 int j1; in fs_downsample_level0() local 157 j1 = FS_MINI(j0 + 1, _h); in fs_downsample_level0() 166 _src1[j1 * _s1ystride + i0] + _src1[j1 * _s1ystride + i1]; in fs_downsample_level0() 169 _src2[j1 * _s2ystride + i0] + _src2[j1 * _s2ystride + i1]; in fs_downsample_level0() 175 (src1s[j1 * _s1ystride + i0] >> shift) + in fs_downsample_level0() 176 (src1s[j1 * _s1ystride + i1] >> shift); in fs_downsample_level0() 179 (src2s[j1 * _s2ystride + i0] >> shift) + in fs_downsample_level0() 180 (src2s[j1 * _s2ystride + i1] >> shift); in fs_downsample_level0()
|
/external/libaom/libaom/aom_dsp/ |
D | fastssim.c | 157 int j1; in fs_downsample_level0() local 159 j1 = FS_MINI(j0 + 1, _h); in fs_downsample_level0() 168 _src1[j1 * _s1ystride + i0] + _src1[j1 * _s1ystride + i1]; in fs_downsample_level0() 171 _src2[j1 * _s2ystride + i0] + _src2[j1 * _s2ystride + i1]; in fs_downsample_level0() 177 (src1s[j1 * _s1ystride + i0] >> shift) + in fs_downsample_level0() 178 (src1s[j1 * _s1ystride + i1] >> shift); in fs_downsample_level0() 181 (src2s[j1 * _s2ystride + i0] >> shift) + in fs_downsample_level0() 182 (src2s[j1 * _s2ystride + i1] >> shift); in fs_downsample_level0()
|
/external/ltp/testcases/open_posix_testsuite/ |
D | Makefile | 66 @$(BUILD_MAKE) -C conformance -j1 all 77 @$(BUILD_MAKE) -C functional -j1 all 88 @$(BUILD_MAKE) -C stress -j1 all
|
/external/ltp/android/tools/ |
D | dump_make_dryrun.sh | 29 make -j1 -C $LTP_ROOT/testcases --dry-run > $OUTPUT 33 make -j1 -C $LTP_ROOT/testcases install --dry-run > $OUTPUT
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 558 GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice, in linear_texcoord() argument 571 height, j0, j1, wj); in linear_texcoord() 580 texcoord[1], j0, j1, wj); in linear_texcoord() 588 *j1 = *j0; in linear_texcoord() 596 texcoord[1], j0, j1, wj); in linear_texcoord() 1159 GLint i0, j0, i1, j1; in sample_2d_linear() local 1165 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b); in sample_2d_linear() 1171 j1 += img->Border; in sample_2d_linear() 1177 if (j1 < 0 || j1 >= height) useBorderColor |= J1BIT; in sample_2d_linear() 1197 swImg->FetchTexel(swImg, i0, j1, 0, t01); in sample_2d_linear() [all …]
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrixTriangular.h | 172 for(Index j1=0; j1<actualBlockSize; ++j1) 174 ResScalar* r = &res(i, j + j1); 175 for(Index i1=UpLo==Lower ? j1 : 0; 176 UpLo==Lower ? i1<actualBlockSize : i1<=j1; ++i1) 177 r[i1] += buffer(i1,j1);
|
/external/llvm/test/Analysis/BasicAA/ |
D | struct-geps.ll | 61 define void @test_in_array([1 x %struct]* %st, i64 %i, i64 %j, i64 %k, i64 %i1, i64 %j1, i64 %k1) { 63 %y = getelementptr [1 x %struct], [1 x %struct]* %st, i64 %j, i64 %j1, i32 1 93 …rray([1 x [1 x [1 x %struct]]]* %st, i64 %i, i64 %j, i64 %k, i64 %i1, i64 %j1, i64 %k1, i64 %i2, i… 95 …%y = getelementptr [1 x [1 x [1 x %struct]]], [1 x [1 x [1 x %struct]]]* %st, i64 %j, i64 %j1, i64… 144 define void @test_same_underlying_object_different_indices(%struct* %st, i64 %i1, i64 %j1, i64 %k1,… 150 %y = getelementptr %struct, %struct* %st, i64 %j1, i32 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | struct-geps.ll | 61 define void @test_in_array([1 x %struct]* %st, i64 %i, i64 %j, i64 %k, i64 %i1, i64 %j1, i64 %k1) { 63 %y = getelementptr [1 x %struct], [1 x %struct]* %st, i64 %j, i64 %j1, i32 1 93 …rray([1 x [1 x [1 x %struct]]]* %st, i64 %i, i64 %j, i64 %k, i64 %i1, i64 %j1, i64 %k1, i64 %i2, i… 95 …%y = getelementptr [1 x [1 x [1 x %struct]]], [1 x [1 x [1 x %struct]]]* %st, i64 %j, i64 %j1, i64… 144 define void @test_same_underlying_object_different_indices(%struct* %st, i64 %i1, i64 %j1, i64 %k1,… 150 %y = getelementptr %struct, %struct* %st, i64 %j1, i32 1
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/ |
D | 2009-08-15-MissingDead.ll | 17 %j1 = add i32 %i, 7 ; <i32> [#uses=1] 18 %m1 = add i32 %i1, %j1 ; <i32> [#uses=2]
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 2f361f03c87fa768498ad943a6cf9d9a.000016db.honggfuzz.cov | 35 …��x��hw�[�Y�wu�����#@���,(J�T�&��~m�(�k<׆����'Hnk�k���>M��CZ�2�*�z�j1<H�_�|_�&��Z�=��א��… 39 …��x��h��[�Y�wu�����#@���,(J�T�&��~m�(�k<׆����'Hnk�k���>M��CZ�2�*�z�j1<H�_�|_�&��Z�=��א��… 70 …��x��hw�[�Y�wu�����#@���,(J�T�&��~m�(�k<׆����'Hnk�k���>M��CZ�2�*�z�j1<H�_�|_�&��Z�=��א��… 74 …��x��h��[�Y�wu�����#@���,(J�T�&��~m�(�k<׆����'Hnk�k���>M��CZ�2�*�z�j1<H�_�|_�&��Z�=��א��…
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 680 for (int j1 = minJ1; j1 <= maxJ1; j1++) in isNearestMipmapLinearCompareResultValid() local 684 …1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ); in isNearestMipmapLinearCompareResultValid() 753 for (int j1 = minJ1; j1 <= maxJ1; j1++) in isLinearMipmapLinearCompareResultValid() local 759 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid() 760 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid() 766 const int y0 = wrap(sampler.wrapT, j1 , h1); in isLinearMipmapLinearCompareResultValid() 767 const int y1 = wrap(sampler.wrapT, j1+1, h1); in isLinearMipmapLinearCompareResultValid() 940 for (int j1 = minJ1; j1 <= maxJ1; j1++) in isSeamplessLinearMipmapLinearCompareResultValid() local 946 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearCompareResultValid() 947 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearCompareResultValid() [all …]
|