Home
last modified time | relevance | path

Searched refs:posR (Results 1 – 25 of 73) sorted by relevance

123

/dports/cad/magic/magic-8.3.245/graphics/
H A DgrText.c135 Rect posR; local
208 posR.r_xbot += xpos;
209 posR.r_xtop += xpos;
210 posR.r_ybot += ypos;
211 posR.r_ytop += ypos;
214 if ( (posR.r_xtop <= nClip.r_xtop) && (posR.r_xbot >= nClip.r_xbot) &&
215 (posR.r_ytop <= nClip.r_ytop) && (posR.r_ybot >= nClip.r_ybot) )
224 if ( ((nClip.r_xtop-nClip.r_xbot) >= (posR.r_xtop - posR.r_xbot)) &&
225 ((nClip.r_ytop - nClip.r_ybot) >= (posR.r_ytop - posR.r_ybot)) )
267 posR.r_xbot += slide;
[all …]
/dports/math/gap/gap-4.11.0/pkg/quagroup-1.8.2/gap/
H A Disom.gi64 posR:= PositiveRootsNF( R );
68 s:= Length( posR );
135 qp:= _q^( posR[i]*( B*posR[i] ) );
217 qp:= _q^( posR[i]*( B*posR[i] ) );
354 qp:= _q^( posR[ ex[i][j] ]*( B*posR[ ex[i][j] ] )/2 );
481 s:= Length( posR );
542 qp:= _q^( posR[i]*( B*posR[i] ) );
619 qp:= _q^( posR[i]*( B*posR[i] ) );
737 qp:= _q^( posR[ ex[i][j] ]*( B*posR[ ex[i][j] ] )/2 );
943 noR:= Length( posR );
[all …]
H A Ddiymod.gi16 # posR is the list of pos roots in convex order
90 qp:= _q^( posR[rtpos]*( B*posR[rtpos] )/2 );
128 posR:= PositiveRootsNF( R );
132 s:= Length( posR );
139 x:= Position( sim, posR[i] );
143 pos:= Position( convR, posR[i] );
219 pos:= Position( convR, posR[i] );
235 x:= Position( sim, posR[i] );
239 pos:= Position( convR, posR[i] );
337 local R, s, rank, aa, f, B, posR;
[all …]
H A Duea.gi71 posR:= PositiveRootsNF( R );
74 s:= Length( posR );
86 pos:= Position( sim, posR[i] );
89 pos:= Position( posR, sim[ pos ] );
90 imgs[ Position( convR, posR[i] ) ]:= f[ pos ];
99 k1:= Position( convR, posR[i] - sim[k] );
151 imgs[ Position( convR, posR[i] ) ]:= im;
161 E:= GeneratorsOfAlgebra( U ){[Length(posR)+rank+1..2*Length(posR)+rank]};
162 e:= GeneratorsOfAlgebra( uu ){[Length(posR)+1..2*Length(posR)]};
166 pos:= Position( sim, posR[i] );
[all …]
H A Droots.gi24 simp, posR, rt;
33 posR:= [ ];
167 Append( posR, posr );
177 SetPositiveRoots( R, posR );
178 SetNegativeRoots( R, -posR );
182 SetPositiveRootsNF( R, posR );
284 local posR;
288 w ) in posR ) ) );
307 local R, n, posR, alph, u, sim;
312 posR:= PositiveRootsAsWeights( R );
[all …]
H A Dtensor.gi258 posR:= PositiveRootsNF( R );
264 s:= Length( posR );
270 pp:= Position( sim, posR[i] );
344 pp:= Position( sim, posR[i] );
445 posR:= PositiveRootsInConvexOrder( R );
727 posR:= PositiveRootsInConvexOrder( R );
744 qp:= _q^( posR[ ex[i][j] ]*( B*posR[ ex[i][j] ] )/2 );
1142 posR:= PositiveRootsInConvexOrder( R );
1143 s:= Length( posR );
1151 pos:= Position( posR, sim[i] );
[all …]
H A Dfileacc.gi36 r.posR:= PositiveRoots(R);
82 SetPositiveRoots( R, r.posR );
83 SetNegativeRoots( R, -r.posR );
327 local r, V, bv, acts, aa, i, j, v, k, U, R, posR, s,
352 posR:= PositiveRootsInConvexOrder( R );
353 s:= Length( posR );
358 QGPrivateFunctions.DIYAction( V, s, rank, B, posR, aa, x, u ); end;
H A Drmat.gi38 local posR, nu, i, oldlev, mlist, deg, newlev, mon,
41 posR:= PositiveRootsInConvexOrder( R );
42 nu:= 0*[1..Length(posR)];
44 nu[ Position( posR , SimpleSystemNF(R)[i] ) ]:= rt[i];
55 Add( rts, [ i, posR[i] ] );
61 pos := Position( posR, rr );
/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dphylotesting.h134 size_t posR; in restoreCheckpointRminus1() local
137 if ((posR = model->rate_name.find(rates[i])) != string::npos) { in restoreCheckpointRminus1()
138 int cat = convert_int(model->rate_name.substr(posR+2).c_str()); in restoreCheckpointRminus1()
140 rate_name = model->rate_name.substr(0, posR+2) + convertIntToString(cat-1); in restoreCheckpointRminus1()
235 size_t posR; in getLowerKModel() local
238 if ((posR = at(model).rate_name.find(rates[i])) == string::npos) in getLowerKModel()
240 int cat = convert_int(at(model).rate_name.substr(posR+2).c_str()); in getLowerKModel()
242 string name = at(model).rate_name.substr(0, posR+2) + convertIntToString(cat-1); in getLowerKModel()
254 size_t posR; in getHigherKModel() local
257 if ((posR = at(model).rate_name.find(rates[i])) == string::npos) in getHigherKModel()
[all …]
/dports/math/vtk9/VTK-9.1.0/Utilities/MetaIO/vtkmetaio/
H A DmetaTube.cxx670 if (posR == -1) in M_Read()
674 if (posR == -1) in M_Read()
678 if (posR == -1) in M_Read()
682 if (posR == -1) in M_Read()
686 if (posR == -1) in M_Read()
690 if (posR == -1) in M_Read()
694 if (posR == -1) in M_Read()
1119 if (posR == -1) in M_Write()
1123 if (posR == -1) in M_Write()
1127 if (posR == -1) in M_Write()
[all …]
H A DmetaTubeGraph.cxx299 int posR = -1; in M_Read() local
321 posR = j; in M_Read()
372 if (posR != -1) in M_Read()
374 MET_ValueToDouble(m_ElementType, _data, posR, &td); in M_Read()
415 if (posR != -1) in M_Read()
417 pnt->m_R = v[posR]; in M_Read()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/utils/
H A Dstring.cpp83 int posR = 0; in compare() local
86 if ((posL == left.size()) || (posR == right.size())) in compare()
90 …t QChar rightChar = (m_caseSensitivity == Qt::CaseSensitive) ? right[posR] : right[posR].toLower(); in compare()
98 ++posR; in compare()
113 const QStringRef numViewR = numberView(right, posR); in compare()
/dports/math/gap/gap-4.11.0/pkg/corelg-1.54/gap/
H A Dcarrierrtsys.gi388 posR:= [ ];
392 if (not a in posR) and (not -a in posR) then
417 if a = posR[i]+posR[j] then
476 posR:= [ ];
881 posR:= [ ];
887 if (not a in posR) and (not -a in posR) then
920 if a = posR[i]+posR[j] then
979 posR:= [ ];
1199 posR:= [ ];
1205 if (not a in posR) and (not -a in posR) then
[all …]
H A Dcartandecomp.gi231 posR:= [ ];
235 if (not a in posR) and (not -a in posR) then
243 Add( posR, a );
245 Add( posR, -a );
256 for a in posR do
260 if a = posR[i]+posR[j] then
285 Append( sorR, Filtered( posR, r -> hts[Position(posR,r)] = sorh[i] ) );
319 posR:= [ ];
327 posR := List(posR, x-> List(x, SqrtFieldEltToCyclotomic));
330 SetPositiveRoots( R, posR );
[all …]
/dports/math/gap/gap-4.11.0/pkg/sla-1.5.3/gap/
H A Dasilo.gi11 local posR, hts, p, sim, B, C, i, j, v, a;
13 posR:= PositiveRootsNF(R);
14 hts:= List( posR, Sum);
16 sim:= [-posR[p]];
292 for i in [1..Length(posR)] do
294 Add( sums, posR[i]+posR[j] );
366 posR:= PositiveRootsAsWeights( R );
370 for j in [1..Length(posR)] do
372 p[j]:= Position( posR, ApplyWeylElement( W, posR[j], [i] ) );
554 posR:= PositiveRoots( R );
[all …]
H A Dweights.gi501 if Length(posR)=0 then #torus
517 for i in [1..Length(posR)] do
518 for j in [i+1..Length(posR)] do
519 Add( sums, posR[i]+posR[j] );
672 dim:= 2*Length(posR)+Length(csa);
677 for p in posR do
712 # first its posR...
718 for i in [1..Length(posR)] do
719 if cfs*posR[i] = 0 then
720 Add( pR, posR[i] );
[all …]
H A Dautom.gi406 posR:= [ ];
416 Add( sums, posR[i]+posR[j] );
1247 N:= Length( posR );
1248 rts:= ShallowCopy(posR);
1249 Append( rts, -posR );
1946 N:= Length( posR );
1948 Append( rts, -posR );
2385 N:= Length( posR );
2386 rts:= Concatenation( posR, -posR );
3520 v:= posR[i]*d;
[all …]
/dports/math/gap/gap-4.11.0/pkg/unipot-1.4/lib/
H A Drootsys.gi21 local posR,V,B;
23 posR := PositiveRoots( R );
27 return List( posR, r -> Coefficients( B, r ) );
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dmodelfactory.cpp679 if (posR != string::npos && posR2 != string::npos) { in ModelFactory()
681 << ((posR < posR2)? rate_str.substr(posR,2) : rate_str.substr(posR2,2)) << endl; in ModelFactory()
684 if (posR2 != string::npos && posR2 < posR) { in ModelFactory()
685 posR = posR2; in ModelFactory()
700 posR = string::npos; in ModelFactory()
753 if (posR != string::npos) { in ModelFactory()
756 if (rate_str.length() > posR+2 && isdigit(rate_str[posR+2])) { in ModelFactory()
760 if (rate_str.length() > posR+2+end_pos && rate_str[posR+2+end_pos] == OPEN_BRACKET) { in ModelFactory()
764 freerate_params = rate_str.substr(posR+3+end_pos, close_bracket-posR-3-end_pos).c_str(); in ModelFactory()
765 } else if (rate_str.length() > posR+2+end_pos && rate_str[posR+2+end_pos] != '+') in ModelFactory()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MetaIO/src/MetaIO/src/
H A DmetaTubeGraph.cxx344 int posR = -1; in M_Read() local
371 posR = j; in M_Read()
424 if(posR != -1) in M_Read()
426 MET_ValueToDouble(m_ElementType, _data, posR, &td); in M_Read()
467 if(posR != -1) in M_Read()
469 pnt->m_R = v[posR]; in M_Read()
/dports/math/vtk8/VTK-8.2.0/Utilities/MetaIO/vtkmetaio/
H A DmetaTubeGraph.cxx344 int posR = -1; in M_Read() local
371 posR = j; in M_Read()
424 if(posR != -1) in M_Read()
426 MET_ValueToDouble(m_ElementType, _data, posR, &td); in M_Read()
467 if(posR != -1) in M_Read()
469 pnt->m_R = v[posR]; in M_Read()
/dports/math/vtk6/VTK-6.2.0/Utilities/MetaIO/vtkmetaio/
H A DmetaTubeGraph.cxx344 int posR = -1; in M_Read() local
371 posR = j; in M_Read()
424 if(posR != -1) in M_Read()
426 MET_ValueToDouble(m_ElementType, _data, posR, &td); in M_Read()
467 if(posR != -1) in M_Read()
469 pnt->m_R = v[posR]; in M_Read()
/dports/security/vault/vault-1.8.2/vendor/github.com/nwaples/rardecode/
H A Dfilters.go155 posR := int(r[1])
156 if posR < 0 || width < 0 {
196 for i := posR; i < len(res)-2; i += 3 {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/nwaples/rardecode/
H A Dfilters.go155 posR := int(r[1])
156 if posR < 0 || width < 0 {
196 for i := posR; i < len(res)-2; i += 3 {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/nwaples/rardecode/
H A Dfilters.go155 posR := int(r[1])
156 if posR < 0 || width < 0 {
196 for i := posR; i < len(res)-2; i += 3 {

123