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

1 2 3 4 5 6 7 8 910

  /bionic/tools/versioner/tests/compilation_error/
run.sh 1 versioner headers -p platforms -r arm -a 9 -i -j1
  /art/test/Interfaces/
Interfaces.java 23 public void j1(); method in interface:Interfaces.J
31 public void j1() {}; method in class:Interfaces.A
35 public void j1() {}; method in class:Interfaces.B
  /art/test/159-app-image-fields/
run 18 # Also run the compiler with -j1 to ensure specific class verification order.
20 -Xcompiler-option -j1
  /external/svox/pico/lib/
picofftsg.c 670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
692 j1 = j + m;
694 xr = a[j1];
695 xi = a[j1 + 1];
698 a[j1] = yr;
699 a[j1 + 1] = yi;
702 j1 += m;
704 xr = a[j1];
705 xi = a[j1 + 1];
708 a[j1] = yr
1029 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
1583 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh; local
1707 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
2034 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
2248 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
    [all...]
  /external/ltp/testcases/misc/math/float/
float_bessel.c 31 {FUNC_NORMAL, 30, j1, "j1", "j1_inp.ref", "j1_out.ref2",
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft.c 140 unsigned int j, j1, k, k1; local
146 j1 = 2 * j + ip[k];
148 xr = a[j1 + 0];
149 xi = a[j1 + 1];
152 a[j1 + 0] = yr;
153 a[j1 + 1] = yi;
156 j1 += 8;
158 xr = a[j1 + 0];
159 xi = a[j1 + 1];
162 a[j1 + 0] = yr
311 int j0, j1, j2, j3, k, k1, k2, m2; local
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_neon.c 190 int j1, j2; local
195 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8) {
197 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4,
198 const float32x4_t c_k1 = vld1q_f32(&c[29 - j1]); // 28, 29, 30, 31,
251 for (; j2 < 64; j1 += 1, j2 += 2) {
253 const int k1 = 32 - j1;
255 const float wki = c[j1];
269 int j1, j2; local
275 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8)
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_uint128.cpp 46 for (uint64_t j1 = 0; j1 < 100; ++j1) {
48 TensorUInt128<uint64_t, uint64_t> j(j1, j2);
49 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2);
65 for (uint64_t j1 = 0; j1 < 100; ++j1) {
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/webrtc/webrtc/common_audio/
fft4g.c 701 size_t j, j1, k, k1, l, m, m2; local
718 j1 = 2 * j + ip[k];
720 xr = a[j1];
721 xi = a[j1 + 1];
724 a[j1] = yr;
725 a[j1 + 1] = yi;
728 j1 += m2;
730 xr = a[j1];
731 xi = a[j1 + 1];
734 a[j1] = yr
910 size_t j, j1, j2, j3, l; local
960 size_t j, j1, j2, j3, l; local
1115 size_t j, j1, j2, j3, k, k1, k2, m, m2; local
    [all...]
  /build/kati/testcase/
ninja_phony_targets.sh 24 if [ -e ninja.sh ]; then ./ninja.sh -j1 $@; fi
ninja_regen_find_link.sh 31 if [ -e ninja.sh ]; then ./ninja.sh -j1 $@; fi
  /external/clang/test/SemaCXX/
ms-property.cpp 49 // CHECK-NEXT: float j1 = (p2->x[223][11]);
50 float j1 = (p2->x[223][11]); local
51 // CHECK-NEXT: ((p2->x)[23])[1] = j1;
52 ((p2->x)[23])[1] = j1;
55 // CHECK-NEXT: j1 = ((p2->x)[23])[1] = j1;
56 j1 = ((p2->x)[23])[1] = j1;
dr1301.cpp 59 int j1 = J().n; // ok variable
  /prebuilts/go/darwin-x86/src/container/heap/
heap_test.go 37 j1 := 2*i + 1
39 if j1 < n {
40 if h.Less(j1, i) {
41 t.Errorf("heap invariant invalidated [%d] = %d > [%d] = %d", i, h[i], j1, h[j1])
44 h.verify(t, j1)
48 t.Errorf("heap invariant invalidated [%d] = %d > [%d] = %d", i, h[i], j1, h[j2])
heap.go 105 j1 := 2*i + 1
106 if j1 >= n || j1 < 0 { // j1 < 0 after int overflow
109 j := j1 // left child
110 if j2 := j1 + 1; j2 < n && !h.Less(j1, j2) {
  /prebuilts/go/linux-x86/src/container/heap/
heap_test.go 37 j1 := 2*i + 1
39 if j1 < n {
40 if h.Less(j1, i) {
41 t.Errorf("heap invariant invalidated [%d] = %d > [%d] = %d", i, h[i], j1, h[j1])
44 h.verify(t, j1)
48 t.Errorf("heap invariant invalidated [%d] = %d > [%d] = %d", i, h[i], j1, h[j2])
heap.go 105 j1 := 2*i + 1
106 if j1 >= n || j1 < 0 { // j1 < 0 after int overflow
109 j := j1 // left child
110 if j2 := j1 + 1; j2 < n && !h.Less(j1, j2) {
  /external/eigen/test/
sparse_block.cpp 127 Index j1 = internal::random<Index>(0,outer-1); local
132 VERIFY_IS_APPROX(m2.innerVector(j0)+m2.innerVector(j1), innervec(refMat2,j0)+innervec(refMat2,j1));
179 // m2.innerVector(j0) = 2*m2.innerVector(j1);
180 // refMat2.col(j0) = 2*refMat2.col(j1);
191 Index j1 = internal::random<Index>(0,outer-2); local
192 Index n0 = internal::random<Index>(1,outer-(std::max)(j0,j1));
198 VERIFY_IS_APPROX(m2.innerVectors(j0,n0)+m2.innerVectors(j1,n0),
199 refMat2.middleRows(j0,n0)+refMat2.middleRows(j1,n0));
201 VERIFY_IS_APPROX(m2.innerVectors(j0,n0)+m2.innerVectors(j1,n0)
223 Index j1 = internal::random<Index>(0,outer-2); local
    [all...]
sparseqr.cpp 29 int j1 = internal::random<int>(0,cols-1); local
31 A.col(j0) = s * A.col(j1);
32 dA.col(j0) = s * dA.col(j1);
  /external/mesa3d/src/mesa/program/
prog_noise.c 265 int i1, j1; /* Offsets for second (middle) corner of simplex in (i,j) coords */ local
268 j1 = 0;
272 j1 = 1;
280 y1 = y0 - j1 + G2;
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
352 int i1, j1, k1; /* Offsets for second corner of simplex in (i,j,k) coords */ local
359 j1 = 0;
367 j1 = 0;
375 j1 = 0;
385 j1 = 0
525 int i1, j1, k1, l1; \/* The integer offsets for the second simplex corner *\/ local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
build.c 95 Junction *j1, *j2; local
100 j1 = newJunction();
106 j1->p1 = (Node *) a;
146 g.left = (Node *) j1; g.right = (Node *) j2;
168 Junction *j1, *j2; local
173 j1 = newJunction();
179 j1->p1 = (Node *) t;
181 g.left = (Node *) j1; g.right = (Node *) j2;
200 Junction *j1, *j2; local
207 j1 = newJunction();
276 Junction *j1, *j2; local
379 Junction *j1,*j2,*p; local
591 Junction *j1, *j2; local
617 Junction *j1, *j2, *j3; local
    [all...]
  /prebuilts/go/darwin-x86/src/math/
j1.go 27 // Method -- j1(x):
28 // 1. For tiny x, we use j1(x) = x/2 - x**3/16 + x**5/384 - ...
29 // 2. Reduce x to |x| since j1(x)=-j1(-x), and
31 // j1(x) = x/2 + x*z*R0/S0, where z = x*x;
32 // (precision: |j1/x - 1/2 - R0/S0 |<2**-61.51 )
34 // j1(x) = sqrt(2/(pi*x))*(p1(x)*cos(x1)-q1(x)*sin(x1))
47 // j1(nan)= nan
48 // j1(0) = 0
49 // j1(inf) =
    [all...]
  /prebuilts/go/linux-x86/src/math/
j1.go 27 // Method -- j1(x):
28 // 1. For tiny x, we use j1(x) = x/2 - x**3/16 + x**5/384 - ...
29 // 2. Reduce x to |x| since j1(x)=-j1(-x), and
31 // j1(x) = x/2 + x*z*R0/S0, where z = x*x;
32 // (precision: |j1/x - 1/2 - R0/S0 |<2**-61.51 )
34 // j1(x) = sqrt(2/(pi*x))*(p1(x)*cos(x1)-q1(x)*sin(x1))
47 // j1(nan)= nan
48 // j1(0) = 0
49 // j1(inf) =
    [all...]
  /external/ltp/testcases/open_posix_testsuite/
Makefile 66 @$(BUILD_MAKE) -C conformance -j1 all
77 @$(BUILD_MAKE) -C functional -j1 all
88 @$(BUILD_MAKE) -C stress -j1 all
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 107 int j1 = j + 1; local
117 indexBuffer[index++] = (short) (i1 * iMax + j1);
119 indexBuffer[index++] = (short) (i1 * iMax + j1);
120 indexBuffer[index++] = (short) (i * iMax + j1);

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 910