HomeSort by relevance Sort by last modified time
    Searched refs:j2 (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /art/test/Interfaces/
Interfaces.java 24 public void j2(); method in interface:Interfaces.J
32 public void j2() {}; method in class:Interfaces.A
36 public void j2() {}; method in class:Interfaces.B
  /external/eigen/unsupported/test/
cxx11_tensor_uint128.cpp 47 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) {
48 TensorUInt128<uint64_t, uint64_t> j(j1, j2);
49 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2);
66 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) {
67 TensorUInt128<uint64_t, uint64_t> j(j1, j2);
68 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2);
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix.h 96 for(Index j2=0; j2<k2; j2+=nr)
100 blockB[count+0] = rhs(k,j2+0);
101 blockB[count+1] = rhs(k,j2+1);
104 blockB[count+2] = rhs(k,j2+2);
105 blockB[count+3] = rhs(k,j2+3);
109 blockB[count+4] = rhs(k,j2+4);
110 blockB[count+5] = rhs(k,j2+5);
111 blockB[count+6] = rhs(k,j2+6)
    [all...]
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, actual_kc, blockBOffset);
162 gebp_kernel(other.getSubMapper(startTarget,j2), blockA, blockB+actual_kc*j2, lengthTarget, actualPanelWidth, actual_cols, Scalar(-1)
    [all...]
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
    [all...]
GeneralBlockPanelKernel.h     [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft.c 311 int j0, j1, j2, j3, k, k1, k2, m2; local
317 j2 = j0 + 16;
323 x2r = a[j2 + 0] + a[j3 + 0];
324 x2i = a[j2 + 1] + a[j3 + 1];
325 x3r = a[j2 + 0] - a[j3 + 0];
326 x3i = a[j2 + 1] - a[j3 + 1];
329 a[j2 + 0] = x0r - x2r;
330 a[j2 + 1] = x0i - x2i;
339 j2 = j0 + 16;
345 x2r = a[j2 + 0] + a[j3 + 0]
435 int j, j1, j2, j3, l; local
465 int j, j1, j2, j3, l; local
497 int j1, j2, k1, k2; local
518 int j1, j2, k1, k2; local
    [all...]
aec_rdft_sse2.c 242 int j1, j2, k1, k2; local
251 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8) {
260 const __m128 a_j2_0 = _mm_loadu_ps(&a[0 + j2]); // 2, 3, 4, 5,
261 const __m128 a_j2_4 = _mm_loadu_ps(&a[4 + j2]); // 6, 7, 8, 9,
262 const __m128 a_k2_0 = _mm_loadu_ps(&a[122 - j2]); // 120, 121, 122, 123,
263 const __m128 a_k2_4 = _mm_loadu_ps(&a[126 - j2]); // 124, 125, 126, 127,
287 // a[j2 + 0] -= yr;
288 // a[j2 + 1] -= yi
332 int j1, j2, k1, k2; local
    [all...]
aec_rdft_neon.c 190 int j1, j2; local
195 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8) {
204 float32x4x2_t a_j2_p = vld2q_f32(&a[0 + j2]);
206 const float32x4x2_t k2_0_4 = vld2q_f32(&a[122 - j2]);
226 // a[j2 + 0] -= yr;
227 // a[j2 + 1] -= yi;
244 vst2q_f32(&a[0 + j2], a_j2_p);
246 vst1q_f32(&a[122 - j2], a_k2_n.val[1])
269 int j1, j2; local
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p14.cpp 14 extern S j2;
19 N::S N::j2(i);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
build.c 95 Junction *j1, *j2; local
101 j2 = newJunction();
107 a->next = (Node *) j2;
146 g.left = (Node *) j1; g.right = (Node *) j2;
168 Junction *j1, *j2; local
174 j2 = newJunction();
180 t->next = (Node *) j2;
181 g.left = (Node *) j1; g.right = (Node *) j2;
200 Junction *j1, *j2; local
208 j2 = newJunction();
276 Junction *j1, *j2; local
379 Junction *j1,*j2,*p; local
427 Junction *j,*j2; local
528 Junction *j2, *j3, *first_alt; local
591 Junction *j1, *j2; local
617 Junction *j1, *j2, *j3; local
    [all...]
  /external/libusb/.private/
bm.sh 31 make -j2
37 make clean -j2
48 make -j2
  /external/minijail/test/
libminijail_test.cpp 127 minijail* j2 = minijail_new(); local
128 minijail_change_uid(j2, 5 * kSystemUid);
129 minijail_change_gid(j2, 5 * kSystemUid);
130 minijail_enter(j2);
  /prebuilts/go/darwin-x86/src/container/heap/
heap_test.go 39 j2 := 2*i + 2
47 if j2 < n {
48 if h.Less(j2, i) {
49 t.Errorf("heap invariant invalidated [%d] = %d > [%d] = %d", i, h[i], j1, h[j2])
52 h.verify(t, j2)
heap.go 111 if j2 := j1 + 1; j2 < n && h.Less(j2, j1) {
112 j = j2 // = 2*i + 2 // right child
  /prebuilts/go/linux-x86/src/container/heap/
heap_test.go 39 j2 := 2*i + 2
47 if j2 < n {
48 if h.Less(j2, i) {
49 t.Errorf("heap invariant invalidated [%d] = %d > [%d] = %d", i, h[i], j1, h[j2])
52 h.verify(t, j2)
  /external/webrtc/webrtc/common_audio/
fft4g.c 910 size_t j, j1, j2, j3, l; local
925 j2 = j1 + l;
926 j3 = j2 + l;
931 x2r = a[j2] + a[j3];
932 x2i = a[j2 + 1] + a[j3 + 1];
933 x3r = a[j2] - a[j3];
934 x3i = a[j2 + 1] - a[j3 + 1];
937 a[j2] = x0r - x2r;
938 a[j2 + 1] = x0i - x2i;
960 size_t j, j1, j2, j3, l local
1115 size_t j, j1, j2, j3, k, k1, k2, m, m2; local
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/
GenericCellDoubled.java 16 @X Map<List<@X Object>, @X ArrayList<Integer>> j2; field in class:GenericCellDoubled
  /external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
p3-0x.cpp 15 int &j2 = g2(i); member in namespace:std_example
  /external/clang/test/SemaCXX/
dr1301.cpp 60 int j2 = J().f(); // ok variable
  /prebuilts/go/darwin-x86/test/
convert3.go 29 var j2 = J(h) var
  /prebuilts/go/linux-x86/test/
convert3.go 29 var j2 = J(h) var
  /external/eigen/Eigen/src/LU/
InverseImpl.h 132 j2 = (j+2) % 3 enumerator in enum:Eigen::internal::__anon19680
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, enumerator in enum:Eigen::internal::__anon19681
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)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 353 unsigned int i2, j2, k2; /* Offsets for third corner of simplex in (i,j,k) coords */ local
362 j2 = 1;
370 j2 = 0;
378 j2 = 0;
388 j2 = 1;
396 j2 = 1;
404 j2 = 1;
419 y2 = y0 - j2 + 2.0f * G3;
455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2,
526 unsigned int i2, j2, k2, l2; /* The integer offsets for the third simplex corner * local
    [all...]
  /external/google-benchmark/
.travis-libcxx-setup.sh 26 make cxx -j2

Completed in 458 milliseconds

1 2 3 4