/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixMatrix.h | 96 for(Index j2=0; j2<k2; j2+=nr) in operator() local 100 blockB[count+0] = rhs(k,j2+0); in operator() 101 blockB[count+1] = rhs(k,j2+1); in operator() 104 blockB[count+2] = rhs(k,j2+2); in operator() 105 blockB[count+3] = rhs(k,j2+3); in operator() 109 blockB[count+4] = rhs(k,j2+4); in operator() 110 blockB[count+5] = rhs(k,j2+5); in operator() 111 blockB[count+6] = rhs(k,j2+6); in operator() 112 blockB[count+7] = rhs(k,j2+7); in operator() 122 for(Index j2=k2; j2<end8; j2+=8) in operator() local [all …]
|
D | TriangularSolverMatrix.h | 108 for(Index j2=0; j2<cols; j2+=subcols) 110 Index actual_cols = (std::min)(cols-j2,subcols); 125 for (Index j=j2; j<j2+actual_cols; ++j) 153 …pack_rhs(blockB+actual_kc*j2, other.getSubMapper(startBlock,j2), actualPanelWidth, actual_cols, ac… 162 …gebp_kernel(other.getSubMapper(startTarget,j2), blockA, blockB+actual_kc*j2, lengthTarget, actualP… 250 for (Index j2=0; j2<actual_kc; j2+=SmallPanelWidth) 252 Index actualPanelWidth = std::min<Index>(actual_kc-j2, SmallPanelWidth); 253 Index actual_j2 = actual_k2 + j2; 254 Index panelOffset = IsLower ? j2+actualPanelWidth : 0; 255 Index panelLength = IsLower ? actual_kc-j2-actualPanelWidth : j2; [all …]
|
D | TriangularMatrixMatrix.h | 326 for (Index j2=0; j2<actual_kc; j2+=SmallPanelWidth) 328 Index actualPanelWidth = std::min<Index>(actual_kc-j2, SmallPanelWidth); 329 Index actual_j2 = actual_k2 + j2; 330 Index panelOffset = IsLower ? j2+actualPanelWidth : 0; 331 Index panelLength = IsLower ? actual_kc-j2-actualPanelWidth : j2; 333 pack_rhs_panel(blockB+j2*actual_kc, 347 pack_rhs_panel(blockB+j2*actual_kc, 350 actual_kc, j2); 362 for (Index j2=0; j2<actual_kc; j2+=SmallPanelWidth) 364 Index actualPanelWidth = std::min<Index>(actual_kc-j2, SmallPanelWidth); [all …]
|
D | GeneralBlockPanelKernel.h | 930 for(Index j2=0; j2<packet_cols4; j2+=nr) 949 LinearMapper r0 = res.getLinearMapper(i, j2 + 0); 950 LinearMapper r1 = res.getLinearMapper(i, j2 + 1); 951 LinearMapper r2 = res.getLinearMapper(i, j2 + 2); 952 LinearMapper r3 = res.getLinearMapper(i, j2 + 3); 960 const RhsScalar* blB = &blockB[j2*strideB+offsetB*nr]; 1071 for(Index j2=packet_cols4; j2<cols; j2++) 1085 LinearMapper r0 = res.getLinearMapper(i, j2); 1089 const RhsScalar* blB = &blockB[j2*strideB+offsetB]; 1163 for(Index j2=0; j2<packet_cols4; j2+=nr) [all …]
|
D | GeneralMatrixMatrix.h | 183 for(Index j2=0; j2<cols; j2+=nc) 185 const Index actual_nc = (std::min)(j2+nc,cols)-j2; 191 pack_rhs(blockB, rhs.getSubMapper(k2,j2), actual_kc, actual_nc); 194 gebp(res.getSubMapper(i2, j2), blockA, blockB, actual_mc, actual_kc, actual_nc, alpha);
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_uint128.cpp | 47 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { 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() 66 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { 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() 85 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { 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() 104 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { in test_div() local [all …]
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft.c | 311 int j0, j1, j2, j3, k, k1, k2, m2; in cftmdl_128_C() local 317 j2 = j0 + 16; in cftmdl_128_C() 323 x2r = a[j2 + 0] + a[j3 + 0]; in cftmdl_128_C() 324 x2i = a[j2 + 1] + a[j3 + 1]; in cftmdl_128_C() 325 x3r = a[j2 + 0] - a[j3 + 0]; in cftmdl_128_C() 326 x3i = a[j2 + 1] - a[j3 + 1]; in cftmdl_128_C() 329 a[j2 + 0] = x0r - x2r; in cftmdl_128_C() 330 a[j2 + 1] = x0i - x2i; in cftmdl_128_C() 339 j2 = j0 + 16; in cftmdl_128_C() 345 x2r = a[j2 + 0] + a[j3 + 0]; in cftmdl_128_C() [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() 260 const __m128 a_j2_0 = _mm_loadu_ps(&a[0 + j2]); // 2, 3, 4, 5, in rftfsub_128_SSE2() 261 const __m128 a_j2_4 = _mm_loadu_ps(&a[4 + j2]); // 6, 7, 8, 9, in rftfsub_128_SSE2() 262 const __m128 a_k2_0 = _mm_loadu_ps(&a[122 - j2]); // 120, 121, 122, 123, in rftfsub_128_SSE2() 263 const __m128 a_k2_4 = _mm_loadu_ps(&a[126 - j2]); // 124, 125, 126, 127, in rftfsub_128_SSE2() 308 _mm_storeu_ps(&a[0 + j2], a_j2_0n); in rftfsub_128_SSE2() 309 _mm_storeu_ps(&a[4 + j2], a_j2_4n); in rftfsub_128_SSE2() 310 _mm_storeu_ps(&a[122 - j2], a_k2_0n); in rftfsub_128_SSE2() 311 _mm_storeu_ps(&a[126 - j2], a_k2_4n); in rftfsub_128_SSE2() [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() 204 float32x4x2_t a_j2_p = vld2q_f32(&a[0 + j2]); in rftfsub_128_neon() 206 const float32x4x2_t k2_0_4 = vld2q_f32(&a[122 - j2]); in rftfsub_128_neon() 244 vst2q_f32(&a[0 + j2], a_j2_p); in rftfsub_128_neon() 246 vst1q_f32(&a[122 - j2], a_k2_n.val[1]); in rftfsub_128_neon() 247 vst1q_f32(&a[126 - j2], a_k2_n.val[0]); in rftfsub_128_neon() 251 for (; j2 < 64; j1 += 1, j2 += 2) { in rftfsub_128_neon() 252 const int k2 = 128 - j2; in rftfsub_128_neon() 256 const float xr = a[j2 + 0] - a[k2 + 0]; in rftfsub_128_neon() [all …]
|
/external/svox/pico/lib/ |
D | picofftsg.c | 1707 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; in cftb1st() local 1715 j2 = j1 + m; in cftb1st() 1716 j3 = j2 + m; in cftb1st() 1717 x0r = a[0] + a[j2]; in cftb1st() 1718 x0i = -a[1] - a[j2 + 1]; in cftb1st() 1719 x1r = a[0] - a[j2]; in cftb1st() 1720 x1i = -a[1] + a[j2 + 1]; in cftb1st() 1729 a[j2] = x1r + x3i; in cftb1st() 1730 a[j2 + 1] = x1i + x3r; in cftb1st() 1759 j2 = j1 + m; in cftb1st() [all …]
|
/external/webrtc/webrtc/common_audio/ |
D | fft4g.c | 910 size_t j, j1, j2, j3, l; in cftfsub() local 925 j2 = j1 + l; in cftfsub() 926 j3 = j2 + l; in cftfsub() 931 x2r = a[j2] + a[j3]; in cftfsub() 932 x2i = a[j2 + 1] + a[j3 + 1]; in cftfsub() 933 x3r = a[j2] - a[j3]; in cftfsub() 934 x3i = a[j2 + 1] - a[j3 + 1]; in cftfsub() 937 a[j2] = x0r - x2r; in cftfsub() 938 a[j2 + 1] = x0i - x2i; in cftfsub() 960 size_t j, j1, j2, j3, l; in cftbsub() local [all …]
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/AMDGPU/ |
D | reassociate-geps-and-slsr-addrspace.ll | 20 %j2 = add nsw i32 %i2, 1023 21 %tmp5 = sext i32 %j2 to i64 47 %j2 = add nsw i32 %i2, 1024 48 %tmp5 = sext i32 %j2 to i64 74 %j2 = add nsw i32 %i2, 16383 75 %p2 = getelementptr inbounds float, float addrspace(3)* %arr, i32 %j2 87 ; CHECK: %j2 = add i32 %j1, %i 88 ; CHECK: getelementptr inbounds float, float addrspace(3)* %arr, i32 %j2 99 %j2 = add nsw i32 %i2, 16384 100 %p2 = getelementptr inbounds float, float addrspace(3)* %arr, i32 %j2
|
/external/mesa3d/src/mesa/program/ |
D | prog_noise.c | 353 unsigned int i2, j2, k2; /* Offsets for third corner of simplex in (i,j,k) coords */ in _mesa_noise3() local 362 j2 = 1; in _mesa_noise3() 370 j2 = 0; in _mesa_noise3() 378 j2 = 0; in _mesa_noise3() 388 j2 = 1; in _mesa_noise3() 396 j2 = 1; in _mesa_noise3() 404 j2 = 1; in _mesa_noise3() 419 y2 = y0 - j2 + 2.0f * G3; in _mesa_noise3() 455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2, in _mesa_noise3() 526 unsigned int i2, j2, k2, l2; /* The integer offsets for the third simplex corner */ in _mesa_noise4() local [all …]
|
/external/eigen/Eigen/src/LU/ |
D | InverseImpl.h | 132 j2 = (j+2) % 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) 208 * (matrix.coeff(i2,j2) * matrix.coeff(i3,j3) - matrix.coeff(i2,j3) * matrix.coeff(i3,j2)); 220 j2 = (j+2) % 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/minijail/test/ |
D | libminijail_test.cpp | 127 minijail* j2 = minijail_new(); in main() local 128 minijail_change_uid(j2, 5 * kSystemUid); in main() 129 minijail_change_gid(j2, 5 * kSystemUid); in main() 130 minijail_enter(j2); in main()
|
/external/libusb/.private/ |
D | bm.sh | 31 make -j2 37 make clean -j2 48 make -j2
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 11 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] ; <i32> [#uses=2] 17 %jcond = icmp slt i32 %j2, 20 ; <i1> [#uses=1] 21 ret i32 %j2
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 11 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] ; <i32> [#uses=2] 17 %jcond = icmp slt i32 %j2, 20 ; <i1> [#uses=1] 21 ret i32 %j2
|
/external/python/cpython2/Lib/ |
D | difflib.py | 508 for i2, j2, k2 in matching_blocks: 510 if i1 + k1 == i2 and j1 + k1 == j2: 521 i1, j1, k1 = i2, j2, k2 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: 626 group.append((tag, i1, min(i2, i1+n), j1, min(j2, j1+n))) 629 i1, j1 = max(i1, i2-n), max(j1, j2-n) [all …]
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
D | p14.cpp | 14 extern S j2; 19 N::S N::j2(i);
|
/external/llvm/test/Transforms/SCCP/ |
D | sccptest.ll | 29 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] 34 %jcond = icmp slt i32 %j2, 20 39 ret i32 %j2
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | sccptest.ll | 29 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] 34 %jcond = icmp slt i32 %j2, 20 39 ret i32 %j2
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 237 for (int j2 = 0; j2 < swath_height; j2++) { in CreateMesh() local 238 GLushort first = (j + j2) * (width + 1) + i; in CreateMesh()
|
/external/openssh/openbsd-compat/ |
D | chacha_private.h | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 101 j2 = x->input[2]; in chacha_encrypt_bytes() 125 x2 = j2; in chacha_encrypt_bytes() 151 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
|
/external/openssh/ |
D | chacha.c | 93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 102 j2 = x->input[2]; in chacha_encrypt_bytes() 126 x2 = j2; in chacha_encrypt_bytes() 152 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
|