Home
last modified time | relevance | path

Searched refs:Pmid (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/givaro/givaro-4.1.1/src/library/poly1/
H A Dgivpoly1kara.inl145 const RepConstIterator Pmid=Pbeg+(ssize_t)half; // cut P in halves local
150 P, Pbeg, Pmid,
154 P, Pmid, Pend,
158 for(RepConstIterator PHi=Pmid; PHi!=Pend; ++PHi)
160 subin(PHPL, PHPL.begin(), P, Pbeg, Pmid); // Ph - Pl
200 const RepConstIterator Pmid=Pbeg+(ssize_t)half; // cut P in halves local
204 P, Pbeg, Pmid); // Pl^2 in first storage part of R
207 P, Pmid, Pend); // Ph^2 in second storage part of R
211 P, Pbeg, Pmid,
212 P, Pmid, Pend);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Speedo/
H A Ddo_trns.c336 point_t Pmid; local
348 Pmid.x = (X0 + (X1 + X2) * 3 + X3 + 4) >> 3;
349 Pmid.y = (Y0 + (Y1 + Y2) * 3 + Y3 + 4) >> 3;
352 fn_line(Pmid);
353 sp_globals.P0 = Pmid;
363 sp_split_curve(Pctrl1, Pctrl2, Pmid, depth);
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_LineConstructor.cxx876 Pmid.Parameters(u1,v1,u2,v2); in TestIfWLineIsRestriction()
1218 gp_Pnt Pmid = ALine->Value(pmid); in Perform() local
1219 Parameters(mySurf1,mySurf2,Pmid,u1,v1,u2,v2); in Perform()
1275 Pmid.Parameters(u1,v1,u2,v2); in Perform()
1429 gp_Pnt Pmid; in Perform() local
1431 Pmid = ElCLib::Value(pmid,GLine->Line()); in Perform()
1434 Pmid = ElCLib::Value(pmid,GLine->Circle()); in Perform()
1437 Pmid = ElCLib::Value(pmid,GLine->Ellipse()); in Perform()
1443 Pmid = ElCLib::Value(pmid,GLine->Parabola()); in Perform()
1445 Parameters(mySurf1,mySurf2,Pmid,u1,v1,u2,v2); in Perform()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_LineConstructor.cxx143 const gp_Pnt Pmid = ALine->Value(pmid); in Perform() local
144 Parameters(myHS1,myHS2,Pmid,u1,v1,u2,v2); in Perform()
172 const IntSurf_PntOn2S& Pmid = WLine->Point(pmid); in Perform() local
173 Pmid.Parameters(u1,v1,u2,v2); in Perform()
351 gp_Pnt Pmid; in Perform() local
352 GLinePoint(typl, GLine, pmid, Pmid); in Perform()
354 Parameters(myHS1,myHS2,Pmid,u1,v1,u2,v2); in Perform()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/dsp/rr/
H A DStompBox.cxx676 if (midb > 0.0f) midb = MG * ((float) Pmid)/64.0f; in init_tone()
683 if (midb > 0.0f) midb = ((float) Pmid)/8.0f; in init_tone()
748 Pmid = value; in changepar()
779 return (Pmid); in getpar()
H A DStompBox.h55 int Pmid; variable
/dports/science/pcmsolver/pcmsolver-1.3.0/doc/
H A Dpcmsolver.bib161 Pmid = {15224397},
215 Pmid = {16092826}
229 Pmid = {19834886},
243 Pmid = {24415924},
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DStompBox.h56 int Pmid;
H A DStompBox.C818 if (midb > 0.0f) midb = MG * ((float) Pmid)/64.0f; in init_tone()
826 if (midb > 0.0f) midb = ((float) Pmid)/8.0f; in init_tone()
899 Pmid = value; in changepar()
932 return (Pmid); in getpar()
/dports/cad/opencascade/opencascade-7.6.0/src/Contap/
H A DContap_Contour.cxx301 const IntSurf_PntOn2S& Pmid = L.Point(pmid); in LineConstructor() local
302 Pmid.Parameters(u1,v1,u2,v2); in LineConstructor()
343 gp_Pnt Pmid = ElCLib::Value(pmid,L.Line()); in LineConstructor() local
345 … ElSLib::Parameters(Adaptor3d_HSurfaceTool::Cylinder(Surf),Pmid,u2,v2); in LineConstructor()
348 … ElSLib::Parameters(Adaptor3d_HSurfaceTool::Cone(Surf),Pmid,u2,v2); in LineConstructor()
387 gp_Pnt Pmid = ElCLib::Value(pmid,L.Circle()); in LineConstructor() local
392 … ElSLib::Parameters(Adaptor3d_HSurfaceTool::Cone(Surf),Pmid,u2,v2); in LineConstructor()
395 … ElSLib::Parameters(Adaptor3d_HSurfaceTool::Sphere(Surf),Pmid,u2,v2); in LineConstructor()
426 gp_Pnt Pmid = ElCLib::Value(pmid,L.Circle()); in LineConstructor() local
431 … ElSLib::Parameters(Adaptor3d_HSurfaceTool::Cone(Surf),Pmid,u2,v2); in LineConstructor()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Offset.cxx632 gp_Pnt Papex, Pfirst, Pquart, Pmid; in Init() local
636 Pmid = TheSurf->Value( uf1, 0.5*(vf1+vf2) ); in Init()
637 gp_Vec DirApex = gp_Vec(Pfirst,Pquart) ^ gp_Vec(Pfirst,Pmid); in Init()
671 gp_Pnt Papex, Pfirst, Pquart, Pmid; in Init() local
675 Pmid = TheSurf->Value( uf2, 0.5*(vf1+vf2) ); in Init()
676 gp_Vec DirApex = gp_Vec(Pfirst,Pquart) ^ gp_Vec(Pfirst,Pmid); in Init()
710 gp_Pnt Papex, Pfirst, Pquart, Pmid; in Init() local
714 Pmid = TheSurf->Value( 0.5*(uf1+uf2), vf1 ); in Init()
715 gp_Vec DirApex = gp_Vec(Pfirst,Pquart) ^ gp_Vec(Pfirst,Pmid); in Init()
751 gp_Pnt Papex, Pfirst, Pquart, Pmid; in Init() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffsetAPI/
H A DBRepOffsetAPI_DraftAngle.cxx880 gp_Pnt2d Pfirst, Plast, Pmid; in CorrectWires() local
883 Pmid = bc2d.Value ((bc2d.FirstParameter () + bc2d.LastParameter ()) / 2.); in CorrectWires()
888 Pmid.X () - 2.*M_PI > Precision::Confusion ()) in CorrectWires()
895 Pmid.X () < -Precision::Confusion ()) in CorrectWires()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5112.c354 int16_t minPwr_t4, maxPwr_t4, Pmin, Pmid; in ar5112SetPowerTable() local
499 ahp->ah_pcdacTable, &Pmid); in ar5112SetPowerTable()
501 *pPowerMid = (int16_t) (Pmid / 2); in ar5112SetPowerTable()
/dports/cad/opencascade/opencascade-7.6.0/src/IntWalk/
H A DIntWalk_IWalking_2.gxx670 gp_Pnt2d Pmid(UV(1),UV(2));
672 gp_Vec2d P1Pmid(P2d1, Pmid);
673 gp_Vec2d P2Pmid(P2d2, Pmid);
676 Standard_Boolean IsPmidValid = (ScalProd1 > 0. && ScalProd2 < 0); //Pmid is in the middle
680 if (IsPointOnLine(Pmid,iline))
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntWalk_IWalking_2.gxx670 gp_Pnt2d Pmid(UV(1),UV(2));
672 gp_Vec2d P1Pmid(P2d1, Pmid);
673 gp_Vec2d P2Pmid(P2d2, Pmid);
676 Standard_Boolean IsPmidValid = (ScalProd1 > 0. && ScalProd2 < 0); //Pmid is in the middle
680 if (IsPointOnLine(Pmid,iline))
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntWalk_IWalking_2.gxx670 gp_Pnt2d Pmid(UV(1),UV(2));
672 gp_Vec2d P1Pmid(P2d1, Pmid);
673 gp_Vec2d P2Pmid(P2d2, Pmid);
676 Standard_Boolean IsPmidValid = (ScalProd1 > 0. && ScalProd2 < 0); //Pmid is in the middle
680 if (IsPointOnLine(Pmid,iline))
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/doc/
H A Dcufflinks.bib286 Pmid = {12610304},
362 Pmid = {15059991},
397 Pmid = {12824358},
431 Pmid = {12529311},
464 Pmid = {15060012},
773 Pmid = {12824355},
801 Pmid = {14534169},
833 Pmid = {15060015},
996 Pmid = {15597117},
1059 Pmid = {12529308},
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_sdhandler.h121 void onEodResponse(int Pmid);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_sdhandler.h121 void onEodResponse(int Pmid);
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_FacesIntersector.cxx674 const IntSurf_PntOn2S& Pmid = theWLine->Point(i); in TestWLineAlongRestriction() local
676 if(theRank==1) Pmid.ParametersOnS1(u, v); in TestWLineAlongRestriction()
677 else Pmid.ParametersOnS2(u, v); in TestWLineAlongRestriction()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_OffsetWire.cxx2471 gp_Pnt2d PV2d, Pfirst, Plast, Pmid; in IsSmallClosedEdge() local
2483 Pmid = PCurve->Value((fpar + lpar)*0.5); in IsSmallClosedEdge()
2490 Standard_Real dist3 = Pmid.Distance(PV2d); in IsSmallClosedEdge()
2708 gp_Pnt Pmid((Pdeb.XYZ()+Pdelta.XYZ())/2.); in QuasiFleche() local
2710 theFleche = Pmid.SquareDistance(Pverif); in QuasiFleche()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_TOPOLOGY.cxx948 gp_Pnt Pmid; FUN_tool_value(mid,E2,Pmid); in FUN_tool_SameOri() local
955 Standard_Real pE1,dist; ok = FUN_tool_projPonE(Pmid,E1,pE1,dist); in FUN_tool_SameOri()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/mpi/
H A Dmpi.c3990 mp_digit Pmid; \
3993 Pmid = (a & MP_HALF_DIGIT_MAX) * (a >> MP_HALF_DIGIT_BIT); \
3994 Phi += Pmid >> (MP_HALF_DIGIT_BIT - 1); \
3995 Pmid <<= (MP_HALF_DIGIT_BIT + 1); \
3996 Plo += Pmid; \
3997 if (Plo < Pmid) \
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/mpi/
H A Dmpi.c4001 mp_digit Pmid; \
4004 Pmid = (a & MP_HALF_DIGIT_MAX) * (a >> MP_HALF_DIGIT_BIT); \
4005 Phi += Pmid >> (MP_HALF_DIGIT_BIT - 1); \
4006 Pmid <<= (MP_HALF_DIGIT_BIT + 1); \
4007 Plo += Pmid; \
4008 if (Plo < Pmid) \
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/mpi/
H A Dmpi.c4093 mp_digit Pmid; \
4096 Pmid = (a & MP_HALF_DIGIT_MAX) * (a >> MP_HALF_DIGIT_BIT); \
4097 Phi += Pmid >> (MP_HALF_DIGIT_BIT - 1); \
4098 Pmid <<= (MP_HALF_DIGIT_BIT + 1); \
4099 Plo += Pmid; \
4100 if (Plo < Pmid) \

12