Home
last modified time | relevance | path

Searched refs:rws (Results 1 – 25 of 1419) sorted by relevance

12345678910>>...57

/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/gap/
H A Dkbsmg2.gi17 function(rws)
18 WriteRWS(rws);
28 function(rws)
39 function(rws)
50 function(rws)
81 function(rws) return rws!.options;
91 function(rws)
102 function(rws)
123 ResetCosetsRWS(rws,rws!.subrws[i]);
151 ResetCosetsRWS(rws,rws!.subrws[i]);
[all …]
H A Dfpgtorws4.g29 rws := rec();
30 rws.GpMonSgp := G;
31 rws.hasOne := true;
36 rws.alphabet := [];
101 return rws;
120 rws := rec();
134 rws.ExtIntCorr := CorrespondenceMSMonoid(F,rws.WordMonoid);
153 return rws;
172 rws := rec();
187 rws.ExtIntCorr := CorrespondenceMSMonoid(F,rws.WordMonoid);
[all …]
H A Drws4.g63 #F IsGroupRWS(<rws>) . . . test whether all gens of rws <rws> have inverses
78 #F IsMonoidRWS(<rws>) . . . does <rws> represent a monid
144 rels := List(rels,r -> [rws!.IntToExt(rws!.ExtIntCorr,r[1]),
212 rws!.equations := rws!.originalEquations;
445 rws.alphabet := GeneratorsOfMonoid(rws.WordMonoid);
1195 if IsBound(rws!.warningOn) and rws!.warningOn then
1196 if IsBound(rws!.KBRun) and rws!.KBRun then
1270 if IsBound(rws!.warningOn) and rws!.warningOn then
1498 Append(rws!.equations,rws!.originalEquations);
1588 if IsBound(rws!.KBRun) and rws!.KBRun then
[all …]
H A Dkbsmg.gd44 #O KBMAGRewritingSystem(<rws>)
51 #O WordMonoidOfRewritingSystem(<rws>)
76 #O Alphabet(<rws>)
125 #O KnuthBendix(<rws>)
153 #A IsReducedWord(<rws>,<w>)
162 #A ReducedWord(<rws>,<w>)
171 #F GrowthFunction(<rws>)
179 #F ReductionAutomaton(<rws>)
187 #F WordAcceptor(<rws>)
208 #F GeneralMultiplier(<rws>)
[all …]
/dports/math/gap/gap-4.11.0/lib/
H A Drws.gi26 function( rws, gens )
49 function( rws )
63 function( rws )
80 function( rws )
90 function( rws )
107 function( rws )
118 function( rws )
277 function( rws )
278 return ReducedForm( rws, One(UnderlyingFamily(rws)) );
404 function( rws )
[all …]
H A Drwsgrp.gi96 #M Comm( <elm-by-rws>, <elm-by-rws> )
99 "rws-element, rws-element",
138 "rws-element, rws-element",
173 #M Quotient( <elm-by-rws>, <elm-by-rws> )
176 "rws-element, rws-element",
193 #M <elm-by-rws> * <elm-by-rws>
196 "rws-element * rws-element",
213 #M <elm-by-rws> ^ <elm-by-rws>
216 "rws-element ^ rws-element",
253 #M <elm-by-rws> = <elm-by-rws>
[all …]
H A Drwssmg.gi25 local fam,rws;
45 return rws;
113 return rws;
143 return rws;
175 function(rws)
215 if ReducedForm(rws,v)<>ReducedForm(rws,w) then
236 function(rws)
245 function(rws)
325 function(rws)
337 function(rws)
[all …]
H A Drws.gd57 ## <#GAPDoc Label="[2]{rws}">
293 #A ConfluentRws( <rws> )
355 #A Rules( <rws> )
411 #P IsConfluent( <rws> )
456 #P IsReduced( <rws> )
477 #O AddRule(<rws>, <rule>)
533 #O MakeConfluent( <rws> )
552 #O ReduceRules( <rws> )
672 ## <A>rws</A> is defined,
721 #O ReducedOne( <rws> )
[all …]
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/src/
H A Dmakecosfile.c71 rwsptr = &rws; in main()
144 ngens = rws.num_gens; in main()
145 neqns = rws.num_eqns; in main()
163 tmalloc(rws.level, int, rws.num_gens + 1); in main()
166 for (i = rws.separator; i <= rws.num_gens; i++) in main()
169 else if (rws.ordering == RECURSIVE || rws.ordering == RT_RECURSIVE) { in main()
172 tmalloc(rws.level, int, rws.num_gens + 1); in main()
175 for (i = rws.separator; i <= rws.num_gens; i++) in main()
182 for (i = rws.separator; i <= rws.num_gens; i++) in main()
184 tfree(rws.level); in main()
[all …]
H A Dkbprogcos.c434 rwsptr = &rws; in main()
468 k = rws.maxlenleft > rws.maxlenright ? rws.maxlenleft : rws.maxlenright; in main()
533 rws.maxlhsrellen = rws.maxsubgenlen = 0; in main()
535 tmalloc(rws.subwordsG, gen *, rws.num_gens + 1); in main()
573 if (i != rws.separator && rws.inv_of[i] == 0) { in main()
578 if (!rws.Gislevel || !rws.Hislevel) { in main()
592 rws.subwordsG[i][k] = rws.inv_of[w[l - 1 - k]]; in main()
609 rws.wd_alphabet->size = rws.separator - 1; in main()
610 tmalloc(rws.wd_alphabet->names, char *, rws.separator); in main()
613 strcpy(rws.wd_alphabet->names[i], rws.gen_name[i]); in main()
[all …]
/dports/textproc/en-aspell/aspell6-en-2020.12.07-0/
H A DMakefile.pre11rws en-variant_0.rws en-variant_1.rws en-variant_2.rws en-w_accents-only.rws en-wo_accents-only.rw…
61 en-common.rws: en-common.cwl
63 en-variant_0.rws: en-variant_0.cwl
65 en-variant_1.rws: en-variant_1.cwl
67 en-variant_2.rws: en-variant_2.cwl
73 en_AU-variant_0.rws: en_AU-variant_0.cwl
75 en_AU-variant_1.rws: en_AU-variant_1.cwl
81 en_CA-variant_0.rws: en_CA-variant_0.cwl
83 en_CA-variant_1.rws: en_CA-variant_1.cwl
106 .SUFFIXES: .cwl .rws .wl
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dwrite.go73 rws := &WriteStorage{
96 go rws.run()
97 return rws
111 rws.mtx.Lock()
166 rws.logger,
167 rws.walDir,
168 rws.samplesIn,
174 rws.flushDeadline,
175 rws.interner,
177 rws.scraper,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dwrite.go73 rws := &WriteStorage{
96 go rws.run()
97 return rws
111 rws.mtx.Lock()
169 rws.logger,
170 rws.walDir,
171 rws.samplesIn,
177 rws.flushDeadline,
178 rws.interner,
180 rws.scraper,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dwrite.go73 rws := &WriteStorage{
96 go rws.run()
97 return rws
111 rws.mtx.Lock()
169 rws.logger,
170 rws.walDir,
171 rws.samplesIn,
177 rws.flushDeadline,
178 rws.interner,
180 rws.scraper,
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/storage/remote/
H A Dwrite.go73 rws := &WriteStorage{
96 go rws.run()
97 return rws
111 rws.mtx.Lock()
169 rws.logger,
170 rws.walDir,
171 rws.samplesIn,
177 rws.flushDeadline,
178 rws.interner,
180 rws.scraper,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dwrite.go73 rws := &WriteStorage{
96 go rws.run()
97 return rws
111 rws.mtx.Lock()
169 rws.logger,
170 rws.walDir,
171 rws.samplesIn,
177 rws.flushDeadline,
178 rws.interner,
180 rws.scraper,
[all …]
/dports/math/gap/gap-4.11.0/tst/testinstall/
H A Drwspcsng.tst56 gap> rws;
139 gap> rws := ShallowCopy(rws);;
142 gap> rws := ShallowCopy(rws);;
148 gap> rws := ShallowCopy(rws);;
151 gap> rws := ShallowCopy(rws);;
157 gap> rws := ShallowCopy(rws);;
160 gap> rws := ShallowCopy(rws);;
163 gap> rws := ShallowCopy(rws);;
166 gap> rws := ShallowCopy(rws);;
169 gap> rws := ShallowCopy(rws);;
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dwrite.go65 rws := &WriteStorage{
72 go rws.run()
73 return rws
80 rws.samplesIn.tick()
87 rws.mtx.Lock()
152 rws.logger,
153 rws.walDir,
154 rws.samplesIn,
159 rws.flushDeadline,
183 writeStorage: rws,
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dwrite.go65 rws := &WriteStorage{
71 go rws.run()
72 return rws
79 rws.samplesIn.tick()
85 rws.mtx.Lock()
122 rws.logger,
123 rws.walDir,
124 rws.samplesIn,
129 rws.flushDeadline,
147 writeStorage: rws,
[all …]
/dports/math/gap/gap-4.11.0/pkg/fr-2.4.6/gap/
H A Dlinear-gbnp.gi18 local rws;
21 rws.restart := function()
22 rws.gbasis := ShallowCopy(rws.gbasiscopy);
25 rws.commit := function()
26 rws.gbasiscopy := ShallowCopy(rws.gbasis);
36 rws.gbasis := GBNP.ReducePol(rws.gbasis);
39 return rws;
43 local rws, todo, i;
48 x := rws.reduce(x);
51 rws.addrule(x);
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dwsweight.f9015 real(DP) eps, rws(0:3,nrwsx), atw(3,3) local
22 rws(i,ii) = atw(i,1)*ir + atw(i,2)*jr + atw(i,3)*kr
24 rws(0,ii)=rws(1,ii)*rws(1,ii)+rws(2,ii)*rws(2,ii)+ &
25 rws(3,ii)*rws(3,ii)
26 rws(0,ii)=0.5d0*rws(0,ii)
27 if (rws(0,ii).gt.eps) ii = ii + 1
54 real(DP) r(3), rrt, ck, eps, rws(0:3,nrws), wsweight local
60 rrt = r(1)*rws(1,ir) + r(2)*rws(2,ir) + r(3)*rws(3,ir)
61 ck = rrt-rws(0,ir)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/golang.org/x/net/http2/
H A Dserver.go1636 rws.bw.Reset(chunkWriter{rws})
1641 rw := &responseWriter{rws: rws}
1891 rws.trailers = append(rws.trailers, k)
1972 if rws.handlerDone && rws.hasTrailers() {
2037 rws := w.rws
2056 rws := w.rws
2075 rws := w.rws
2086 rws := w.rws
2131 rws := w.rws
2142 if rws.sentContentLen != 0 && rws.wroteBytes > rws.sentContentLen {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/net/http2/
H A Dserver.go1640 rws.bw.Reset(chunkWriter{rws})
1645 rw := &responseWriter{rws: rws}
1895 rws.trailers = append(rws.trailers, k)
1976 if rws.handlerDone && rws.hasTrailers() {
2041 rws := w.rws
2060 rws := w.rws
2079 rws := w.rws
2090 rws := w.rws
2135 rws := w.rws
2146 if rws.sentContentLen != 0 && rws.wroteBytes > rws.sentContentLen {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/golang.org/x/net/http2/
H A Dserver.go1636 rws.bw.Reset(chunkWriter{rws})
1641 rw := &responseWriter{rws: rws}
1891 rws.trailers = append(rws.trailers, k)
1972 if rws.handlerDone && rws.hasTrailers() {
2037 rws := w.rws
2056 rws := w.rws
2075 rws := w.rws
2086 rws := w.rws
2131 rws := w.rws
2142 if rws.sentContentLen != 0 && rws.wroteBytes > rws.sentContentLen {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/golang.org/x/net/http2/
H A Dserver.go1636 rws.bw.Reset(chunkWriter{rws})
1641 rw := &responseWriter{rws: rws}
1891 rws.trailers = append(rws.trailers, k)
1972 if rws.handlerDone && rws.hasTrailers() {
2037 rws := w.rws
2056 rws := w.rws
2075 rws := w.rws
2086 rws := w.rws
2131 rws := w.rws
2142 if rws.sentContentLen != 0 && rws.wroteBytes > rws.sentContentLen {
[all …]

12345678910>>...57