Home
last modified time | relevance | path

Searched refs:l4 (Results 1 – 25 of 170) sorted by relevance

1234567

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dslice_impl.cu57 … const size_t l2, const size_t l3, const size_t l4, const size_t d1, const size_t d2, in Slice4D() argument
59 …for (size_t pos = blockIdx.x * blockDim.x + threadIdx.x; pos < l1 * l2 * l3 * l4; pos += blockDim.… in Slice4D()
60 size_t i = pos / (l2 * l3 * l4) % l1; in Slice4D()
61 size_t j = pos / (l3 * l4) % l2; in Slice4D()
62 size_t k = pos / l4 % l3; in Slice4D()
63 size_t o = pos % l4; in Slice4D()
72 … const size_t l1, const size_t l2, const size_t l3, const size_t l4, const size_t l5, in Slice5D() argument
75 for (size_t pos = blockIdx.x * blockDim.x + threadIdx.x; pos < l1 * l2 * l3 * l4 * l5; in Slice5D()
77 size_t i = pos / (l2 * l3 * l4 * l5) % l1; in Slice5D()
78 size_t j = pos / (l3 * l4 * l5) % l2; in Slice5D()
[all …]
Dslice_impl.cuh29 … const size_t l2, const size_t l3, const size_t l4, const size_t d1, const size_t d2,
45 …const size_t l3, const size_t l4, const size_t d1, const size_t d2, const size_t d3, const size_t …
50 …const size_t l2, const size_t l3, const size_t l4, const size_t l5, const size_t d1, const size_t …
55 …const size_t l1, const size_t l2, const size_t l3, const size_t l4, const size_t l5, const size_t …
61 …nst size_t s7, const size_t l1, const size_t l2, const size_t l3, const size_t l4, const size_t l5,
/third_party/boost/libs/multi_index/test/
Dtest_comparison.cpp109 lookup_list<long>::type l4; in test_comparison() local
130 l4.push_back(long(3)); in test_comparison()
131 l4.push_back(long(4)); in test_comparison()
132 l4.push_back(long(5)); in test_comparison()
133 l4.push_back(long(1)); in test_comparison()
145 BOOST_TEST(l1!=l4&&l4<l1&&l1>l4); in test_comparison()
147 get<1>(l1)!=get<1>(l4)&&get<1>(l1)<get<1>(l4)&&get<1>(l4)>get<1>(l1)); in test_comparison()
/third_party/boost/libs/phoenix/test/function/
Dlazy_list_tests.cpp41 list<int> l4 = cons(4,l3); in main() local
43 list<int> l6 = take(2,l4)(); in main()
44 list<int> l7 = cons(7,take(2,l4)); in main()
45 list<int> l8 = take(1,take(3,l4))(); in main()
55 BOOST_TEST(head(tail(tail(l4)))() == 2); in main()
56 BOOST_TEST(head(tail(tail(arg1)))(l4) == 2); in main()
66 list<int> l9 = cat(l8,take(2,l4)); in main()
Dlazy_thunk_tests.cpp42 list<int> l4 = take(4,l)(); in main() local
43 BOOST_TEST( foldl(plus,0,l4)() == 10); in main()
44 BOOST_TEST( thunk3(foldl,plus,0,l4)()() == 10); in main()
45 BOOST_TEST( thunk3(foldl,plus,arg1,l4)(0)() == 10); in main()
/third_party/openssl/crypto/aes/asm/
Daes-sparcv9.pl67 $t0="%l4";
557 ldub [%i0+4],%l4
561 sll %l4,24,%l4
569 or %l5,%l4,%l4
573 or %l4,%l6,%o1
579 ldub [%i0+12],%l4
583 sll %l4,24,%l4
591 or %l5,%l4,%l4
593 or %l4,%l6,%o3
606 srl %o1,24,%l4
[all …]
/third_party/wayland_standard/tests/
Dsignal-test.c60 struct wl_listener l4 = {.notify = signal_notify}; in TEST() local
67 wl_signal_add(&signal, &l4); in TEST()
69 assert(wl_signal_get(&signal, signal_notify) == &l4); in TEST()
75 assert(wl_signal_get(&signal, signal_notify) == &l4); in TEST()
/third_party/boost/libs/thread/test/
Dtest_generic_locks.cpp139 l4(m4,boost::defer_lock), in BOOST_AUTO_TEST_CASE() local
145 BOOST_CHECK(!l4.owns_lock()); in BOOST_AUTO_TEST_CASE()
148 boost::lock(l1,l2,l3,l4,l5); in BOOST_AUTO_TEST_CASE()
153 BOOST_CHECK(l4.owns_lock()); in BOOST_AUTO_TEST_CASE()
166 boost::lock_guard<boost::mutex> l4(*m4); in lock_five_mutexes_slowly() local
495 l4(mutexes[3],boost::defer_lock); in BOOST_AUTO_TEST_CASE() local
497 int const res=boost::try_lock(l1,l2,l3,l4); in BOOST_AUTO_TEST_CASE()
516 BOOST_CHECK(l4.owns_lock()); in BOOST_AUTO_TEST_CASE()
523 BOOST_CHECK(!l4.owns_lock()); in BOOST_AUTO_TEST_CASE()
543 l4(mutexes[3],boost::defer_lock), in BOOST_AUTO_TEST_CASE() local
[all …]
/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;
10 >l4 : Symbol(l4, Decl(letDeclarations-es5-1.ts, 2, 11))
DcapturedLetConstInLoop7_ES6.js95 l4:
104 break l4;
110 continue l4;
462 l4: for (let y = 0; y < 1; ++y) {
470 break l4;
476 continue l4;
DletDeclarations.symbols8 let l3, l4, l5 :string, l6;
10 >l4 : Symbol(l4, Decl(letDeclarations.ts, 2, 7))
DletDeclarations-es5.symbols8 let l3, l4, l5 :string, l6;
10 >l4 : Symbol(l4, Decl(letDeclarations-es5.ts, 2, 7))
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dlambda_no_ctps.hpp134 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
139 typedef typename l4::is_le is_le4;
149 , typename l4::type
169 typedef lambda< typename F::arg4, Tag, false_ > l4; typedef
175 typedef typename l4::is_le is_le4;
186 , typename l4::type, typename l5::type
/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()

1234567