Home
last modified time | relevance | path

Searched refs:Pl1 (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/flif/FLIF-0.3-96-g74ea92b/src/image/
H A Dimage-rggb.cpp179 unsigned int Pl0, Pl1, Pl2, Pl3; in image_load_rggb() local
182 Pl1=0; in image_load_rggb()
187 Pl1=3; in image_load_rggb()
192 Pl1=2; in image_load_rggb()
197 Pl1=1; in image_load_rggb()
222 image.set(Pl1,y/2,x/2, pixel); // G1 in image_load_rggb()
241 image.set(Pl1,y/2,x/2, fgetc(fp)); // G1 in image_load_rggb()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFiKPart/
H A DChFiKPart_ComputeData_FilPlnPln.cxx50 const gp_Pln& Pl1, in ChFiKPart_MakeFillet() argument
61 gp_Ax3 Pos1 = Pl1.Position(); in ChFiKPart_MakeFillet()
67 IntAna_QuadQuadGeo LInt (Pl1,Pl2,Precision::Angular(), in ChFiKPart_MakeFillet()
H A DChFiKPart_ComputeData_ChAsymPlnPln.cxx56 const gp_Pln& Pl1, in ChFiKPart_MakeChAsym() argument
71 gp_Ax3 Pos1 = Pl1.Position(); in ChFiKPart_MakeChAsym()
80 IntAna_QuadQuadGeo LInt (Pl1, Pl2, Precision::Angular(), in ChFiKPart_MakeChAsym()
H A DChFiKPart_ComputeData_ChPlnPln.cxx57 const gp_Pln& Pl1, in ChFiKPart_MakeChamfer() argument
71 gp_Ax3 Pos1 = Pl1.Position(); in ChFiKPart_MakeChamfer()
79 IntAna_QuadQuadGeo LInt (Pl1,Pl2,Precision::Angular(), in ChFiKPart_MakeChamfer()
H A DChFiKPart_ComputeData_FilPlnPln.hxx22 const gp_Pln& Pl1,
H A DChFiKPart_ComputeData_ChAsymPlnPln.hxx22 const gp_Pln& Pl1,
H A DChFiKPart_ComputeData_ChPlnPln.hxx24 const gp_Pln& Pl1,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DChFiKPart_ComputeData_FilPlnPln.hxx22 const gp_Pln& Pl1,
H A DChFiKPart_ComputeData_ChAsymPlnPln.hxx22 const gp_Pln& Pl1,
H A DChFiKPart_ComputeData_ChPlnPln.hxx24 const gp_Pln& Pl1,
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DChFiKPart_ComputeData_FilPlnPln.hxx22 const gp_Pln& Pl1,
H A DChFiKPart_ComputeData_ChAsymPlnPln.hxx22 const gp_Pln& Pl1,
H A DChFiKPart_ComputeData_ChPlnPln.hxx24 const gp_Pln& Pl1,
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_FilBuilder_C2.cxx606 const ChFiDS_CommonPoint& Pl1 = coin->VertexLastOnS1(); in PerformTwoCorner() local
616 Il1 = ChFi3d_IndexPointInDS(Pl1,DStr); in PerformTwoCorner()
654 ChFi3d_ComputeArete(Pl1,pp1,Pl2,pp2, in PerformTwoCorner()
702 sd2->ChangeVertex(isfirst2,IFaCo2) = Pl1; in PerformTwoCorner()
840 const ChFiDS_CommonPoint& Pl1 = coin->VertexLastOnS1(); in PerformTwoCorner() local
847 Il1 = ChFi3d_IndexPointInDS(Pl1,DStr); in PerformTwoCorner()
888 ChFi3d_ComputeArete(Pl1,pp1,Pl2,pp2, in PerformTwoCorner()
924 sdsam->ChangeVertex(isfirstsam,ifacosam) = Pl1; in PerformTwoCorner()
937 sddif->ChangeVertex(isfirstdif,ifacodif) = Pl1; in PerformTwoCorner()
H A DChFi3d_ChBuilder_C3.cxx694 ChFiDS_CommonPoint& Pl1 = coin->ChangeVertexLastOnS1(); in PerformThreeCorner() local
696 Pl1 = coin->ChangeVertexFirstOnS1(); in PerformThreeCorner()
707 Il1 = ChFi3d_IndexPointInDS(Pl1,DStr); in PerformThreeCorner()
755 ChFi3d_ComputeArete(Pl1,pp1,Pl2,pp2, in PerformThreeCorner()
811 fdfin->ChangeVertex(isfirst,isurf1) = Pl1; in PerformThreeCorner()
H A DChFi3d_FilBuilder_C3.cxx715 ChFiDS_CommonPoint& Pl1 = coin->ChangeVertexLastOnS1(); in PerformThreeCorner() local
716 if(c1pointu) Pl1 = coin->ChangeVertexFirstOnS1(); in PerformThreeCorner()
723 pbl1->Add(Pl1.Point());pbl2->Add(Pl2.Point()); in PerformThreeCorner()
731 else Il1 = ChFi3d_IndexPointInDS(Pl1,DStr); in PerformThreeCorner()
763 ChFi3d_ComputeArete(Pl1,pp1,Pl2,pp2, in PerformThreeCorner()
825 fdfin->ChangeVertex(isfirst,isurf1) = Pl1; in PerformThreeCorner()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/propagation/model/
H A Dthree-gpp-propagation-loss-model.cc371 loss = Pl1 (m_frequency, distance3D, m_h, m_w); in GetLossLos()
376 loss = Pl1 (m_frequency, distanceBp, m_h, m_w) + 40 * log10 (distance3D / distanceBp); in GetLossLos()
483 ThreeGppRmaPropagationLossModel::Pl1 (double frequency, double distance3D, double h, double w) in Pl1() function in ns3::ThreeGppRmaPropagationLossModel
H A Dthree-gpp-propagation-loss-model.h338 static double Pl1 (double frequency, double distance3D, double h, double w);
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DTESTBLOCKPLOT_FUNNEL_3_12.DP81 let string stevent = Pl2 < Pl1; let lower = 2; let upper = 1
H A DTESTBLOCKPLOT_SHEESLEY.DP88 let string stevent = Pl2 < Pl1; let lower = 2; let upper = 1
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_Pipe.cxx760 GeomFill_SectionPlacement Pl1(myLoc, FirstSect); in Init() local
761 Pl1.Perform(first,Precision::Confusion()); in Init()
762 SeqC.Append(Pl1.Section(Standard_False)); in Init()
/dports/multimedia/openshot/openshot-qt-2.6.1/installer/
H A Ddmg-icon.hqx165 %i[hpq[cpq-58dIhep[Ihr0H@28PlJ`!T@8FeLE[Pl1[VkIE+NXcFe0$1b-ASrrc
204 lq[cpq-58dIhep[Ihr0H@28PlJ`!T@8FeLE[Pl1[Vk[E,NpRjmZlXkHMer[clqIE
/dports/www/flexget/Flexget-3.2.18/flexget/tests/cassettes/
H A Dtest_nfo_lookup.TestNfoLookupWithMovies.test_nfo_lookup_without_filesystem695 ZhI+PCJqQ4V2MJtSQhhzB8egMKLnzOhdl4HN/X75V1OvX/5mkzoms8l0xfR5cwyp89vDr3/93Pl1
H A Dtest_imdb.TestImdb.test_actors613 UxuXCYVFeAnK+Btw/i+/Pl1+2d3xvtLqtsf9wWzl1xMVd+gml4vUU7HXHbdaUtsXqskS6pnjZc9a
/dports/emulators/bochs/bochs-2.7/build/macos/
H A Dbochs.rsrc267 [HDH8N!#Pl1,0GAM*cRAFaPd(CG!"2[$'8+!#`JA)YH%BP-hGhGfL&%+#LR)9UKJ

12