Searched refs:l0 (Results 1 - 25 of 93) sorted by relevance

1234

/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
H A Dtry_lock.pass.cpp79 L0 l0; local
81 assert(std::try_lock(l0, l1) == -1);
82 assert(l0.locked());
86 L0 l0; local
88 assert(std::try_lock(l0, l1) == 1);
89 assert(!l0.locked());
93 L1 l0; local
95 assert(std::try_lock(l0, l1) == 0);
96 assert(!l0.locked());
101 L0 l0; local
115 L2 l0; local
131 L0 l0; local
140 L1 l0; local
150 L2 l0; local
166 L0 l0; local
176 L0 l0; local
185 L0 l0; local
194 L1 l0; local
204 L0 l0; local
220 L0 l0; local
236 L2 l0; local
253 L1 l0; local
262 L1 l0; local
271 L0 l0; local
281 L1 l0; local
290 L1 l0; local
299 L2 l0; local
315 L2 l0; local
331 L2 l0; local
347 L0 l0; local
363 L2 l0; local
379 L2 l0; local
395 L1 l0; local
404 L0 l0; local
420 L1 l0; local
429 L1 l0; local
438 L2 l0; local
454 L2 l0; local
471 L0 l0; local
482 L1 l0; local
493 L0 l0; local
504 L0 l0; local
515 L0 l0; local
[all...]
H A Dlock.pass.cpp99 L0 l0; local
101 std::lock(l0, l1);
102 assert(l0.locked());
106 L0 l0; local
108 std::lock(l0, l1);
109 assert(l0.locked());
113 L1 l0; local
115 std::lock(l0, l1);
116 assert(l0.locked());
121 L0 l0; local
135 L2 l0; local
149 L1 l0; local
163 L2 l0; local
177 L2 l0; local
193 L0 l0; local
203 L2 l0; local
220 L0 l0; local
229 L0 l0; local
238 L1 l0; local
248 L0 l0; local
264 L0 l0; local
280 L2 l0; local
296 L2 l0; local
312 L2 l0; local
328 L0 l0; local
344 L2 l0; local
360 L2 l0; local
376 L1 l0; local
393 L0 l0; local
404 L0 l0; local
415 L0 l0; local
426 L0 l0; local
437 L1 l0; local
449 L0 l0; local
467 L0 l0; local
485 L0 l0; local
503 L2 l0; local
[all...]
/external/annotation-tools/asmx/test/conform/annotations/
H A DExtendedValuesDump.class ... .AnnotationVisitor av0 org.objectweb.asm.Label l0 org.objectweb.asm.Label l1 public static ...
H A DExtendedValuesDump.java171 Label l0 = new Label();
172 mv.visitLabel(l0);
173 mv.visitLineNumber(3, l0);
179 mv.visitLocalVariable("this", "Lannotations/tests/classfile/cases/TestClassEmpty;", null, l0, l1, 0);
215 Label l0 = new Label();
216 mv.visitLabel(l0);
217 mv.visitLineNumber(7, l0);
232 mv.visitLocalVariable("this", "Lannotations/tests/classfile/cases/TestClassNonEmpty;", null, l0, l3, 0);
239 Label l0 = new Label();
240 mv.visitLabel(l0);
[all...]
/external/clang/test/CodeGen/
H A Dattr-used.c5 // RUN: grep '@llvm.used = .*@f1.l0' %t
14 static int l0 __attribute__((used)) = 5225; local
H A Dle32-libcall-pow.c15 float l0 = powf(a0, a0); local
H A Dstaticinit.c29 // RUN: grep "f1.l0 = internal global i32 ptrtoint (i32 ()\* @f1 to i32)" %t
30 int f1(void) { static int l0 = (unsigned) f1; } local
H A Dlibcalls.c15 float l0 = sqrtf(a0); local
41 float l0 = powf(a0, a0); local
64 float l0 = fmaf(a0, a0, a0); local
H A Dconst-init.c69 // CHECK: @g11.l0 = internal global i32 ptrtoint (i32 ()* @g11 to i32)
71 static long l0 = (long) g11; local
72 return l0;
105 // CHECK: @g20.l0 = internal global %struct.g20_s1 { %struct.g20_s0* null, %struct.g20_s0** getelementptr inbounds (%struct.g20_s1, %struct.g20_s1* @g20.l0, i32 0, i32 0) }
111 static struct g20_s1 l0 = { ((void*) 0), &l0.f0 }; local
112 return l0.f1;
H A Ddebug-info-packed-struct.c88 struct layout0 l0; variable in typeref:struct:layout0
/external/eigen/test/
H A Dgeo_parametrizedline.cpp34 LineType l0(p0, d0);
39 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(p0), RealScalar(1) );
40 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(p0+s0*d0), RealScalar(1) );
41 VERIFY_IS_APPROX( (l0.projection(p1)-p1).norm(), l0.distance(p1) );
42 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(l0.projection(p1)), RealScalar(1) );
43 VERIFY_IS_APPROX( Scalar(l0.distance((p0+s0*d0) + d0.unitOrthogonal() * s1)), s1 );
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0);
[all...]
/external/llvm/test/MC/ELF/
H A Dsubsection.s17 l0: label
24 .byte l1-l0
/external/clang/test/Sema/
H A Dattr-used.c3 extern int l0 __attribute__((used)); // expected-warning {{'used' attribute ignored}}
/external/libffi/src/sparc/
H A Dv9.S51 add %sp, STACKFRAME+STACK_BIAS, %l0 ! %l0 has start of
54 mov %l0, %o0 ! call routine to set up frame
58 ldx [%l0+ARGS], %o0 ! call foreign function
60 ldd [%l0+ARGS], %f0
61 ldd [%l0+ARGS+8], %f2
62 ldd [%l0+ARGS+16], %f4
63 ldd [%l0+ARGS+24], %f6
64 ldd [%l0+ARGS+32], %f8
65 ldd [%l0
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
H A Dv9.S51 add %sp, STACKFRAME+STACK_BIAS, %l0 ! %l0 has start of
54 mov %l0, %o0 ! call routine to set up frame
58 ldx [%l0+ARGS], %o0 ! call foreign function
60 ldd [%l0+ARGS], %f0
61 ldd [%l0+ARGS+8], %f2
62 ldd [%l0+ARGS+16], %f4
63 ldd [%l0+ARGS+24], %f6
64 ldd [%l0+ARGS+32], %f8
65 ldd [%l0
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
H A Dv9.S51 add %sp, STACKFRAME+STACK_BIAS, %l0 ! %l0 has start of
54 mov %l0, %o0 ! call routine to set up frame
58 ldx [%l0+ARGS], %o0 ! call foreign function
60 ldd [%l0+ARGS], %f0
61 ldd [%l0+ARGS+8], %f2
62 ldd [%l0+ARGS+16], %f4
63 ldd [%l0+ARGS+24], %f6
64 ldd [%l0+ARGS+32], %f8
65 ldd [%l0
[all...]
/external/clang/test/CXX/expr/
H A Dp9.cpp44 __typeof__(0 + 0L) l0;
45 long &lr = l0;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
H A DMethodAnalyzerTest.java63 final Label l0 = new Label();
64 method.visitLabel(l0);
65 method.visitLineNumber(1001, l0);
135 final Label l0 = new Label();
136 method.visitLabel(l0);
137 method.visitLineNumber(1001, l0);
210 final Label l0 = new Label();
213 method.visitLabel(l0);
214 method.visitLineNumber(1001, l0);
285 final Label l0
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc143 uptr l0 = d.newNode(0); local
150 // l0=>l1=>l2
151 d.onLock(&dtls, l0);
155 d.onUnlock(&dtls, l0);
166 locks.insert(l0);
180 // l2=>l0
182 EXPECT_TRUE(d.onLock(&dtls, l0));
184 d.onUnlock(&dtls, l0);
196 // make sure no edges from or to l0,l1,l4,l5 left.
201 // l0
260 uptr l0 = d.newNode(0); local
302 uptr l0 = d.newNode(0); local
326 uptr l0 = d.newNode(0); local
353 uptr l0 = d.newNode(0); local
391 uptr l0 = d.newNode(0); local
421 uptr l0 = d.newNode(0); local
[all...]
/external/llvm/test/MC/Sparc/
H A Dsparc-relocations.s24 ! CHECK: sethi %hi(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A]
26 sethi %hi(sym), %l0
28 ! CHECK: sethi %h44(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A]
30 sethi %h44(sym), %l0
40 ! CHECK: sethi %hh(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A]
42 sethi %hh(sym), %l0
/external/python/cpython2/Parser/
H A Dfirstsets.c41 label *l0; local
58 l0 = g->g_ll.ll_label;
82 type = l0[a->a_lbl].lb_type;
107 printf(" %s", PyGrammar_LabelRepr(&l0[i]));
/external/python/cpython3/Parser/
H A Dfirstsets.c41 label *l0; local
58 l0 = g->g_ll.ll_label;
82 type = l0[a->a_lbl].lb_type;
107 printf(" %s", PyGrammar_LabelRepr(&l0[i]));
/external/wycheproof/java/com/google/security/wycheproof/
H A DRandomUtil.java80 // l0 + eps for some 0 <= eps < 2**16.
81 long l0 = ((long) x0 << 16) & mask;
85 // We have l1 + delta = (l0 + eps)*multiplier + 0xBL (mod 2**48).
88 long w = (l1 - l0 * multiplier + 65535L - 0xBL) & mask;
95 long state0 = l0 + eps;
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DMersenneTwister.java173 long l0 = (mt[i] & 0x7fffffffl) | ((mt[i] < 0) ? 0x80000000l : 0x0l);
175 long l = (l0 ^ ((l1 ^ (l1 >> 30)) * 1664525l)) + seed[j] + j; // non linear
188 long l0 = (mt[i] & 0x7fffffffl) | ((mt[i] < 0) ? 0x80000000l : 0x0l);
190 long l = (l0 ^ ((l1 ^ (l1 >> 30)) * 1566083941l)) - i; // non linear
/external/tensorflow/tensorflow/contrib/py2tf/utils/
H A Dtensor_list_test.py79 l0 = l[0]
83 l0, l1, a, b = sess.run([l0, l1, a, b])
84 self.assertEqual(l0, a)

Completed in 1138 milliseconds

1234