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

1 2 3 4 5 6 7 8 9

  /art/test/475-simplify-mul-zero/src/
Main.java 19 long l3 = 2207693990L; local
23 i12 ^= (int)(-((-(-(l3 - l3))) * i));
  /external/valgrind/none/tests/s390x/
clcle.c 15 register unsigned long l3 asm ("5") = *_l3;
23 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a3), "+d" (l3)
29 *_l3 = l3;
37 unsigned long a1,a3,l1,l3; local
40 a1 = (unsigned long) _a1; l1 = _l1; a3 = (unsigned long) _a3; l3 = _l3;
41 cc = clcle(&a1, &l1, &a3, &l3, pad);
42 printf("cc: %d, l1: %lu(%lu) l3: %lu(%lu) diff1: %lu diff3: %lu\n",
43 cc, l1, _l1, l3, _l3, a1-(unsigned long) _a1, a3-(unsigned long) _a3);
47 void multiplex(unsigned long l1, unsigned long l3, char pad)
49 testrun(b1, l1, b1, l3, pad)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel13-mips16.s 7 lw $4,%got(l3)($2)
8 lw $4,%got(l3)($2)
12 addiu $4,%lo(l3)
24 l3: .word 2 label
elf-rel13.s 5 lw $4,%got(l3)($gp)
6 lw $4,%got(l3)($gp)
10 addiu $4,$4,%lo(l3)
22 l3: .word 2 label
branch-misc-1.s 8 l3: label
14 bal l3
elf-rel9-mips16.s 38 lw $4,%gprel(l3)($2)
39 lw $4,%gprel(l3 + 4)($2)
56 l3: .word 1 label
elf-rel9.s 36 lw $4,%gp_rel(l3)($28)
37 lw $4,%gp_rel(l3 + 4)($28)
54 l3: .word 1 label
  /external/annotation-tools/asmx/test/conform/annotations/
ExtendedValuesDump.class 
  /external/annotation-tools/annotation-file-utilities/tests/source-extension/
Wildcards.java 7 Map<?, ?> l3; field in class:Wildcards
  /external/clang/test/Sema/
switch-1.c 59 unsigned long long l3 = 65536 * 65536ULL; variable
  /external/eigen/bench/
check_cache_queries.cpp 21 cout << "Eigen's L2/L3 = " << internal::queryTopLevelCacheSize() << endl;
22 int l1, l2, l3; local
23 internal::queryCacheSizes(l1, l2, l3);
24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
43 internal::queryCacheSizes_intel_codes(l1, l2, l3);
44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
47 internal::queryCacheSizes_intel_direct(l1, l2, l3);
48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl
    [all...]
  /external/clang/test/CodeGen/
partial-reinitialization2.c 12 struct LLP3 { struct LP3 l3; }; member in struct:LLP3
13 union ULP3 { struct LP3 l3; }; member in union:ULP3
78 // .l3 = g3
81 // .l3.p1 = { [0] = g1 } implicitly sets [1] to zero
86 // .l3.p1[1].x[1] = 'x'
89 struct LLP3 var = { .l3 = g3, .l3.p1 = { [0] = g1 }, .l3.p1[1].x[1] = 'x' };
  /art/test/646-checker-long-const-to-int/src/
Main.java 45 long l3 = longField3; local
50 if (l0 != 0 || l1 != 0 || l2 != 0 || l3 != 0 || l4 != 0 || l5 != 0 || l6 != 0 || l7 != 0) {
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
RuleTest.java 56 Limit l3 = new Limit(); local
57 rule.setLimits(Arrays.asList(l1, l2, l3));
58 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits());
66 Limit l3 = rule.createLimit(); local
67 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits());
  /external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 19 // template <class L1, class L2, class... L3>
20 // void lock(L1&, L2&, L3&...);
396 L0 l3; local
397 std::lock(l0, l1, l2, l3);
401 assert(l3.locked());
407 L1 l3; local
408 std::lock(l0, l1, l2, l3);
412 assert(l3.locked());
418 L0 l3; local
419 std::lock(l0, l1, l2, l3);
429 L0 l3; local
440 L0 l3; local
452 L2 l3; local
470 L0 l3; local
488 L0 l3; local
506 L0 l3; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 19 // template <class L1, class L2, class... L3>
20 // void lock(L1&, L2&, L3&...);
396 L0 l3; local
397 std::lock(l0, l1, l2, l3);
401 assert(l3.locked());
407 L1 l3; local
408 std::lock(l0, l1, l2, l3);
412 assert(l3.locked());
418 L0 l3; local
419 std::lock(l0, l1, l2, l3);
429 L0 l3; local
440 L0 l3; local
452 L2 l3; local
470 L0 l3; local
488 L0 l3; local
506 L0 l3; local
    [all...]
  /prebuilts/go/darwin-x86/src/container/list/
