HomeSort by relevance Sort by last modified time
    Searched defs:i6 (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p5.cpp 14 double &i6 = u\ variable
p6.cpp 14 double &i6 = L'a'_x1; // ok variable
  /frameworks/ml/nn/runtime/test/generated/models/
conv_1_h3_w2_SAME.model.py 4 i6 = Int32Bias("b6", 1) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
conv_1_h3_w2_VALID.model.py 4 i6 = Int32Bias("b6", 1) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
conv_3_h3_w2_SAME.model.py 4 i6 = Int32Bias("b6", 1) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
conv_3_h3_w2_VALID.model.py 4 i6 = Int32Bias("b6", 1) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
depthwise_conv.model.py 4 i6 = Int32Bias("b6", 1) variable
11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
  /frameworks/ml/nn/tools/test_generator/tests/P_conv/
conv_1_h3_w2_SAME.mod.py 3 i6 = Int32Scalar("b6", 1) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
  /frameworks/ml/nn/tools/test_generator/tests/P_depthwise_conv/
depthwise_conv.bin.mod.py 4 i6 = Int32Scalar("b6", 1) variable
11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
  /frameworks/ml/nn/tools/test_generator/tests/P_quantized_conv/
quantized.mod.py 3 i6 = Int32Scalar("b6", 2) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 26 int i6 = 0; local
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 30 int i6 = 0; local
  /external/clang/test/Sema/
tentative-decls.c 52 extern int i6; // expected-note {{previous declaration is here}}
53 static int i6; // expected-error{{static declaration of 'i6' follows non-static declaration}} local
  /external/llvm/test/tools/llvm-nm/X86/
radix.s 53 .type i6,@object # @i6
54 .globl i6
56 i6: label
58 .size i6, 4
211 //CHECK: 0000000000000020 D i6
237 //OCTAL: 0000000000000024 D i6
263 //HEX: 0000000000000014 D i6
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
356 // i6 and i7 loop:
381 for (i6 = ipos[6]; i6 < L_CODE; i6 += step)
383 ps1 = add (ps0, dn[i6]);
385 alp1 = L_mac (alp0, rr[i6][i6], _1_64);
386 alp1 = L_mac (alp1, rr[i0][i6], _1_32);
387 alp1 = L_mac (alp1, rr[i1][i6], _1_32)
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_PinnedPositionsTest.java 145 final DatabaseAsserts.ContactIdPair i6 = DatabaseAsserts.assertAndCreateContact(mResolver); local
154 operations.add(newPinningOperation(i6.mContactId, 6, true));
167 assertValuesForContact(i6.mContactId, newContentValues(Contacts.PINNED, 6));
180 assertValuesForRawContact(i6.mRawContactId,
192 assertValuesForContact(i6.mContactId, newContentValues(Contacts.PINNED, 6));
200 assertValuesForRawContact(i6.mRawContactId, newContentValues(RawContacts.PINNED, 6));
219 assertValuesForRawContact(i6.mRawContactId,
237 assertValuesForContact(i6.mContactId, newContentValues(Contacts.PINNED, 6));
241 i5.mRawContactId, i6.mRawContactId);
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen_unittest.cc 265 CodeGen::Node i6 = MakeInstruction(BPF_RET + BPF_K, 0); local
266 CodeGen::Node i5 = MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i6, i7);
315 CodeGen::Node i6 = MakeInstruction(BPF_RET + BPF_K, 0); local
316 CodeGen::Node i5 = MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i6, i7);
  /external/libnl/lib/route/link/
inet6.c 32 struct inet6_data *i6; local
34 if ((i6 = inet6_alloc(link)))
35 memcpy(i6, data, sizeof(*i6));
37 return i6;
134 struct inet6_data *i6 = data; local
149 i6->i6_flags = nla_get_u32(tb[IFLA_INET6_FLAGS]);
152 nla_memcpy(&i6->i6_cacheinfo, tb[IFLA_INET6_CACHEINFO],
153 sizeof(i6->i6_cacheinfo));
156 nla_memcpy(&i6->i6_conf, tb[IFLA_INET6_CONF]
266 struct inet6_data *i6 = data; local
    [all...]
  /external/llvm/unittests/ADT/
HashingTest.cpp 336 const int i1 = 42, i2 = 43, i3 = 123, i4 = 999, i5 = 0, i6 = 79; local
337 const int arr1[] = { i1, i2, i3, i4, i5, i6 };
345 hash_combine(i1, i2, i3, i4, i5, i6));
  /external/r8/src/test/debugTestResources/
Locals.java 43 int i6 = 6; local
50 invokeRange(i6, i5, i4, i3, i2, i1, invokeRange(i12, i11, i10, i9, i8, i7, 0));
  /external/r8/src/test/examples/newarray/
NewArray.java 90 int[][][][][][] i6 = new int[n][n][n][n][n][n]; local
95 System.out.println(i6.length);
107 int[][][][][][] i6 = new int[n1][n2][n3][n4][n5][n6]; local
108 System.out.println(i6.length);
  /external/aac/libFDK/src/
FDK_hybrid.cpp 463 FIXP_DBL i1, i6; local
473 i6 = fMultDiv2(p[6], pQmfImag[pReadIdx[6]]) ;
477 mHybridImag[1] = (i1 + i6) << 1;
480 mHybridImag[0] = (i6 - i1) << 1;
484 mHybridImag[0] = (i1 + i6) << 1;
487 mHybridImag[1] = (i6 - i1) << 1;
  /external/clang/test/SemaCXX/
constant-expression.cpp 53 i6 = Struct::seval, member in struct:C
  /external/toybox/toys/net/
netstat.c 124 struct {struct {unsigned a, b, c, d;} u; unsigned char b[16];} i6; member in union:__anon35250
132 &num, &laddr.i6.u.a, &laddr.i6.u.b, &laddr.i6.u.c,
133 &laddr.i6.u.d, &lport, &raddr.i6.u.a, &raddr.i6.u.b,
134 &raddr.i6.u.c, &raddr.i6.u.d, &rport, &state, &txq, &rxq,
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 113 int i4, i5, i6, i7; local
132 i6 = (i1 + r3) >> 1;
170 buf[ 7] = i6 - t1;
172 buf[15] = i6 + t1;

Completed in 1294 milliseconds

1 2