Home
last modified time | relevance | path

Searched refs:PMin (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dbrick.cpp492 pmax(0) < box.PMin()(0) || in BoxInSolid()
493 pmax(1) < box.PMin()(1) || in BoxInSolid()
494 pmax(2) < box.PMin()(2)) in BoxInSolid()
497 if (pmin(0) < box.PMin()(0) && in BoxInSolid()
498 pmin(1) < box.PMin()(1) && in BoxInSolid()
499 pmin(2) < box.PMin()(2) && in BoxInSolid()
512 (box.PMin()(2) < pmin(2)) && (pmin(2) < box.PMax()(2)); in Reduce()
514 (box.PMin()(2) < pmax(2)) && (pmax(2) < box.PMax()(2)); in Reduce()
517 (box.PMin()(1) < pmin(1)) && (pmin(1) < box.PMax()(1)); in Reduce()
519 (box.PMin()(1) < pmax(1)) && (pmax(1) < box.PMax()(1)); in Reduce()
[all …]
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dbrick.cpp493 pmax(0) < box.PMin()(0) || in BoxInSolid()
494 pmax(1) < box.PMin()(1) || in BoxInSolid()
495 pmax(2) < box.PMin()(2)) in BoxInSolid()
498 if (pmin(0) < box.PMin()(0) && in BoxInSolid()
499 pmin(1) < box.PMin()(1) && in BoxInSolid()
500 pmin(2) < box.PMin()(2) && in BoxInSolid()
513 (box.PMin()(2) < pmin(2)) && (pmin(2) < box.PMax()(2)); in Reduce()
515 (box.PMin()(2) < pmax(2)) && (pmax(2) < box.PMax()(2)); in Reduce()
518 (box.PMin()(1) < pmin(1)) && (pmin(1) < box.PMax()(1)); in Reduce()
520 (box.PMin()(1) < pmax(1)) && (pmax(1) < box.PMax()(1)); in Reduce()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Bisector/
H A DBisector_Inter.cxx77 static Handle(Geom2d_Line) ConstructSegment(const gp_Pnt2d& PMin, in ConstructSegment() argument
83 gp_Dir2d Dir(PMax.X() - PMin.X(),PMax.Y() - PMin.Y()); in ConstructSegment()
84 Handle(Geom2d_Line) L = new Geom2d_Line (gp_Pnt2d(PMin.X() - UMin*Dir.X(), in ConstructSegment()
85 PMin.Y() - UMin*Dir.Y()),Dir); in ConstructSegment()
112 gp_Pnt2d PMin,PMax; in Perform() local
135 PMin = Bis1->Value(UMin); in Perform()
137 SD1 [IB1].SetValues(PMin,UMin,D1.FirstTolerance(), in Perform()
145 SBis1 [IB1] = ConstructSegment (PMin,PMax,UMin,UMax); in Perform()
175 PMin = Bis2->Value(UMin); in Perform()
177 SD2 [IB2].SetValues(PMin,UMin,D2.FirstTolerance(), in Perform()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dbrick.cpp492 pmax(0) < box.PMin()(0) || in BoxInSolid()
493 pmax(1) < box.PMin()(1) || in BoxInSolid()
494 pmax(2) < box.PMin()(2)) in BoxInSolid()
497 if (pmin(0) < box.PMin()(0) && in BoxInSolid()
498 pmin(1) < box.PMin()(1) && in BoxInSolid()
499 pmin(2) < box.PMin()(2) && in BoxInSolid()
512 (box.PMin()(2) < pmin(2)) && (pmin(2) < box.PMax()(2)); in Reduce()
514 (box.PMin()(2) < pmax(2)) && (pmax(2) < box.PMax()(2)); in Reduce()
517 (box.PMin()(1) < pmin(1)) && (pmin(1) < box.PMax()(1)); in Reduce()
519 (box.PMin()(1) < pmax(1)) && (pmax(1) < box.PMax()(1)); in Reduce()
[all …]
/dports/editors/lazarus/lazarus/components/printers/carbon/
H A Dcarbonprndialogs.inc47 PMin, PMax, PFrom, PTo: Integer;
67 PMin := MinPage;
68 PMax := Max(PMin, MaxPage);
69 PFrom := Min(Max(FromPage, PMin), PMax);
72 OSError(PMSetPageRange(DialogSettings, PMin, PMax),
97 FromPage := PMin;
/dports/editors/lazarus-qt5/lazarus/components/printers/carbon/
H A Dcarbonprndialogs.inc47 PMin, PMax, PFrom, PTo: Integer;
67 PMin := MinPage;
68 PMax := Max(PMin, MaxPage);
69 PFrom := Min(Max(FromPage, PMin), PMax);
72 OSError(PMSetPageRange(DialogSettings, PMin, PMax),
97 FromPage := PMin;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/carbon/
H A Dcarbonprndialogs.inc47 PMin, PMax, PFrom, PTo: Integer;
67 PMin := MinPage;
68 PMax := Max(PMin, MaxPage);
69 PFrom := Min(Max(FromPage, PMin), PMax);
72 OSError(PMSetPageRange(DialogSettings, PMin, PMax),
97 FromPage := PMin;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/carbon/
H A Dcarbonprndialogs.inc47 PMin, PMax, PFrom, PTo: Integer;
67 PMin := MinPage;
68 PMax := Max(PMin, MaxPage);
69 PFrom := Min(Max(FromPage, PMin), PMax);
72 OSError(PMSetPageRange(DialogSettings, PMin, PMax),
97 FromPage := PMin;
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/src/base/
H A Dfpwebclient.pp124 procedure GetVersionLimits(out PMin, PMax: TSSLVersion);
312 procedure TAbstractWebClient.GetVersionLimits(out PMin, PMax: TSSLVersion);
316 PMin:=Succ(Low(TSSLVersion))
318 PMin:=MinSSLVersion;
323 if PMax<PMin then
324 PMax:=PMin;
331 P,PMax,PMin : TSSLVersion;
338 GetVersionLimits(PMin,PMax);
339 if PMin<>PMax then
342 While (Not Assigned(Result)) and (P>=PMin) do
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/src/base/
H A Dfpwebclient.pp124 procedure GetVersionLimits(out PMin, PMax: TSSLVersion);
312 procedure TAbstractWebClient.GetVersionLimits(out PMin, PMax: TSSLVersion);
316 PMin:=Succ(Low(TSSLVersion))
318 PMin:=MinSSLVersion;
323 if PMax<PMin then
324 PMax:=PMin;
331 P,PMax,PMin : TSSLVersion;
338 GetVersionLimits(PMin,PMax);
339 if PMin<>PMax then
342 While (Not Assigned(Result)) and (P>=PMin) do
[all …]
/dports/editors/lazarus/lazarus/components/printers/cocoa/
H A Dcocoaprndelegate.pas193 PMin, PMax, PFrom, PTo: Integer;
202 PMin := printDialog.MinPage;
203 PMax := Math.Max(PMin, printDialog.MaxPage);
204 PFrom := Math.Min(Math.Max(printDialog.FromPage, PMin), PMax);
206 PMSetPageRange(pInfo.PMPrintSettings, PMin, PMax);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/cocoa/
H A Dcocoaprndelegate.pas193 PMin, PMax, PFrom, PTo: Integer;
202 PMin := printDialog.MinPage;
203 PMax := Math.Max(PMin, printDialog.MaxPage);
204 PFrom := Math.Min(Math.Max(printDialog.FromPage, PMin), PMax);
206 PMSetPageRange(pInfo.PMPrintSettings, PMin, PMax);
/dports/editors/lazarus-qt5/lazarus/components/printers/cocoa/
H A Dcocoaprndelegate.pas193 PMin, PMax, PFrom, PTo: Integer;
202 PMin := printDialog.MinPage;
203 PMax := Math.Max(PMin, printDialog.MaxPage);
204 PFrom := Math.Min(Math.Max(printDialog.FromPage, PMin), PMax);
206 PMSetPageRange(pInfo.PMPrintSettings, PMin, PMax);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/cocoa/
H A Dcocoaprndelegate.pas193 PMin, PMax, PFrom, PTo: Integer;
202 PMin := printDialog.MinPage;
203 PMax := Math.Max(PMin, printDialog.MaxPage);
204 PFrom := Math.Min(Math.Max(printDialog.FromPage, PMin), PMax);
206 PMSetPageRange(pInfo.PMPrintSettings, PMin, PMax);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rimp2/
H A Dxf3ci_mem12.F10 Subroutine XF3cI_Mem12( MAvail, PMin, QMin, SMin, PMax, QMax, argument
14 Integer MAvail, PMin, QMin, SMin, PMax, QMax,
81 PDim = PMin
H A Dxf3ci_step12.F100 Integer PMin, QMin, SMin, PMax, QMax, SMax, PDim, QDim, SDim
250 PMin = MxBFSh
257 PMax = Max( PMax, PMin)
273 Call XF3cI_Mem12(MemAvail, PMin, QMin, SMin, PMax, QMax, SMax, NA,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rimp2/
H A Dxf3ci_mem12.F10 Subroutine XF3cI_Mem12( MAvail, PMin, QMin, SMin, PMax, QMax, argument
14 Integer MAvail, PMin, QMin, SMin, PMax, QMax,
81 PDim = PMin
H A Dxf3ci_step12.F100 Integer PMin, QMin, SMin, PMax, QMax, SMax, PDim, QDim, SDim
250 PMin = MxBFSh
257 PMax = Max( PMax, PMin)
273 Call XF3cI_Mem12(MemAvail, PMin, QMin, SMin, PMax, QMax, SMax, NA,
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFeat/
H A DBRepFeat_MakeCylindricalHole.cxx82 Standard_Real PMin,PMax; in Perform() local
83 BoxParameters(aObject,myAxis,PMin,PMax); in Perform()
84 Standard_Real Heigth = 2.*(PMax-PMin); in Perform()
86 theOrig += ((3.*PMin-PMax)/2.) * myAxis.Direction().XYZ(); in Perform()
504 Standard_Real PMin,PMax; in PerformBlind() local
505 BoxParameters(aObject,myAxis,PMin,PMax); in PerformBlind()
506 if (PMin > Length) { in PerformBlind()
511 Standard_Real Heigth = 3.*(Length-PMin)/2.; in PerformBlind()
513 theOrig += ((3.*PMin-Length)/2.) * myAxis.Direction().XYZ(); in PerformBlind()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/geom2d/
H A Dvsgeom2d.cpp103 Point<2> c = Center (bbox.PMin(), bbox.PMax()); in BuildScene()
106 rad = Dist (bbox.PMin(), bbox.PMax()) / 2; in BuildScene()
/dports/cad/netgen/netgen-6.2.2105/libsrc/geom2d/
H A Dvsgeom2d.cpp103 Point<2> c = Center (bbox.PMin(), bbox.PMax()); in BuildScene()
106 rad = Dist (bbox.PMin(), bbox.PMax()) / 2; in BuildScene()
H A Dpython_geom2d.cpp225 double xdist = box.PMax()(0) - box.PMin()(0); in ExportGeom2d()
226 double ydist = box.PMax()(1) - box.PMin()(1); in ExportGeom2d()
227 py::tuple xlim = py::make_tuple(box.PMin()(0) - 0.1*xdist, box.PMax()(0) + 0.1*xdist); in ExportGeom2d()
228 py::tuple ylim = py::make_tuple(box.PMin()(1) - 0.1*ydist, box.PMax()(1) + 0.1*ydist); in ExportGeom2d()
270 double xdist = box.PMax()(0) - box.PMin()(0); in ExportGeom2d()
271 double ydist = box.PMax()(1) - box.PMin()(1); in ExportGeom2d()
274 auto min_val = py::make_tuple(box.PMin()(0), box.PMin()(1),0); in ExportGeom2d()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/hashicorp/memberlist/
H A Dstate.go29 PMin uint8 // Minimum protocol version this understands member
517 if n.PMin > maxpmin {
518 maxpmin = n.PMin
683 PMin: a.Vsn[0],
765 state.PMin, state.PMax, state.PCur,
807 state.PMin = a.Vsn[0]
877 state.PMin, state.PMax, state.PCur,
958 state.PMin, state.PMax, state.PCur,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/hashicorp/memberlist/
H A Dstate.go29 PMin uint8 // Minimum protocol version this understands member
517 if n.PMin > maxpmin {
518 maxpmin = n.PMin
683 PMin: a.Vsn[0],
765 state.PMin, state.PMax, state.PCur,
807 state.PMin = a.Vsn[0]
877 state.PMin, state.PMax, state.PCur,
958 state.PMin, state.PMax, state.PCur,
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dadfront2.cpp34 linesearchtree(boundingbox.PMin(), boundingbox.PMax()), in AdFront2()
35 pointsearchtree(boundingbox.PMin(), boundingbox.PMax()), in AdFront2()
36 cpointsearchtree(boundingbox.PMin(), boundingbox.PMax()) in AdFront2()
145 linesearchtree.Insert (lbox.PMin(), lbox.PMax(), li); in AddLine()

12345678910>>...13