list_test.go 170 l3 := New()
171 l3.PushBackList(l1)
172 checkList(t, l3, []interface{}{1, 2, 3})
173 l3.PushBackList(l2)
174 checkList(t, l3, []interface{}{1, 2, 3, 4, 5})
176 l3 = New()
177 l3.PushFrontList(l2)
178 checkList(t, l3, []interface{}{4, 5})
179 l3.PushFrontList(l1)
180 checkList(t, l3, []interface{}{1, 2, 3, 4, 5}
    [all...]
  /prebuilts/go/linux-x86/src/container/list/
list_test.go 170 l3 := New()
171 l3.PushBackList(l1)
172 checkList(t, l3, []interface{}{1, 2, 3})
173 l3.PushBackList(l2)
174 checkList(t, l3, []interface{}{1, 2, 3, 4, 5})
176 l3 = New()
177 l3.PushFrontList(l2)
178 checkList(t, l3, []interface{}{4, 5})
179 l3.PushFrontList(l1)
180 checkList(t, l3, []interface{}{1, 2, 3, 4, 5}
    [all...]
  /external/clang/test/SemaCXX/
exceptions.cpp 41 goto l3; // expected-error {{cannot jump}}
48 goto l3; // expected-error {{cannot jump}}
52 l3:
55 goto l3;
62 goto l3; // expected-error {{cannot jump}}
69 goto l3; // expected-error {{cannot jump}}
  /external/wayland/tests/
signal-test.c 58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; local
66 wl_signal_add(&signal, &l3);
70 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3);
76 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3);
106 struct wl_listener l3 = {.notify = signal_notify}; local
111 wl_signal_add(&signal, &l3);
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 77 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
80 l3);
89 sup.addPropertyChangeListener(l3);
144 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
156 sup.addPropertyChangeListener("myProp3", l3);
198 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
202 sup.addPropertyChangeListener(null, l3);
203 l3 = new PropertyChangeListenerProxy(null, l2);
204 sup.addPropertyChangeListener(l3);
217 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp" local
251 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
343 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
405 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
435 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
460 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp2", local
493 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
514 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
592 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
621 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
650 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
679 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
708 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
736 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
782 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
814 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
846 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
878 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
910 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
941 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
998 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1027 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1055 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1095 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1124 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1153 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
relax1-n.d 42 40018: 4437ffff bp \$55,80014 <l3>
46 0000000000080014 <l3>:
49 8001c: 46580000 bod \$88,8001c <l3\+0x8>
51 80020: f0000000 jmp 80020 <l3\+0xc>
56 80028: 436ffffb bz \$111,80014 <l3>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_pytree.py 82 l3 = pytree.Leaf(101, "foo")
84 self.assertNotEqual(l1, l3)
133 l3 = pytree.Leaf(100, "bar", prefix="c")
134 n2 = pytree.Node(1000, [n1, l3])
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
153 l3 = pytree.Leaf(100, "bar")
154 n3 = pytree.Node(1000, [l3])
160 l3 = pytree.Leaf(100, "bar")
161 n1 = pytree.Node(1000, [l1, l2, l3])
    [all...]
  /external/eigen/Eigen/src/Core/util/
Memory.h 785 inline void queryCacheSizes_intel_direct(int& l1, int& l2, int& l3)
788 l1 = l2 = l3 = 0;
809 case 3: l3 = cache_size; break;
817 inline void queryCacheSizes_intel_codes(int& l1, int& l2, int& l3)
821 l1 = l2 = l3 = 0;
841 case 0x22: l3 = 512; break; // code and data L3 cache, 512 KB, 4 ways (!), 64 byte lines, dual-sectore
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/
test_pytree.py 82 l3 = pytree.Leaf(101, "foo")
84 self.assertNotEqual(l1, l3)
133 l3 = pytree.Leaf(100, "bar", prefix="c")
134 n2 = pytree.Node(1000, [n1, l3])
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
153 l3 = pytree.Leaf(100, "bar")
154 n3 = pytree.Node(1000, [l3])
160 l3 = pytree.Leaf(100, "bar")
161 n1 = pytree.Node(1000, [l1, l2, l3])
    [all...]

Completed in 561 milliseconds

1 2 3 4 5 6 7 8 9