Home
last modified time | relevance | path

Searched refs:l6 (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/openssl/crypto/aes/asm/
Daes-sparcv9.pl69 $t2="%l6";
563 ldub [%i0+6],%l6
568 sll %l6,8,%l6
571 or %l7,%l6,%l6
573 or %l4,%l6,%o1
585 ldub [%i0+14],%l6
590 sll %l6,8,%l6
592 or %l7,%l6,%l6
593 or %l4,%l6,%o3
611 srl %o1,8,%l6
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dminimum_cpu_kernel.cc153 … const size_t l4, const size_t l5, const size_t l6, const size_t r0, in BroadcastArithKernel() argument
167 size_t l_index = Index(i, l0) * l1 * l2 * l3 * l4 * l5 * l6; in BroadcastArithKernel()
168 l_index += Index(j, l1) * l2 * l3 * l4 * l5 * l6; in BroadcastArithKernel()
169 l_index += Index(k, l2) * l3 * l4 * l5 * l6; in BroadcastArithKernel()
170 l_index += Index(l, l3) * l4 * l5 * l6; in BroadcastArithKernel()
171 l_index += Index(m, l4) * l5 * l6; in BroadcastArithKernel()
172 l_index += Index(n, l5) * l6; in BroadcastArithKernel()
173 l_index += Index(o, l6); in BroadcastArithKernel()
Dmaximum_cpu_kernel.cc153 … const size_t l4, const size_t l5, const size_t l6, const size_t r0, in BroadcastArithKernel() argument
167 size_t l_index = Index(i, l0) * l1 * l2 * l3 * l4 * l5 * l6; in BroadcastArithKernel()
168 l_index += Index(j, l1) * l2 * l3 * l4 * l5 * l6; in BroadcastArithKernel()
169 l_index += Index(k, l2) * l3 * l4 * l5 * l6; in BroadcastArithKernel()
170 l_index += Index(l, l3) * l4 * l5 * l6; in BroadcastArithKernel()
171 l_index += Index(m, l4) * l5 * l6; in BroadcastArithKernel()
172 l_index += Index(n, l5) * l6; in BroadcastArithKernel()
173 l_index += Index(o, l6); in BroadcastArithKernel()
/third_party/typescript/tests/baselines/reference/
DletDeclarations.js4 let l3, l4, l5 :string, l6; variable
18 let l3, l4, l5, l6; variable
29 declare let l3: any, l4: any, l5: string, l6: any;
DletDeclarations-es5-1.symbols8 let l3, l4, l5 :string, l6;
12 >l6 : Symbol(l6, Decl(letDeclarations-es5-1.ts, 2, 27))
DcapturedLetConstInLoop7_ES6.js132 l6:
141 break l6;
147 continue l6;
495 l6: while (1 === 1) {
503 break l6;
509 continue l6;
DletDeclarations.symbols8 let l3, l4, l5 :string, l6;
12 >l6 : Symbol(l6, Decl(letDeclarations.ts, 2, 23))
DletDeclarations-es5.symbols8 let l3, l4, l5 :string, l6;
12 >l6 : Symbol(l6, Decl(letDeclarations-es5.ts, 2, 23))
DletDeclarations-invalidContexts.symbols34 let l6 = 0;
35 >l6 : Symbol(l6, Decl(letDeclarations-invalidContexts.ts, 18, 7))
DletDeclarations-es5-1.js4 let l3, l4, l5 :string, l6; variable
12 var l3, l4, l5, l6; variable
DletDeclarations-es5.js4 let l3, l4, l5 :string, l6; variable
18 var l3, l4, l5, l6; variable
DletDeclarations-invalidContexts.js20 let l6 = 0; variable
50 let l6 = 0;
DcapturedLetConstInLoop7.js132 l6:
141 break l6;
147 continue l6;
576 l6: while (1 === 1) {
581 case "break-l6": break l6;
582 case "continue-l6": continue l6;
DletDeclarations-es5-1.types8 let l3, l4, l5 :string, l6;
12 >l6 : any
DletDeclarations.types8 let l3, l4, l5 :string, l6;
12 >l6 : any
DletDeclarations-es5.types8 let l3, l4, l5 :string, l6;
12 >l6 : any
DletDeclarations-invalidContexts.types49 let l6 = 0;
50 >l6 : number
DletDeclarations-validContexts.js24 let l6 = 0; variable
163 let l6 = 0;
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dslice_impl.cu92 … const size_t l5, const size_t l6, const size_t d1, const size_t d2, const size_t d3, in Slice6D() argument
94 for (size_t pos = blockIdx.x * blockDim.x + threadIdx.x; pos < l1 * l2 * l3 * l4 * l5 * l6; in Slice6D()
96 size_t i = pos / (l2 * l3 * l4 * l5 * l6) % l1; in Slice6D()
97 size_t j = pos / (l3 * l4 * l5 * l6) % l2; in Slice6D()
98 size_t k = pos / (l4 * l5 * l6) % l3; in Slice6D()
99 size_t o = pos / (l5 * l6) % l4; in Slice6D()
100 size_t q = pos / l6 % l5; in Slice6D()
101 size_t r = pos % l6; in Slice6D()
113 … const size_t l4, const size_t l5, const size_t l6, const size_t l7, const size_t d1, in Slice7D() argument
116 for (size_t pos = blockIdx.x * blockDim.x + threadIdx.x; pos < l1 * l2 * l3 * l4 * l5 * l6 * l7; in Slice7D()
[all …]
Dbroadcast_impl.cu733 … const size_t l5, const size_t l6, const size_t r0, const size_t r1, const size_t r2, in BroadcastCmpKernel() argument
747 size_t l_index = Index(i, l0) * l1 * l2 * l3 * l4 * l5 * l6; in BroadcastCmpKernel()
748 l_index += Index(j, l1) * l2 * l3 * l4 * l5 * l6; in BroadcastCmpKernel()
749 l_index += Index(k, l2) * l3 * l4 * l5 * l6; in BroadcastCmpKernel()
750 l_index += Index(l, l3) * l4 * l5 * l6; in BroadcastCmpKernel()
751 l_index += Index(m, l4) * l5 * l6; in BroadcastCmpKernel()
752 l_index += Index(n, l5) * l6; in BroadcastCmpKernel()
753 l_index += Index(o, l6); in BroadcastCmpKernel()
859 … const size_t l4, const size_t l5, const size_t l6, const size_t r0, in BroadcastArithKernel() argument
874 size_t l_index = Index(i, l0) * l1 * l2 * l3 * l4 * l5 * l6; in BroadcastArithKernel()
[all …]
/third_party/boost/libs/phoenix/test/function/
Dlazy_list_tests.cpp43 list<int> l6 = take(2,l4)(); in main() local
59 BOOST_TEST(head(tail(l6))() == 3); in main()
60 BOOST_TEST(head(tail(arg1))(l6) == 3); in main()
/third_party/typescript/tests/cases/compiler/
DcapturedLetConstInLoop7.ts131 l6:
140 break l6;
146 continue l6;
DcapturedLetConstInLoop7_ES6.ts132 l6:
141 break l6;
147 continue l6;
DletDeclarations-es5-1.ts4 let l3, l4, l5 :string, l6; variable
/third_party/openssl/crypto/sha/asm/
Dsha512-sparcv9.pl112 $G="%l6";
181 ld [$inp+24],%l6
212 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ+0`],%l6
362 sllx %l6,32,$tmp2
367 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ+0`],%l6
739 ld [$ctx+`3*$SZ+0`],%l6
751 sllx %l6,32,$T1
765 ld [$ctx+`7*$SZ+0`],%l6
777 sllx %l6,32,$T1

1234