Home
last modified time | relevance | path

Searched refs:Sl (Results 1 – 25 of 3978) sorted by relevance

12345678910>>...160

/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/macros/
H A Dsystmat.sci10 function Sm=systmat(Sl);
11 // System matrix of the linear system Sl
17 if typeof(Sl)=="state-space" then
18 if Sl.dt=="d"|Sl.dt==[] then
23 Sm=[-s*eye(Sl.A)+Sl.A, Sl.B;
24 Sl.C, Sl.D];
25 elseif typeof(Sl)=="des" then
27 Sm=[-s*Sl.E+Sl.A, Sl.B;
28 Sl.C, Sl.D];
H A Dtrzeros.sci13 function [nt,dt,rk]=trzeros(Sl)
15 // Syntax : [nt,dt]=trzeros(Sl)
19 sltyp=typeof(Sl)
22 D=Sl;
36 if size(Sl)==1 then
40 Sl=tf2ss(Sl);
44 if size(Sl)==1 then
48 Sl=zpk2ss(Sl);
52 ierr=execstr("[nt,dt,rk]=%"+typeof(Sl,"overload")+"_trzeros(Sl)","errcatch")
59 //Sl=minss(Sl);
[all …]
H A Dss2ss.sci13 function [Sl1,right,left]=ss2ss(Sl,T,F,G,flag)
22 // linear system such that Sl1=Sl*right.
25 // Example: Sl=ssrand(2,2,5); trzeros(Sl);
30 [A,B,C,D]=abcd(Sl);
35 Sl1=syslin(Sl.dt,Ti*A*T,Ti*B,C*T,D,Ti*Sl.X0);
40 Sl1=syslin(Sl.dt,A1,B1,C1,D1,Sl.X0);
41 right=syslin(Sl.dt,A+B*F,B,F,eye(F*B));
46 Sl1=syslin(Sl.dt,A1,B1,C1,D1,Sl.X0);
47 right=syslin(Sl.dt,A+B*F,B,F,eye(F*B));
72 Sl1=syslin(Sl.dt,A1,B1,C1,D1,Sl.X0);
[all …]
H A Dinvrs.sci13 function Sli=invrs(Sl,alfa);
14 // Sli=invrs(Sl,alfa) computes Sli, the PSSD
15 // inverse of PSSD Sl.
17 if typeof(Sl)<>"state-space" then
21 D=Sl.D;
24 Sl.D=horner(Sl.D,s+alfa);
26 Sl.A=Sl.A-alfa*eye(Sl.A); //Slnew(s)=Slold(s+alfa)
28 [Sreg,Wss]=rowregul(Sl,0,0);
H A Dlcf.sci13 function [N,M]=lcf(Sl)
16 // [N,M]=lcf(Sl)
20 // N,M : is realization of Sl: Sl = M^-1 N
23 if and(typeof(Sl)<>["rational","state-space"]) then
26 if Sl.dt<>"c" then
30 if typeof(Sl)=="rational" then Sl=tf2ss(Sl),flag=1;end
32 [A,B,C,D]=Sl(2:5);[nw,nb]=size(B);[nc,nw]=size(C);
34 [Z,H]=gfare(Sl);
H A Drowregul.sci13 function [Stmp,Ws]=rowregul(Sl,Alfa,Beta);
14 //[Stmp,Ws]=regul(Sl) computes a polynomial-state-space postfilter
15 //Ws such that Stmp=Ws*Sl is proper and has D full rank
16 //Poles at infinity of Sl are moved to -Alfa;
17 //Zeros at infinity of Sl are moved to -Beta;
18 //Sl is asummed right invertible i.e. ss2tf(Sl) full row rank
21 [Stmp,Ws]=colregul(Sl',Alfa,Beta);
H A Dcolregul.sci14 function [Stmp,Ws]=colregul(Sl,Alfa,Beta);
15 // [Stmp,Ws]=regul(Sl) computes a polynomial-state-space prefilter
16 // Ws such that Stmp=Sl*Ws is proper and non singular.
17 // Poles at infinity of Sl are moved to Alfa;
18 // Zeros at infinity of Sl are moved to Beta;
19 // Sl is asummed left invertible i.e. ss2tf(Sl) full column rank
25 Sl1=Sl(1)
27 flag=1;Sl=tf2ss(Sl);
30 D=Sl(5);
33 Stmp=Sl;
H A Dmacglov.sci13 function [P,r]=macglov(Sl)
14 //[P,r]=macglov(Sl)
17 // with [N,M]=LCF(Sl) (Normalized coprime factorization)
25 if and(typeof(Sl)<>["rational","state-space"]) then
28 if Sl.dt<>"c" then
32 if typeof(Sl)=="rational" then Sl=tf2ss(Sl),flag=1;end
33 [A,B,C,D]=abcd(Sl);[n,nb]=size(B);[nc,n]=size(C);
35 [Z,H]=gfare(Sl);
H A Dh_norm.sci13 function [hinfnorm,frequency]=h_norm(Sl,rerr)
17 // [hinfnorm [,frequency]]=h_norm(Sl)
22 // hinfnorm : the infinitynorm of Sl
35 sltyp=typeof(Sl)
40 if sltyp=="rational" then Sl=tf2ss(Sl);end
53 if Sl.dt=="d"|type(Sl.dt)==1 then
54 hinfnorm=dhnorm(Sl);frequency=[];
57 [a,b,c,d]=abcd(Sl);
114 function gama=dhnorm(Sl,tol,gamamax)
128 if dhtest(Sl,gama) then
[all …]
/dports/lang/atlast/atlast-1.2/
H A Datlast.c608 Sl(2); in P_plus()
616 Sl(2); in P_minus()
623 Sl(2); in P_times()
630 Sl(2); in P_div()
643 Sl(2); in P_mod()
658 Sl(2); in P_divmod()
672 Sl(2); in P_min()
679 Sl(2); in P_max()
686 Sl(1); in P_neg()
692 Sl(1); in P_abs()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/generic/examples/
H A Dsimple.py70 create_neighbour_pips(dst, x-1, y-1, (l + 1) % Sl, Sl)
71 create_neighbour_pips(dst, x-1, y, (l + 2) % Sl, Sl)
72 create_neighbour_pips(dst, x-1, y+1, (l + 2) % Sl, Sl)
73 create_neighbour_pips(dst, x, y-1, (l + 3) % Sl, Sl)
74 create_neighbour_pips(dst, x, y+1, (l + 4) % Sl, Sl)
75 create_neighbour_pips(dst, x+1, y-1, (l + 5) % Sl, Sl)
76 create_neighbour_pips(dst, x+1, y, (l + 6) % Sl, Sl)
77 create_neighbour_pips(dst, x+1, y+1, (l + 7) % Sl, Sl)
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dspell.c758 (const void *) Sl->Item, Sl->nitems, in UdmSpellListFindFirst()
763 Si->pos= Beg - Sl->Item; in UdmSpellListFindFirst()
773 if (Si->pos < Sl->nitems && !strcmp(Prev->word, Sl->Item[Si->pos].word)) in UdmSpellListFindNext()
786 Sl->wordlen != (rbytes= read(Sl->fd, Si->buf, Sl->wordlen))) in LoadSpellAtOffset()
854 if ((Sl->fd= open(Sl->fname, O_RDONLY|UDM_BINARY)) < 0) in UdmSpellNormalize()
895 for (N= FindFirst(Sl, &Find, &Si) ; N; N= FindNext(Sl, &Find, &Si)) in UdmSpellNormalize()
915 for (N= FindFirst(Sl, &Find, &Si) ; N; N= FindNext(Sl, &Find, &Si)) in UdmSpellNormalize()
927 close(Sl->fd); in UdmSpellNormalize()
942 UDM_SPELLLIST *Sl; in UdmSpellAllForms() local
943 for (Sl= SLL->Item; Sl < &SLL->Item[SLL->nitems]; Sl++) in UdmSpellAllForms()
[all …]
/dports/security/kgpg/kgpg-21.12.3/po/nds/
H A Dkgpg.po283 msgstr "Nich trote Slötels binnen Slötelkoppeln tolaten"
1195 "Slötel vun en Slötelserver importeren?</qt>"
1559 msgstr "Leeg oolt Slötelsatz. De Slötelsatz för den Slötel wöör nich ännert."
1750 msgstr "Slötel vun Slötelserver importeren"
2200 msgstr[0] "Slötel vun Slötelserver opf&rischen"
2201 msgstr[1] "Slötels vun Slötelserver opf&rischen"
2235 msgstr[0] "Slötel vun Slötelserver importeren"
2236 msgstr[1] "Slötels vun Slötelserver importeren"
4809 #~ msgstr "Slötelsatz för den Slötel wöör ännert"
5047 #~ msgstr "Slötels vun Slötelserver importeren"
[all …]
/dports/www/gallery2/gallery2/modules/hidden/po/
H A Dlv.po36 msgstr "Slēpt albumu"
39 msgstr "Slēpt foto"
42 msgstr "Slēpt filmu"
46 msgstr "Slēpt %s"
49 msgstr "Slēptie vienumi"
52 msgstr "Slēptie vienumi/albumi viesiem līdz viesi piekļūst tiem ar korekto saiti"
59 msgstr "Slēpts"
66 msgstr "Slēptie vienumi nav redzami viesiem līdz viesi piekļūst tiem tieši."
69 msgstr "Slēpto albumu saturs ir ierobežots līdz tiek apmeklēta albuma saite"
82 msgstr "Slēpts"
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s1704963983.ll27 %L5 = load i8, i8* %Sl
28 store i8 %L, i8* %Sl
45 %L18 = load i8, i8* %Sl
46 store i8 -1, i8* %Sl
57 %L26 = load i8, i8* %Sl
68 %L33 = load i8, i8* %Sl
69 store i8 %L26, i8* %Sl
76 %L40 = load i8, i8* %Sl
89 store i8 77, i8* %Sl
128 store i8 %L, i8* %Sl
[all …]

12345678910>>...160