Home
last modified time | relevance | path

Searched refs:OldP (Results 1 – 25 of 81) sorted by relevance

1234

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Detmakemsgparser.pas167 OldP: PChar;
169 OldP:=p;
171 Result:=(OldP<p) and (p-OldP<10);
176 OldP: PChar;
178 OldP:=p;
183 if p=OldP then exit(false)
189 Result:=(OldP<p) and (p-OldP<20);
269 Run, OldP: PChar;
273 OldP:=p;
281 if (p>OldP) and (p^ in ['[',':']) then begin
[all …]
H A Detfpcmsgparser.pas1215 OldP: PChar;
1221 OldP:=p;
1265 MsgLine.Msg:=OldP;
1273 OldP: PChar;
1277 OldP:=p;
1283 MsgLine.Msg:=OldP;
1407 OldP: PChar;
1411 OldP:=p;
1421 MsgLine.Msg:=OldP;
2914 OldP: PChar;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Detmakemsgparser.pas167 OldP: PChar;
169 OldP:=p;
171 Result:=(OldP<p) and (p-OldP<10);
176 OldP: PChar;
178 OldP:=p;
183 if p=OldP then exit(false)
189 Result:=(OldP<p) and (p-OldP<20);
269 Run, OldP: PChar;
273 OldP:=p;
281 if (p>OldP) and (p^ in ['[',':']) then begin
[all …]
H A Detfpcmsgparser.pas1215 OldP: PChar;
1221 OldP:=p;
1265 MsgLine.Msg:=OldP;
1273 OldP: PChar;
1277 OldP:=p;
1283 MsgLine.Msg:=OldP;
1407 OldP: PChar;
1411 OldP:=p;
1421 MsgLine.Msg:=OldP;
2914 OldP: PChar;
[all …]
/dports/editors/lazarus/lazarus/ide/
H A Detmakemsgparser.pas166 OldP: PChar;
168 OldP:=p;
170 Result:=(OldP<p) and (p-OldP<10);
175 OldP: PChar;
177 OldP:=p;
182 if p=OldP then exit(false)
188 Result:=(OldP<p) and (p-OldP<20);
H A Detfpcmsgparser.pas1212 OldP: PChar;
1218 OldP:=p;
1262 MsgLine.Msg:=OldP;
1270 OldP: PChar;
1274 OldP:=p;
1280 MsgLine.Msg:=OldP;
1404 OldP: PChar;
1408 OldP:=p;
1418 MsgLine.Msg:=OldP;
2885 OldP: PChar;
[all …]
H A Dbuildmodesmanager.pas255 i, p, OldP: Integer;
275 OldP:=p;
299 p:=OldP;
/dports/editors/lazarus-qt5/lazarus/ide/
H A Detmakemsgparser.pas166 OldP: PChar;
168 OldP:=p;
170 Result:=(OldP<p) and (p-OldP<10);
175 OldP: PChar;
177 OldP:=p;
182 if p=OldP then exit(false)
188 Result:=(OldP<p) and (p-OldP<20);
H A Detfpcmsgparser.pas1212 OldP: PChar;
1218 OldP:=p;
1262 MsgLine.Msg:=OldP;
1270 OldP: PChar;
1274 OldP:=p;
1280 MsgLine.Msg:=OldP;
1404 OldP: PChar;
1408 OldP:=p;
1418 MsgLine.Msg:=OldP;
2885 OldP: PChar;
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DTmpGOperations.C91 const SparsePolyRing OldP(RingOf(FM)); in ComputeGBasis()
92 if (!IsField(CoeffRing(OldP))) in ComputeGBasis()
95 const GRingInfo GRI(NewP,OldP,FM,FM,IsHomogGrD0(inGens), in ComputeGBasis()
103 if (GradingDim(OldP)>0 && IsHomog(inGens)) GBR.myMinGens(TmpMinGens); in ComputeGBasis()
422 const SparsePolyRing OldP(RingOf(FM)); in ComputeSyz()
454 const SparsePolyRing OldP(owner(inPL)); in ComputeSyz()
478 const SparsePolyRing OldP(RingOf(FM)); in ComputeIntersection()
499 const SparsePolyRing OldP(owner(inPL1)); in ComputeIntersection()
530 const SparsePolyRing OldP(RingOf(FM)); in ComputeColonByPrincipal()
595 const SparsePolyRing OldP(owner(inPL1)); in ComputeColonByPrincipal()
[all …]
H A DTmpGReductor.C1521 return MakeNewPRingForSimpleEmbedding(OldP, WDegPosTO); in MakeNewPRingForSimpleEmbeddingPosFirst()
1523 return MakeNewPRingForSimpleEmbedding(OldP,PosWDegTO); in MakeNewPRingForSimpleEmbeddingPosFirst()
1532 degree tmp(GradingDim(OldP)); in MakeNewPRingForSimpleEmbedding()
1536 const FreeModule FM=NewFreeModule(OldP, InputShifts, WDegPosnOrd); in MakeNewPRingForSimpleEmbedding()
1543 return MakeNewPRingForSimpleEmbedding(OldP,NoForcing); in MakeNewPRingForSimpleEmbedding()
1570 const SparsePolyRing OldP=RingOf(FM); in MakeNewPRingFromModule() local
1571 const long NumOldInds=NumIndets(OldP); in MakeNewPRingFromModule()
1576 GrDim=GradingDim(OldP); in MakeNewPRingFromModule()
1579 ConstMatrixView OldOrdOMat = OrdMat(OldP); in MakeNewPRingFromModule()
1915 const SparsePolyRing OldP=theGRI.myOldSPR(); in DeEmbedPoly() local
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DTmpGOperations.C91 const SparsePolyRing OldP(RingOf(FM)); in ComputeGBasis()
92 if (!IsField(CoeffRing(OldP))) in ComputeGBasis()
95 const GRingInfo GRI(NewP,OldP,FM,FM,IsHomogGrD0(inGens), in ComputeGBasis()
103 if (GradingDim(OldP)>0 && IsHomog(inGens)) GBR.myMinGens(TmpMinGens); in ComputeGBasis()
422 const SparsePolyRing OldP(RingOf(FM)); in ComputeSyz()
454 const SparsePolyRing OldP(owner(inPL)); in ComputeSyz()
478 const SparsePolyRing OldP(RingOf(FM)); in ComputeIntersection()
499 const SparsePolyRing OldP(owner(inPL1)); in ComputeIntersection()
530 const SparsePolyRing OldP(RingOf(FM)); in ComputeColonByPrincipal()
595 const SparsePolyRing OldP(owner(inPL1)); in ComputeColonByPrincipal()
[all …]
H A DTmpGReductor.C1521 return MakeNewPRingForSimpleEmbedding(OldP, WDegPosTO); in MakeNewPRingForSimpleEmbeddingPosFirst()
1523 return MakeNewPRingForSimpleEmbedding(OldP,PosWDegTO); in MakeNewPRingForSimpleEmbeddingPosFirst()
1532 degree tmp(GradingDim(OldP)); in MakeNewPRingForSimpleEmbedding()
1536 const FreeModule FM=NewFreeModule(OldP, InputShifts, WDegPosnOrd); in MakeNewPRingForSimpleEmbedding()
1543 return MakeNewPRingForSimpleEmbedding(OldP,NoForcing); in MakeNewPRingForSimpleEmbedding()
1570 const SparsePolyRing OldP=RingOf(FM); in MakeNewPRingFromModule() local
1571 const long NumOldInds=NumIndets(OldP); in MakeNewPRingFromModule()
1576 GrDim=GradingDim(OldP); in MakeNewPRingFromModule()
1579 ConstMatrixView OldOrdOMat = OrdMat(OldP); in MakeNewPRingFromModule()
1915 const SparsePolyRing OldP=theGRI.myOldSPR(); in DeEmbedPoly() local
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsyssr.inc88 Srch,OldP,RemS: SRString; // Srch and Oldp can contain uppercase versions of S,OldPattern
92 OldP:=OldPattern;
96 OldP:=SRUpperCase(OldP);
102 P:=AnsiPos(OldP, Srch);
111 P:=P+Length(OldP);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsyssr.inc88 Srch,OldP,RemS: SRString; // Srch and Oldp can contain uppercase versions of S,OldPattern
92 OldP:=OldPattern;
96 OldP:=SRUpperCase(OldP);
102 P:=AnsiPos(OldP, Srch);
111 P:=P+Length(OldP);
/dports/lang/fpc-source/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsyssr.inc88 Srch,OldP,RemS: SRString; // Srch and Oldp can contain uppercase versions of S,OldPattern
92 OldP:=OldPattern;
96 OldP:=SRUpperCase(OldP);
102 P:=AnsiPos(OldP, Srch);
111 P:=P+Length(OldP);
/dports/lang/fpc/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsyssr.inc88 Srch,OldP,RemS: SRString; // Srch and Oldp can contain uppercase versions of S,OldPattern
92 OldP:=OldPattern;
96 OldP:=SRUpperCase(OldP);
102 P:=AnsiPos(OldP, Srch);
111 P:=P+Length(OldP);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dctxmlfixfragment.pas126 OldP: integer;
128 OldP:=Rel(p);
134 if OldP>StartPos then
135 inc(OldP,Diff);
143 p:=PChar(Fragment)+OldP-1;
/dports/editors/lazarus/lazarus/components/codetools/
H A Dctxmlfixfragment.pas126 OldP: integer;
128 OldP:=Rel(p);
134 if OldP>StartPos then
135 inc(OldP,Diff);
143 p:=PChar(Fragment)+OldP-1;
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dctxmlfixfragment.pas126 OldP: integer;
128 OldP:=Rel(p);
134 if OldP>StartPos then
135 inc(OldP,Diff);
143 p:=PChar(Fragment)+OldP-1;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dctxmlfixfragment.pas126 OldP: integer;
128 OldP:=Rel(p);
134 if OldP>StartPos then
135 inc(OldP,Diff);
143 p:=PChar(Fragment)+OldP-1;
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dlazutf16.pas261 Srch, OldP, RemS: WideString; // Srch and OldP can contain WideUpperCase versions of S,OldPattern
265 OldP:=OldPattern;
269 OldP:=WideUpperCase(OldP);
275 P:=Pos(OldP, Srch);
284 P:=P+Length(OldP);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlazutf16.pas271 Srch, OldP, RemS: WideString; // Srch and OldP can contain WideUpperCase versions of S,OldPattern
275 OldP:=OldPattern;
280 OldP:=WideUpperCase(OldP);
286 P:=Pos(OldP, Srch);
296 P:=P+Length(OldP);
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dlazutf16.pas261 Srch, OldP, RemS: WideString; // Srch and OldP can contain WideUpperCase versions of S,OldPattern
265 OldP:=OldPattern;
269 OldP:=WideUpperCase(OldP);
275 P:=Pos(OldP, Srch);
284 P:=P+Length(OldP);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlazutf16.pas271 Srch, OldP, RemS: WideString; // Srch and OldP can contain WideUpperCase versions of S,OldPattern
275 OldP:=OldPattern;
280 OldP:=WideUpperCase(OldP);
286 P:=Pos(OldP, Srch);
296 P:=P+Length(OldP);

1234