Home
last modified time | relevance | path

Searched refs:Pl (Results 1 – 25 of 2141) sorted by relevance

12345678910>>...86

/dports/german/BBBike/BBBike-3.18/data/
H A Dplaetze2 #: title: Pl�tze in Berlin
4 Hackescher Markt Pl 10264,13097
6 Kleistpark Pl 7479,9357
7 Hochmeisterplatz Pl 3431,9763
10 Emser Platz Pl 4708,9498
12 Bundesplatz Pl 5357,8013
13 Olivaer Platz Pl 4239,10358
14 Adenauerplatz Pl 3830,10351
17 Blochplatz Pl 9134,15953
27 Hansaplatz Pl 6178,12387
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D5gtpgetc.adb71 end Pl;
143 Pl ("");
145 Pl ("");
149 Pl ("");
151 Pl ("");
154 Pl ("");
165 Pl ("");
168 Pl ("");
170 Pl ("");
173 Pl ("");
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D5gtpgetc.adb71 end Pl;
143 Pl ("");
145 Pl ("");
149 Pl ("");
151 Pl ("");
154 Pl ("");
165 Pl ("");
168 Pl ("");
170 Pl ("");
173 Pl ("");
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ProjLib/
H A DProjLib_Plane.cxx42 ProjLib_Plane::ProjLib_Plane(const gp_Pln& Pl) in ProjLib_Plane() argument
44 Init(Pl); in ProjLib_Plane()
55 Init(Pl); in ProjLib_Plane()
67 Init(Pl); in ProjLib_Plane()
79 Init(Pl); in ProjLib_Plane()
91 Init(Pl); in ProjLib_Plane()
103 Init(Pl); in ProjLib_Plane()
113 void ProjLib_Plane::Init(const gp_Pln& Pl) in Init() argument
118 myPlane = Pl; in Init()
129 gp_Vec OP( Pl.Location(),P); in EvalPnt2d()
[all …]
H A DProjLib.cxx57 gp_Pnt2d ProjLib::Project(const gp_Pln& Pl, const gp_Pnt& P) in Project() argument
60 ElSLib::Parameters(Pl, P, U, V); in Project()
70 gp_Lin2d ProjLib::Project(const gp_Pln& Pl, const gp_Lin& L) in Project() argument
72 ProjLib_Plane Proj( Pl, L); in Project()
82 gp_Circ2d ProjLib::Project(const gp_Pln& Pl, const gp_Circ& C) in Project() argument
84 ProjLib_Plane Proj( Pl, C); in Project()
94 gp_Elips2d ProjLib::Project(const gp_Pln& Pl, const gp_Elips& E) in Project() argument
96 ProjLib_Plane Proj( Pl, E); in Project()
108 ProjLib_Plane Proj( Pl, P); in Project()
118 gp_Hypr2d ProjLib::Project(const gp_Pln& Pl, const gp_Hypr& H) in Project() argument
[all …]
H A DProjLib_Plane.hxx47 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl);
50 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Lin& L);
53 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Circ& C);
56 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Elips& E);
59 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Parab& P);
62 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Hypr& H);
64 Standard_EXPORT void Init (const gp_Pln& Pl);
H A DProjLib.hxx97 Standard_EXPORT static gp_Pnt2d Project (const gp_Pln& Pl, const gp_Pnt& P);
99 Standard_EXPORT static gp_Lin2d Project (const gp_Pln& Pl, const gp_Lin& L);
101 Standard_EXPORT static gp_Circ2d Project (const gp_Pln& Pl, const gp_Circ& C);
103 Standard_EXPORT static gp_Elips2d Project (const gp_Pln& Pl, const gp_Elips& E);
105 Standard_EXPORT static gp_Parab2d Project (const gp_Pln& Pl, const gp_Parab& P);
107 Standard_EXPORT static gp_Hypr2d Project (const gp_Pln& Pl, const gp_Hypr& H);
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DPlumeSolver.F90931 DO Pl=1,PlCount
935 IF(ISNAN(PlStart(Pl,i)) .OR. ISNAN(PlStop(Pl,i))) EXIT
944 PRINT *,'Debug, plume ',Pl,' is active: ',PlActive(Pl)
1052 ANY(PlumePoints(Pl,:,1) /= PlumePoints(Pl,:,1)) ) THEN
1054 county = COUNT(PlumePoints(Pl,:,1) /= PlumePoints(Pl,:,1))
1058 IF(PlumePoints(Pl,i,1) /= PlumePoints(Pl,i,1)) THEN
1073 ANY(PlumePoints(Pl,:,1) == PlumePoints(Pl,:,1)) ) THEN
1079 IF(PlumePoints(Pl,i,1) == PlumePoints(Pl,i,1)) THEN
1180 (PlumePoints(Pl,j,3) - PlumePoints(Pl,j-1,3))
1208 plume_width = W0(Pl) + plume_z * DwDz(Pl)
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GC/
H A DGC_MakePlane.cxx32 GC_MakePlane::GC_MakePlane(const gp_Pln& Pl) in GC_MakePlane() argument
35 ThePlane = new Geom_Plane(Pl); in GC_MakePlane()
66 gce_MakePln Pl(P1,P2,P3); in GC_MakePlane() local
67 TheError = Pl.Status(); in GC_MakePlane()
69 ThePlane = new Geom_Plane(Pl.Value()); in GC_MakePlane()
77 GC_MakePlane::GC_MakePlane(const gp_Pln& Pl , in GC_MakePlane() argument
79 gp_Pln Pln = gce_MakePln(Pl,Dist); in GC_MakePlane()
89 GC_MakePlane::GC_MakePlane(const gp_Pln& Pl , in GC_MakePlane() argument
91 gp_Pln Pln= gce_MakePln(Pl,Point); in GC_MakePlane()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DProjLib_Plane.hxx47 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl);
50 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Lin& L);
53 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Circ& C);
56 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Elips& E);
59 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Parab& P);
62 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Hypr& H);
64 Standard_EXPORT void Init (const gp_Pln& Pl);
H A DBRepGProp_Vinert.hxx101 …Standard_EXPORT BRepGProp_Vinert(const BRepGProp_Face& S, const gp_Pln& Pl, const gp_Pnt& VLocatio…
111 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, const gp_Pln& Pl, const gp_Pnt& VLocation, con…
160 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, const g…
170 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, const g…
182 Standard_EXPORT void Perform (const BRepGProp_Face& S, const gp_Pln& Pl);
184 …Standard_EXPORT Standard_Real Perform (BRepGProp_Face& S, const gp_Pln& Pl, const Standard_Real Ep…
194 Standard_EXPORT void Perform (BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl);
196 …Standard_EXPORT Standard_Real Perform (BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, c…
H A DProjLib.hxx97 Standard_EXPORT static gp_Pnt2d Project (const gp_Pln& Pl, const gp_Pnt& P);
99 Standard_EXPORT static gp_Lin2d Project (const gp_Pln& Pl, const gp_Lin& L);
101 Standard_EXPORT static gp_Circ2d Project (const gp_Pln& Pl, const gp_Circ& C);
103 Standard_EXPORT static gp_Elips2d Project (const gp_Pln& Pl, const gp_Elips& E);
105 Standard_EXPORT static gp_Parab2d Project (const gp_Pln& Pl, const gp_Parab& P);
107 Standard_EXPORT static gp_Hypr2d Project (const gp_Pln& Pl, const gp_Hypr& H);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DProjLib_Plane.hxx47 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl);
50 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Lin& L);
53 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Circ& C);
56 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Elips& E);
59 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Parab& P);
62 Standard_EXPORT ProjLib_Plane(const gp_Pln& Pl, const gp_Hypr& H);
64 Standard_EXPORT void Init (const gp_Pln& Pl);
H A DBRepGProp_Vinert.hxx101 …Standard_EXPORT BRepGProp_Vinert(const BRepGProp_Face& S, const gp_Pln& Pl, const gp_Pnt& VLocatio…
111 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, const gp_Pln& Pl, const gp_Pnt& VLocation, con…
160 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, const g…
170 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, const g…
182 Standard_EXPORT void Perform (const BRepGProp_Face& S, const gp_Pln& Pl);
184 …Standard_EXPORT Standard_Real Perform (BRepGProp_Face& S, const gp_Pln& Pl, const Standard_Real Ep…
194 Standard_EXPORT void Perform (BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl);
196 …Standard_EXPORT Standard_Real Perform (BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, c…
H A Dgp_Pln.lxx147 gp_Pln Pl = *this;
149 return Pl;
158 gp_Pln Pl = *this;
159 Pl.pos.Scale(P, S);
160 return Pl;
168 gp_Pln Pl = *this;
170 return Pl;
178 gp_Pln Pl = *this;
180 return Pl;
189 gp_Pln Pl = *this;
[all …]
H A DProjLib.hxx100 Standard_EXPORT static gp_Pnt2d Project (const gp_Pln& Pl, const gp_Pnt& P);
102 Standard_EXPORT static gp_Lin2d Project (const gp_Pln& Pl, const gp_Lin& L);
104 Standard_EXPORT static gp_Circ2d Project (const gp_Pln& Pl, const gp_Circ& C);
106 Standard_EXPORT static gp_Elips2d Project (const gp_Pln& Pl, const gp_Elips& E);
108 Standard_EXPORT static gp_Parab2d Project (const gp_Pln& Pl, const gp_Parab& P);
110 Standard_EXPORT static gp_Hypr2d Project (const gp_Pln& Pl, const gp_Hypr& H);
/dports/cad/opencascade/opencascade-7.6.0/src/Geom/
H A DGeom_Plane.cxx60 Handle(Geom_Plane) Pl = new Plane ( pos); in Handle()
61 return Pl; in Handle()
83 Geom_Plane::Geom_Plane (const gp_Pln& Pl) { in Geom_Plane() argument
85 pos = Pl.Position(); in Geom_Plane()
96 gp_Pln Pl (P, V); in Geom_Plane() local
97 pos = Pl.Position(); in Geom_Plane()
111 gp_Pln Pl (A, B, C, D); in Geom_Plane() local
112 pos = Pl.Position (); in Geom_Plane()
122 { pos = Pl.Position(); } in SetPln()
245 gp_Pln Pl (Position()); in Coefficients() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/gce/
H A Dgce_MakePln.cxx90 gce_MakePln::gce_MakePln(const gp_Pln& Pl , in gce_MakePln() argument
93 gp_Pnt Center(Pl.Location().XYZ()+Dist*gp_XYZ(Pl.Axis().Direction().XYZ())); in gce_MakePln()
94 ThePln=gp_Pln(gp_Ax3(Center,Pl.Axis().Direction(),Pl.XAxis().Direction())); in gce_MakePln()
103 gce_MakePln::gce_MakePln(const gp_Pln& Pl , in gce_MakePln() argument
106 ThePln = gp_Pln(gp_Ax3(Point,Pl.Axis().Direction(),Pl.XAxis().Direction())); in gce_MakePln()
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Pln.cxx110 gp_Pln Pl = *this; in Mirrored() local
111 Pl.pos.Mirror(P); in Mirrored()
112 return Pl; in Mirrored()
120 gp_Pln Pl = *this; in Mirrored() local
121 Pl.pos.Mirror(A1); in Mirrored()
122 return Pl; in Mirrored()
130 gp_Pln Pl = *this; in Mirrored() local
131 Pl.pos.Mirror(A2); in Mirrored()
132 return Pl; in Mirrored()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_Vinert.hxx101 …Standard_EXPORT BRepGProp_Vinert(const BRepGProp_Face& S, const gp_Pln& Pl, const gp_Pnt& VLocatio…
111 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, const gp_Pln& Pl, const gp_Pnt& VLocation, con…
160 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, const g…
170 …Standard_EXPORT BRepGProp_Vinert(BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, const g…
182 Standard_EXPORT void Perform (const BRepGProp_Face& S, const gp_Pln& Pl);
184 …Standard_EXPORT Standard_Real Perform (BRepGProp_Face& S, const gp_Pln& Pl, const Standard_Real Ep…
194 Standard_EXPORT void Perform (BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl);
196 …Standard_EXPORT Standard_Real Perform (BRepGProp_Face& S, BRepGProp_Domain& D, const gp_Pln& Pl, c…
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dsymmetry.h70 ScalarType Offset=Pl.Offset(); in Bucket()
95 vcg::Plane3<ScalarType> Pl; in Elect() local
96 Pl.Init(AvP,Direction); in Elect()
98 if (Pl.Offset()<0) in Elect()
100 ScalarType Off=Pl.Offset(); in Elect()
101 CoordType Dir=Pl.Direction(); in Elect()
102 Pl.Set(-Dir,-Off); in Elect()
104 int index=Bucket(Pl); in Elect()
143 vcg::Plane3<ScalarType> Pl; in GetInterpolatedPlane() local
144 Pl.Set(AvDir,AvOffset); in GetInterpolatedPlane()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dsymmetry.h89 ScalarType Offset=Pl.Offset(); in Bucket()
114 vcg::Plane3<ScalarType> Pl; in Elect() local
115 Pl.Init(AvP,Direction); in Elect()
117 if (Pl.Offset()<0) in Elect()
119 ScalarType Off=Pl.Offset(); in Elect()
120 CoordType Dir=Pl.Direction(); in Elect()
121 Pl.Set(-Dir,-Off); in Elect()
123 int index=Bucket(Pl); in Elect()
162 vcg::Plane3<ScalarType> Pl; in GetInterpolatedPlane() local
163 Pl.Set(AvDir,AvOffset); in GetInterpolatedPlane()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/
H A Dmul_array_threaded.c39 slong Al, Bl, Pl; member
78 slong Pl = base->Pl; in _nmod_mpoly_mul_array_threaded_worker_LEX() local
99 while (Pi < Pl) in _nmod_mpoly_mul_array_threaded_worker_LEX()
249 Pl = Al + Bl - 1; in _nmod_mpoly_mul_array_chunked_threaded_LEX()
270 for (i = 0; i < Pl; i++) in _nmod_mpoly_mul_array_chunked_threaded_LEX()
284 base->Pl = Pl; in _nmod_mpoly_mul_array_chunked_threaded_LEX()
459 slong Pl = base->Pl; in _nmod_mpoly_mul_array_threaded_worker_DEG() local
492 while (Pi < Pl) in _nmod_mpoly_mul_array_threaded_worker_DEG()
634 Pl = Al + Bl - 1; in _nmod_mpoly_mul_array_chunked_threaded_DEG()
656 for (i = 0; i < Pl; i++) in _nmod_mpoly_mul_array_chunked_threaded_DEG()
[all …]
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/
H A Dmul_array_threaded.c39 slong Al, Bl, Pl; member
78 slong Pl = base->Pl; in _nmod_mpoly_mul_array_threaded_worker_LEX() local
99 while (Pi < Pl) in _nmod_mpoly_mul_array_threaded_worker_LEX()
249 Pl = Al + Bl - 1; in _nmod_mpoly_mul_array_chunked_threaded_LEX()
270 for (i = 0; i < Pl; i++) in _nmod_mpoly_mul_array_chunked_threaded_LEX()
284 base->Pl = Pl; in _nmod_mpoly_mul_array_chunked_threaded_LEX()
459 slong Pl = base->Pl; in _nmod_mpoly_mul_array_threaded_worker_DEG() local
492 while (Pi < Pl) in _nmod_mpoly_mul_array_threaded_worker_DEG()
634 Pl = Al + Bl - 1; in _nmod_mpoly_mul_array_chunked_threaded_DEG()
656 for (i = 0; i < Pl; i++) in _nmod_mpoly_mul_array_chunked_threaded_DEG()
[all …]
/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dmul_array_threaded.c39 slong Al, Bl, Pl; member
78 slong Pl = base->Pl; in _nmod_mpoly_mul_array_threaded_worker_LEX() local
99 while (Pi < Pl) in _nmod_mpoly_mul_array_threaded_worker_LEX()
248 Pl = Al + Bl - 1; in _nmod_mpoly_mul_array_chunked_threaded_LEX()
268 for (i = 0; i < Pl; i++) in _nmod_mpoly_mul_array_chunked_threaded_LEX()
282 base->Pl = Pl; in _nmod_mpoly_mul_array_chunked_threaded_LEX()
455 slong Pl = base->Pl; in _nmod_mpoly_mul_array_threaded_worker_DEG() local
488 while (Pi < Pl) in _nmod_mpoly_mul_array_threaded_worker_DEG()
629 Pl = Al + Bl - 1; in _nmod_mpoly_mul_array_chunked_threaded_DEG()
650 for (i = 0; i < Pl; i++) in _nmod_mpoly_mul_array_chunked_threaded_DEG()
[all …]

12345678910>>...86