Home
last modified time | relevance | path

Searched refs:Ls (Results 1 – 25 of 2235) sorted by relevance

12345678910>>...90

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/
H A Dvec_linked_list.rs3 pub fn iter<Ls>( in iter()
4 first: Option<Ls::LinkIndex>, in iter()
5 links: &'a Ls, in iter() argument
8 Ls: Links, in iter()
15 Ls: Links,
17 links: Ls,
21 impl<Ls> Iterator for VecLinkedListIterator<Ls>
23 Ls: Links,
43 impl<Ls> Links for &Ls implementation
45 Ls: Links,
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/
H A Dvec_linked_list.rs3 pub fn iter<Ls>( in iter()
4 first: Option<Ls::LinkIndex>, in iter()
5 links: &'a Ls, in iter() argument
8 Ls: Links, in iter()
15 Ls: Links,
17 links: Ls,
21 impl<Ls> Iterator for VecLinkedListIterator<Ls>
23 Ls: Links,
43 impl<Ls> Links for &Ls implementation
45 Ls: Links,
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/
H A Dvec_linked_list.rs3 pub fn iter<Ls>( in iter()
4 first: Option<Ls::LinkIndex>, in iter()
5 links: &'a Ls, in iter() argument
8 Ls: Links, in iter()
15 Ls: Links,
17 links: Ls,
21 impl<Ls> Iterator for VecLinkedListIterator<Ls>
23 Ls: Links,
43 impl<Ls> Links for &Ls implementation
45 Ls: Links,
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/
H A Dvec_linked_list.rs3 pub fn iter<Ls>( in iter()
4 first: Option<Ls::LinkIndex>, in iter()
5 links: &'a Ls, in iter() argument
8 Ls: Links, in iter()
15 Ls: Links,
17 links: Ls,
21 impl<Ls> Iterator for VecLinkedListIterator<Ls>
23 Ls: Links,
43 impl<Ls> Links for &Ls implementation
45 Ls: Links,
[all …]
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/asm/
H A Djavaopc.cc200 {"ifeq", {Ls}},
201 {"ifne", {Ls}},
202 {"iflt", {Ls}},
203 {"ifge", {Ls}},
204 {"ifgt", {Ls}},
205 {"ifle", {Ls}},
206 {"if_icmpeq", {Ls}},
208 {"if_icmpne", {Ls}},
215 {"goto", {Ls}},
216 {"jsr", {Ls}},
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/comp/
H A Dcomp_instcorrmat.m41 Ls = size(f, 1); variable
43 if ~all(mod(Ls,2) == 0)
44 f = postpad(f, Ls+1);
45 g = postpad(g, Ls+1);
49 R = zeros(Ls,Ls,assert_classname(f,g));
51 for l = 0 : Ls-1;
52 m = -min([Ls-l, l, round(Ls/2)-1]) : min([Ls-l, l, round(Ls/2)-1]);
53 R(mod(Ls+m,Ls)+1, l+1) = f(mod(l+m, Ls)+1).*conj(g(mod(l-m, Ls)+1));
56 R = R(1:Ls, 1:Ls);
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dcamellia-glue.c736 u64 Ls[32]; in _gcry_camellia_ocb_crypt() local
759 l = &Ls[(31 + n) % 32]; in _gcry_camellia_ocb_crypt()
778 c->u_ctr.ctr, Ls); in _gcry_camellia_ocb_crypt()
781 c->u_ctr.ctr, Ls); in _gcry_camellia_ocb_crypt()
807 u64 Ls[16]; in _gcry_camellia_ocb_crypt() local
828 l = &Ls[(15 + n) % 16]; in _gcry_camellia_ocb_crypt()
838 c->u_ctr.ctr, Ls); in _gcry_camellia_ocb_crypt()
841 c->u_ctr.ctr, Ls); in _gcry_camellia_ocb_crypt()
897 u64 Ls[32]; in _gcry_camellia_ocb_auth() local
920 l = &Ls[(31 + n) % 32]; in _gcry_camellia_ocb_auth()
[all …]
H A Dsm4.c182 const u64 Ls[8]) ASM_FUNC_ABI;
189 const u64 Ls[8]) ASM_FUNC_ABI;
195 const u64 Ls[8]) ASM_FUNC_ABI;
821 u64 Ls[16]; in _gcry_sm4_ocb_crypt() local
842 l = &Ls[(15 + n) % 16]; in _gcry_sm4_ocb_crypt()
868 u64 Ls[8]; in _gcry_sm4_ocb_crypt() local
884 l = &Ls[(7 + n) % 8]; in _gcry_sm4_ocb_crypt()
990 u64 Ls[16]; in _gcry_sm4_ocb_auth() local
1011 l = &Ls[(15 + n) % 16]; in _gcry_sm4_ocb_auth()
1033 u64 Ls[8]; in _gcry_sm4_ocb_auth() local
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/wavelets/
H A Difwt2.m7 % f = ifwt2(c,w,J,Ls,...)
24 % extended to size Ls if Ls is a two-element vector or to [Ls,Ls]
25 % if Ls is a scalar.
73 definput.keyvals.Ls=[];
75 [flags,kv,Ls]=ltfatarghelper({'Ls'},definput,varargin);
77 if (isempty(Ls))
78 Ls = size(c); variable
81 if (numel(Ls)==1)
82 Ls = [Ls,Ls]; variable
85 Lcrows = fwtclength(Ls(1),w,J,'per');
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dcamellia-glue.c657 u64 Ls[32]; in _gcry_camellia_ocb_crypt() local
680 l = &Ls[(31 + n) % 32]; in _gcry_camellia_ocb_crypt()
690 c->u_ctr.ctr, Ls); in _gcry_camellia_ocb_crypt()
693 c->u_ctr.ctr, Ls); in _gcry_camellia_ocb_crypt()
719 u64 Ls[16]; in _gcry_camellia_ocb_crypt() local
740 l = &Ls[(15 + n) % 16]; in _gcry_camellia_ocb_crypt()
750 c->u_ctr.ctr, Ls); in _gcry_camellia_ocb_crypt()
753 c->u_ctr.ctr, Ls); in _gcry_camellia_ocb_crypt()
806 u64 Ls[32]; in _gcry_camellia_ocb_auth() local
829 l = &Ls[(31 + n) % 32]; in _gcry_camellia_ocb_auth()
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/gabor/
H A Dlongpar.m6 % Usage: [L,tfr]=longpar(Ls,a,M);
7 % [L,tfr]=longpar('dgt',Ls,a,M);
11 % [L,tfr]=LONGPAR(Ls,a,M) or [L,tfr]=LONGPAR('dgt',Ls,a,M) calculates the
21 % Ls=length(f);
22 % [L,tfr]=longpar(Ls,a,M);
26 % [L,tfr]=LONGPAR('dwilt',Ls,M) and [L,tfr]=LONGPAR('wmdct',Ls,M) will
60 Ls=varargin{pstart};
62 if (numel(Ls)~=1 || ~isnumeric(Ls))
63 error('Ls must be a scalar.');
65 if rem(Ls,1)~=0
[all …]
H A Diwmdct2.m24 % IWMDCT2(c,g1,g2,Ls) cuts the signal to size Ls after the transform
52 Ls=[];
63 Ls=p3;
67 Ls=p4;
91 if isempty(Ls)
92 Ls(1)=L1;
93 Ls(2)=L2;
95 Ls=bsxfun(@times,Ls,[1 1]);
105 c=postpad(c,Ls(1));
118 c=postpad(c,Ls(2));
[all …]
H A Didwilt2.m25 % IDWILT2(c,g1,g2,Ls) cuts the signal to size Ls after the transformation
53 Ls=[];
64 Ls=p3;
68 Ls=p4;
92 if isempty(Ls)
93 Ls(1)=L1;
94 Ls(2)=L2;
96 Ls=bsxfun(@times,Ls,[1 1]);
106 c=postpad(c,Ls(1));
119 c=postpad(c,Ls(2));
[all …]
/dports/math/py-ssm/ssm-0.0.1/ssm/
H A Dstats.py104 if Ls is not None:
105 assert Ls.shape[-2] == Ls.shape[-1] == D
112 L_diag = np.reshape(Ls, Ls.shape[:-2] + (-1,))[..., ::D + 1] # (..., D)
240 if Ls is not None:
241 assert Ls.shape[-2] == Ls.shape[-1] == D
272 L_diag = np.reshape(Ls, Ls.shape[:-2] + (-1,))[..., ::D + 1] # (..., D)
349 if Ls is not None:
350 assert Ls.shape[-2] == Ls.shape[-1] == D
361 L_diag = np.reshape(Ls, Ls.shape[:-2] + (-1,))[..., ::D + 1] # (..., D)
401 if Ls is not None:
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/lightning/check/
H A Dbranch.tst19 movi %R0 Ls \
35 movi %R0 Ls \
41 movi %R0 Ls \
90 movi %R0 Ls \
95 movi %R0 Ls \
110 BOP(N, Ls, Rs, Lu, Ru, v0, v1) \
111 BOP(N, Ls, Rs, Lu, Ru, v0, v2) \
112 BOP(N, Ls, Rs, Lu, Ru, v0, r0) \
113 BOP(N, Ls, Rs, Lu, Ru, v0, r1) \
139 BOP(N, Ls, Rs, Lu, Ru, r2, r1)
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightning/check/
H A Dbranch.tst19 movi %R0 Ls \
35 movi %R0 Ls \
41 movi %R0 Ls \
90 movi %R0 Ls \
95 movi %R0 Ls \
110 BOP(N, Ls, Rs, Lu, Ru, v0, v1) \
111 BOP(N, Ls, Rs, Lu, Ru, v0, v2) \
112 BOP(N, Ls, Rs, Lu, Ru, v0, r0) \
113 BOP(N, Ls, Rs, Lu, Ru, v0, r1) \
139 BOP(N, Ls, Rs, Lu, Ru, r2, r1)
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightning/check/
H A Dbranch.tst19 movi %R0 Ls \
35 movi %R0 Ls \
41 movi %R0 Ls \
90 movi %R0 Ls \
95 movi %R0 Ls \
110 BOP(N, Ls, Rs, Lu, Ru, v0, v1) \
111 BOP(N, Ls, Rs, Lu, Ru, v0, v2) \
112 BOP(N, Ls, Rs, Lu, Ru, v0, r0) \
113 BOP(N, Ls, Rs, Lu, Ru, v0, r1) \
139 BOP(N, Ls, Rs, Lu, Ru, r2, r1)
[all …]
/dports/devel/lightning/lightning-2.1.3/check/
H A Dbranch.tst19 movi %R0 Ls \
35 movi %R0 Ls \
41 movi %R0 Ls \
90 movi %R0 Ls \
95 movi %R0 Ls \
110 BOP(N, Ls, Rs, Lu, Ru, v0, v1) \
111 BOP(N, Ls, Rs, Lu, Ru, v0, v2) \
112 BOP(N, Ls, Rs, Lu, Ru, v0, r0) \
113 BOP(N, Ls, Rs, Lu, Ru, v0, r1) \
139 BOP(N, Ls, Rs, Lu, Ru, r2, r1)
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/check/
H A Dbranch.tst19 movi %R0 Ls \
35 movi %R0 Ls \
41 movi %R0 Ls \
90 movi %R0 Ls \
95 movi %R0 Ls \
110 BOP(N, Ls, Rs, Lu, Ru, v0, v1) \
111 BOP(N, Ls, Rs, Lu, Ru, v0, v2) \
112 BOP(N, Ls, Rs, Lu, Ru, v0, r0) \
113 BOP(N, Ls, Rs, Lu, Ru, v0, r1) \
139 BOP(N, Ls, Rs, Lu, Ru, r2, r1)
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/lightning/check/
H A Dbranch.tst19 movi %R0 Ls \
35 movi %R0 Ls \
41 movi %R0 Ls \
90 movi %R0 Ls \
95 movi %R0 Ls \
110 BOP(N, Ls, Rs, Lu, Ru, v0, v1) \
111 BOP(N, Ls, Rs, Lu, Ru, v0, v2) \
112 BOP(N, Ls, Rs, Lu, Ru, v0, r0) \
113 BOP(N, Ls, Rs, Lu, Ru, v0, r1) \
139 BOP(N, Ls, Rs, Lu, Ru, r2, r1)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DLinuxMallocProfiling.cpp67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling() argument
68 : Ls(Ls) { in LinuxMallocProfiling()
70 *Ls << "NOTE: Malloc profiling is not thread safe. Use --threads=0 to " in LinuxMallocProfiling()
85 *Ls << C.second << " "; in ~LinuxMallocProfiling()
87 *Ls << C.first; in ~LinuxMallocProfiling()
89 *Ls << dli.dli_sname; in ~LinuxMallocProfiling()
91 *Ls << "\n"; in ~LinuxMallocProfiling()
102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling() argument
104 (void)Ls; in LinuxMallocProfiling()
/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_polymorph.cpp37 int (Other::*Ls)() = &Other::one; in main() local
38 printf("*%d*\n", (o->*(Ls))()); in main()
39 Ls = &Other::two; in main()
40 printf("*%d*\n", (o->*(Ls))()); in main()
42 Ls = &Other::three; in main()
43 printf("*%d*\n", (o->*(Ls))()); in main()
44 Ls = &Other::four; in main()
45 printf("*%d*\n", (o->*(Ls))()); in main()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/edoc/src/
H A Dedoc_tags.erl203 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)];
459 check_type(Type, P, Ls, Ts);
464 check_types3(Ts, P, Ls);
468 check_types3(Ts, P, Ls);
474 check_types3(Ts, P, Ls);
480 check_types3(Ts, P, Ls);
482 check_types3(Ts, P, Ls);
484 check_types3(Ts, P, Ls);
486 check_types3(Ts, P, Ls);
488 check_types3(Ts, P, Ls);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/edoc/src/
H A Dedoc_tags.erl203 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)];
459 check_type(Type, P, Ls, Ts);
464 check_types3(Ts, P, Ls);
468 check_types3(Ts, P, Ls);
474 check_types3(Ts, P, Ls);
480 check_types3(Ts, P, Ls);
482 check_types3(Ts, P, Ls);
484 check_types3(Ts, P, Ls);
486 check_types3(Ts, P, Ls);
488 check_types3(Ts, P, Ls);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/edoc/src/
H A Dedoc_tags.erl203 append_lines([L | Ls]) -> L ++ [$\n | append_lines(Ls)];
459 check_type(Type, P, Ls, Ts);
464 check_types3(Ts, P, Ls);
468 check_types3(Ts, P, Ls);
474 check_types3(Ts, P, Ls);
480 check_types3(Ts, P, Ls);
482 check_types3(Ts, P, Ls);
484 check_types3(Ts, P, Ls);
486 check_types3(Ts, P, Ls);
488 check_types3(Ts, P, Ls);
[all …]

12345678910>>...90