HomeSort by relevance Sort by last modified time
    Searched refs:I2 (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_vector.java 184 Int2 I2 = s.get_u16_2();
185 if (I2.x != 1 || I2.y != 2) {
188 I2.x = 2;
189 I2.y = 3;
190 s.set_u16_2(I2);
211 I2 = s.get_i32_2();
212 if (I2.x != 1 || I2.y != 2) {
215 I2.x = 2
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 57 I2,
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.cpp 335 for (vvec::iterator I2 = dst.begin(), E2 = dst.end();
336 I2 != E2; ++I2) {
337 value *v = *I2;
346 for (vvec::iterator I2 = dst.begin(), E2 = dst.end();
347 I2 != E2; ++I2, ++chan) {
348 *I2 = swp[chan];
356 for (vvec::iterator I2 = n->src.begin(), E2 = n->src.end();
357 I2 != E2; ++I2, ++SI)
    [all...]
  /system/bt/embdrv/sbc/decoder/include/
oi_stddefs.h 101 uint32_t I2; /**< least significant 32 bits */
114 uint32_t I2; /**< least significant 32 bits as an unsigned integer */
125 uint32_t I2; /**< second-most significant 32 bits */
145 uint32_t I2; /**< second-most significant 32 bits as an unsigned integer */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
load.s 13 I2.h = 0xf204;
71 R3 = [I2--];
101 R2.h = w [I2 --];
109 R6.L = W [I2++];
store.s 26 [I2++] = R2;
35 W [ i2--] = r7.H;
44 W[I2--] = R1.l;
store.d 26 28: 12 9e \[I2\+\+\] = R2;
33 32: d7 9e W\[I2--\] = R7.H;
40 3c: b1 9e W\[I2--\] = R1.L;
parallel.d 12 10: 0a ce 0a 08 R4 = EXTRACT \(R2, R1.L\) \(Z\) \|\| I2 -= M0 \|\| NOP;
38 78: 30 cc 3f 40 A1 = ABS A1 \|\| FP = \[SP\] \|\| R3 = \[I2--\];
44 90: 02 cc 10 a8 R4.L = R2.H \+ R0.L \(S\) \|\| B\[FP\] = R0 \|\| R2.H = W\[I2--\];
50 a8: 05 cc 01 98 R4.L = R0 \+ R1 \(RND20\) \|\| B\[P2\] = R0 \|\| R5.L = W\[I2--\];
56 c0: 05 cc 01 04 R2.L = R0 \+ R1 \(RND12\) \|\| R1 = B\[SP\] \(X\) \|\| \[I2--\] = R7;
62 d8: 25 cc 0a 44 R2.H = R1 - R2 \(RND12\) \|\| R1 = B\[P2\] \(Z\) \|\| W\[I2\+\+\] = R4.H;
138 208: 02 c9 03 58 A1 -= R0.L \* R3.H \(IS\) \|\| R2.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R0;
140 210: 02 c8 17 58 A1 -= R2.L \* R7.H \|\| R3.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R1;
142 218: 03 c8 f5 25 R7.L = \(A0 = R6.H \* R5.L\) \|\| R4.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R2;
144 220: c3 c8 0a 24 R0.L = \(A0 = R1.H \* R2.L\) \(TFU\) \|\| R5.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R3
    [all...]
parallel.s 4 r4 = extract (r2, r1.L) (z) || I2 -= M0;
22 a1 = aBs A1 || fp = [sp] || r3 = [I2--];
26 r4.L = R2.h + r0.L (s) || b [fp] = r0 || r2.H = w [i2--];
30 r4.l = r0 + r1 (RND20) || b [p2] = r0 || R5.l = W [i2--];
34 r2.L = R0 + R1 (rnd12) || r1 = b [sp] (x) || [I2--]= r7;
37 r2.h = R1 - R2 (Rnd12) || r1 = b [p2] (z) || w [I2++] = R4.H;
88 A1 -= r0.L * R3.H (is) || r2.l = w [i0] || [i2++m2] = R0;
89 a1 -= r2.l * r7.h || r3.l = w [i0] || [I2++M2] =R1;
91 r7.l = (a0 = r6.H * r5.L) || r4.l = w [i0] || [i2++m2] = r2;
92 r0.L = (A0 = r1.h * R2.l) (tfu) || r5.l = w [i0] || [I2++m2] = R3
    [all...]
  /prebuilts/go/darwin-x86/test/interface/recursive1.dir/
recursive2.go 14 var i2 p.I2
15 i1 = i2
16 i2 = i1
17 i1 = i2.F()
18 i2 = i1.F()
19 _, _ = i1, i2
  /prebuilts/go/darwin-x86/test/method4.dir/
method4a.go 19 type I2 interface {
  /prebuilts/go/linux-x86/test/interface/recursive1.dir/
recursive2.go 14 var i2 p.I2
15 i1 = i2
16 i2 = i1
17 i1 = i2.F()
18 i2 = i1.F()
19 _, _ = i1, i2
  /prebuilts/go/linux-x86/test/method4.dir/
method4a.go 19 type I2 interface {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6847.go 15 type I2 interface {
62 c2 chan I2
64 x2 I2
bug285.go 56 type I2 interface {
63 m2 := make(map[I2]int)
84 m2[new(T2)] = 42 // this should work: *T2 is assignment-compatible with I2
100 bug286.go:99: invalid map index new(T2) - need type I2
101 bug286.go:100: invalid map index t2 - need type I2
  /prebuilts/go/darwin-x86/test/interface/
explicit.go 28 type I2 interface {
33 var i2 I2 var
49 i = i2 // ok
50 i2 = i // ERROR "incompatible|missing N method"
52 i = I(i2) // ok
53 i2 = I2(i) // ERROR "invalid|missing N method"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6847.go 15 type I2 interface {
62 c2 chan I2
64 x2 I2
bug285.go 56 type I2 interface {
63 m2 := make(map[I2]int)
84 m2[new(T2)] = 42 // this should work: *T2 is assignment-compatible with I2
100 bug286.go:99: invalid map index new(T2) - need type I2
101 bug286.go:100: invalid map index t2 - need type I2
  /prebuilts/go/linux-x86/test/interface/
explicit.go 28 type I2 interface {
33 var i2 I2 var
49 i = i2 // ok
50 i2 = i // ERROR "incompatible|missing N method"
52 i = I(i2) // ok
53 i2 = I2(i) // ERROR "invalid|missing N method"
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclTuple.h 210 /// \tparam I2... is the list of index from [0 to sizeof...(t2))
214 template <typename... Args1, typename... Args2, size_t... I1, size_t... I2>
215 Tuple<Args1..., Args2...> append_base(Tuple<Args1...> t1, Tuple<Args2...> t2, IndexList<I1...>, IndexList<I2...>) {
216 return utility::tuple::make_tuple(get<I1>(t1)...,get<I2>(t2)...);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp 299 MachineBasicBlock::iterator &I2) {
301 I2 = MBB2->end();
304 while (I1 != MBB1->begin() && I2 != MBB2->begin()) {
305 --I1; --I2;
309 while (I2->isDebugValue()) {
310 if (I2==MBB2->begin())
311 // I1==DBG at begin; I2==DBG at begin
313 --I2;
315 ++I2;
316 // I1==DBG at begin; I2==non-DBG, or first of DBGs not at begi
    [all...]
  /external/clang/test/SemaCXX/
default2.cpp 129 template <int I1 = I2, int I2 = 1> struct T {}; // expected-error-re {{use of undeclared identifier 'I2'{{$}}}}
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 333 MachineBasicBlock::iterator &I2) {
335 I2 = MBB2->end();
338 while (I1 != MBB1->begin() && I2 != MBB2->begin()) {
339 --I1; --I2;
343 while (I2->isDebugValue()) {
344 if (I2==MBB2->begin())
345 // I1==DBG at begin; I2==DBG at begin
347 --I2;
349 ++I2;
350 // I1==DBG at begin; I2==non-DBG, or first of DBGs not at begi
    [all...]
  /external/r8/src/test/examplesAndroidO/lambdadesugaring/
LambdaDesugaring.java 28 interface I2 extends I {
349 I i2 = () -> i1.foo() + ":i2"; local
350 I i3 = () -> i2.foo() + ":i3";
409 System.out.println(j((I2 & M1 & I3 & M2) () -> "{testMultipleInterfaces:1}"));
411 Object o = (I2 & M1 & I3 & M2) () -> "{testMultipleInterfaces:2}";
417 o = (I2 & Serializable & M2) () -> "{testMultipleInterfaces:3}";
446 <T extends I2 & M1 & M2 & I3> String j(T l) {
447 return ((I3) ((M2) ((M1) (((I2) l))))).foo();
  /prebuilts/go/darwin-x86/src/runtime/
iface_test.go 16 type I2 interface {
36 i2 I2
121 i2 = tm
123 e = i2
128 i2 = tm
130 i1 = i2
165 i2 = i1.(I2)
35 i2 I2 var

Completed in 2523 milliseconds

1 2 34 5 6 7 8 9