Searched refs:l5 (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dexceptions.cpp39 goto l5;
46 goto l5;
53 goto l5;
60 goto l5;
66 l5:
67 goto l5;
/external/annotation-tools/asmx/test/conform/annotations/
H A DExtendedValuesDump.class ... .Label l4 org.objectweb.asm.Label l5 org.objectweb.asm.Label l6 org. ...
H A DExtendedValuesDump.java745 Label l5 = new Label();
746 mv.visitLabel(l5);
747 mv.visitLineNumber(24, l5);
874 Label l5 = new Label();
875 mv.visitJumpInsn(GOTO, l5);
878 mv.visitLabel(l5);
1007 Label l5 = new Label();
1008 mv.visitLabel(l5);
1009 mv.visitLineNumber(20, l5);
1053 mv.visitLocalVariable("e", "Ljava/util/Map;", "Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;", l5, l
[all...]
/external/clang/test/CodeGen/
H A Dpartial-reinitialization1.c71 // CHECK: @l5 = global %struct.P5 { i32 1, %struct.Q5 { i32 6, i32 9, i32 8 }, i32 5 }
72 struct P5 l5 = { 1, { 2, 3, 4 }, 5, variable in typeref:struct:P5
H A Drenderscript.c132 typedef struct {long l1, l2, l3, l4, l5, l6, l7, l8, l9; } sLong9; member in struct:__anon2611
/external/llvm/test/MC/Sparc/
H A Dsparc-coproc.s53 ! CHECK: ld [%l4+%l5], %csr ! encoding: [0xc1,0x8d,0x00,0x15]
56 ld [%l4+%l5], %csr
68 ! CHECK: std %cq, [%o3+%l5] ! encoding: [0xc1,0xb2,0xc0,0x15]
71 std %cq, [%o3+%l5]
/external/tensorflow/tensorflow/contrib/receptive_field/python/util/
H A Dgraph_compute_order_test.py51 l5 = slim.conv2d(l4, 1, [1, 1], stride=2, scope='L5', padding='SAME')
55 gen_math_ops.add(l5, l6, name='L7_add')
H A Dparse_layer_parameters_test.py53 l5 = slim.conv2d(l4, 1, [1, 1], stride=2, scope='L5', padding='SAME')
57 gen_math_ops.add(l5, l6, name='L7_add')
H A Dreceptive_field_test.py244 l5 = slim.conv2d(l4, 1, [1, 1], stride=2, scope='L5', padding='VALID')
249 nn.relu(l5 + l6, name='output')
276 l5 = slim.conv2d(l4, 1, [1, 1], stride=2, scope='L5', padding='SAME')
280 nn.relu(l5 + l6, name='output')
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c158 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; local
161 LD_SH8(input, 16, l0, l1, l2, l3, l4, l5, l6, l7);
162 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7, r0, r1, r2, r3, r4, r5, r6,
183 LD_SH8(input, 16, l0, l1, l2, l3, l4, l5, l6, l7);
184 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7, r0, r1, r2, r3, r4, r5, r6,
339 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; local
342 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, l4, l12, l5, l13, l6, l14,
344 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7, r0, r1, r2, r3, r4, r5, r6,
354 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, l4, l12, l5, l13, l6, l14,
356 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
H A DMethodAnalyzerTest.java468 Label l5 = new Label();
469 method.visitJumpInsn(Opcodes.GOTO, l5);
477 method.visitJumpInsn(Opcodes.GOTO, l5);
482 method.visitLabel(l5);
483 method.visitLineNumber(1007, l5);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Didct16x16_msa.c294 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; local
297 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, l4, l12, l5, l13, l6, l14,
299 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7, l0, l1, l2, l3, l4, l5, l6,
305 VP9_IADST8x16_1D(l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
314 TRANSPOSE8x8_SH_SH(r0, l1, r12, l3, r6, r14, r10, r2, l0, l1, l2, l3, l4, l5,
316 ST_SH8(l0, l1, l2, l3, l4, l5, l6, l7, output, 16);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc148 uptr l5 = d.newNode(5); local
157 // l3=>l4=>l5
160 d.onLock(&dtls, l5);
163 d.onUnlock(&dtls, l5);
171 locks.insert(l5);
196 // make sure no edges from or to l0,l1,l4,l5 left.
219 // lt => l5?
220 a = lt; b = l5;
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-string-literals.cpp254 const char *l5 = "\x5"; variable
/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp150 int k5 = T3<0, operator>>>::val, l5;
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py306 l5 = lambda x, y, z=2: x + y + z
307 self.assertEquals(l5(1, 2), 5)
308 self.assertEquals(l5(1, 2, 3), 6)
H A Dpy3_test_grammar.py342 l5 = lambda x, y, z=2: x + y + z
343 self.assertEquals(l5(1, 2), 5)
344 self.assertEquals(l5(1, 2, 3), 6)
/external/python/cpython2/Lib/test/
H A Dtest_grammar.py310 l5 = lambda x, y, z=2: x + y + z
311 self.assertEqual(l5(1, 2), 5)
312 self.assertEqual(l5(1, 2, 3), 6)
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py306 l5 = lambda x, y, z=2: x + y + z
307 self.assertEquals(l5(1, 2), 5)
308 self.assertEquals(l5(1, 2, 3), 6)
H A Dpy3_test_grammar.py342 l5 = lambda x, y, z=2: x + y + z
343 self.assertEquals(l5(1, 2), 5)
344 self.assertEquals(l5(1, 2, 3), 6)
/external/python/cpython3/Lib/test/
H A Dtest_grammar.py649 l5 = lambda x, y, z=2: x + y + z
650 self.assertEqual(l5(1, 2), 5)
651 self.assertEqual(l5(1, 2, 3), 6)
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dintrapred_sse2.asm658 pshufd m0, m0, 0xe ; [63:0] l5 l5 l6 l6 l7 l7 l8 l8
758 punpcklbw m2, m1 ; l1 l2 l3 l4 l5 l6 l7 l8 [word]
/external/libjpeg-turbo/simd/
H A Djsimd_arm64_neon.S96 .macro transpose_8x8 l0, l1, l2, l3, l4, l5, l6, l7, t0, t1, t2, t3
99 trn1 \t2\().8h, \l4\().8h, \l5\().8h
103 trn2 \l5\().8h, \l4\().8h, \l5\().8h
112 trn2 \t1\().4s, \l5\().4s, \l7\().4s
113 trn1 \l5\().4s, \l5\().4s, \l7\().4s
117 trn1 \l1\().2d, \t0\().2d, \l5\().2d
122 trn2 \l5\().2d, \t0\().2d, \l5\()
[all...]
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1808 Literal<int8_t> l5(-12);
1815 __ Ldrsb(r6, &l5);
1847 Literal<int8_t> l5(-12);
1871 __ Ldrsb(eq, r6, &l5);
2118 Literal<int8_t> l5(-123, RawLiteral::kManuallyPlaced);
2125 __ Ldrsb(r6, &l5);
2137 __ Place(&l5);
2151 __ Ldrsb(lr, &l5);
/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc395 Packet* l3, Packet* l4, Packet* l5,
398 LoadTwoScalars(data, l5, l6);
394 LoadSixScalars(const T** data, Packet* l1, Packet* l2, Packet* l3, Packet* l4, Packet* l5, Packet* l6) argument

Completed in 3109 milliseconds

12