Home
last modified time | relevance | path

Searched refs:L2d (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DWaveletCompressor.h375 L2d[0] = L[0]; in WaveReconstruct2D()
376 L2d[1] = L[1]; in WaveReconstruct2D()
377 L2d[2] = L[2]; in WaveReconstruct2D()
378 L2d[3] = L[3]; in WaveReconstruct2D()
379 L2d[4] = L[4]; in WaveReconstruct2D()
387 L2d[8] = L2d[0] + L2d[4]; // This is always true for Biorthogonal wavelets in WaveReconstruct2D()
388 L2d[9] = L2d[1] + L2d[3]; // (same above) in WaveReconstruct2D()
399 L2d[0] = L2d[8]; in WaveReconstruct2D()
400 L2d[1] = L2d[9]; in WaveReconstruct2D()
410 L2d[8] = L2d[0] + L2d[4]; in WaveReconstruct2D()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DWaveletCompressor.h424 L2d[0] = L[0]; in WaveReconstruct2D()
425 L2d[1] = L[1]; in WaveReconstruct2D()
426 L2d[2] = L[2]; in WaveReconstruct2D()
427 L2d[3] = L[3]; in WaveReconstruct2D()
428 L2d[4] = L[4]; in WaveReconstruct2D()
436 L2d[8] = L2d[0] + L2d[4]; // This is always true for Biorthogonal wavelets in WaveReconstruct2D()
437 L2d[9] = L2d[1] + L2d[3]; // (same above) in WaveReconstruct2D()
450 L2d[0] = L2d[8]; in WaveReconstruct2D()
451 L2d[1] = L2d[9]; in WaveReconstruct2D()
461 L2d[8] = L2d[0] + L2d[4]; in WaveReconstruct2D()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Intf/
H A DIntf_Tool.cxx64 boxLin.Set(L2d.Location(), L2d.Direction()); in Lin2dBox()
85 else parmin=(xmin-L2d.Location().XY().X())/L2d.Direction().XY().X(); in Lin2dBox()
87 else parmax=(xmax-L2d.Location().XY().X())/L2d.Direction().XY().X(); in Lin2dBox()
92 else parmin=(xmax-L2d.Location().XY().X())/L2d.Direction().XY().X(); in Lin2dBox()
94 else parmax=(xmin-L2d.Location().XY().X())/L2d.Direction().XY().X(); in Lin2dBox()
98 if (L2d.Location().XY().X()<xmin || xmax<L2d.Location().XY().X()) in Lin2dBox()
124 if (L2d.Location().XY().Y()<ymin || ymax<L2d.Location().XY().Y()) in Lin2dBox()
136 par1=L2d.Location().XY().X()+parmin*L2d.Direction().XY().X(); in Lin2dBox()
137 par2=L2d.Location().XY().X()+parmax*L2d.Direction().XY().X(); in Lin2dBox()
143 par1=L2d.Location().XY().Y()+parmin*L2d.Direction().XY().Y(); in Lin2dBox()
[all …]
/dports/devel/util-linux/util-linux-2.36/tests/expected/lscpu/
H A Dlscpu-s390-lpar-drawer21 L2d cache: 16 MiB
31 # CPU,Core,Socket,Node,,L1d,L1i,L2d,L2i
44 # CPU,Core,Socket,Node,,L1d,L1i,L2d,L2i
H A Dlscpu-vbox-win22 L2d cache: 6 MiB
29 # CPU,Core,Socket,Node,,L1d,L1d,L2d
36 # CPU,Core,Socket,Node,,L1d,L1d,L2d
H A Dlscpu-s390-nested-virt21 L2d cache: 4 MiB
36 # CPU,Core,Socket,Node,,L1d,L1i,L2d,L2i
43 # CPU,Core,Socket,Node,,L1d,L1i,L2d,L2i
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_Intg_Rep.cpp35 Kernel L2d, L3d, H2d, H3d; variable
41 return L2d(S2,P,r); in l2d()
47 L2d.grady(S2,P,g); in dnl2d()
125 L2d=Laplace2dKernel(); in unit_Intg_Rep()
175 …intgRep<Real>(ims,xs,L2d,Gamma,u0,U0,dnU0,sol,"Laplace2d P0 Gauss-Legendre_"+tostring(ord),withFil… in unit_Intg_Rep()
178 … intgRep<Real>(ims,xs,L2d,Gamma,u0,U0,dnU0,sol,"Laplace2d P0 Lenoir-Salles",withFile,withTime); in unit_Intg_Rep()
190 …intgRep<Real>(ims,xs,L2d,Gamma,u1,U1,dnU1,sol,"Laplace2d P1 Gauss-Legendre_"+tostring(ord),withFil… in unit_Intg_Rep()
192 … intgRep<Real>(ims,xs,L2d,Gamma,u1,U1,dnU1,sol,"Laplace2d P1 Lenoir-Salles",withFile,withTime); in unit_Intg_Rep()
/dports/cad/opencascade/opencascade-7.6.0/src/StepToTopoDS/
H A DStepToTopoDS_TranslatePolyLoop.cxx84 Handle(Geom2d_Line) L2d; in Init() local
149 L2d = new Geom2d_Line(V2p1, gp_Dir2d(V2d)); in Init()
153 L2d = new Geom2d_Line(V2p2, gp_Dir2d(V2d)); in Init()
155 B.UpdateEdge(E, L2d, TopoFace, 0.); in Init()
/dports/graphics/vips/vips-8.12.0/libvips/colour/
H A DdE00.c125 double L2d = L2; in vips_col_dE00() local
133 double Ldb = (L1d + L2d) / 2; in vips_col_dE00()
170 double dLd = L1d - L2d; in vips_col_dE00()
/dports/sysutils/linrename/util-linux-2.25.2/tests/expected/lscpu/
H A Dlscpu-vbox-win21 L2d cache: 6144K
27 # CPU,Core,Socket,Node,,L1d,L1d,L2d
/dports/cad/opencascade/opencascade-7.6.0/src/BRepPrim/
H A DBRepPrim_Cylinder.cxx136 Handle(Geom2d_Line) L2d = new Geom2d_Line(gp_Pnt2d(myRadius,0),gp_Dir2d(0,1)); in SetMeridian()
137 Meridian(L,L2d); in SetMeridian()
H A DBRepPrim_Cone.cxx177 Handle(Geom2d_Line) L2d = in SetMeridian()
179 Meridian(L,L2d); in SetMeridian()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/02_Modeling/src/
H A DModelingDoc.cpp3721 Handle (Geom2d_Line) L2d; in OnBuilder() local
3735 B.UpdateEdge(EY10,L2d,FXMAX,precision); in OnBuilder()
3741 B.UpdateEdge(EZ11,L2d,FXMAX,precision); in OnBuilder()
3747 B.UpdateEdge(EY11,L2d,FXMAX,precision); in OnBuilder()
3753 B.UpdateEdge(EZ10,L2d,FXMAX,precision); in OnBuilder()
3767 B.UpdateEdge(EZ00,L2d,FXMIN,precision); in OnBuilder()
3773 B.UpdateEdge(EY01,L2d,FXMIN,precision); in OnBuilder()
3779 B.UpdateEdge(EZ01,L2d,FXMIN,precision); in OnBuilder()
3785 B.UpdateEdge(EY00,L2d,FXMIN,precision); in OnBuilder()
3801 B.UpdateEdge(EZ00,L2d,FYMAX,precision); in OnBuilder()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx1580 Standard_Real UFirst, ULast, VFirst, VLast, F2d, L2d; in UpdateEdge() local
1609 L2d = VLast; in UpdateEdge()
1616 L2d = ULast; in UpdateEdge()
1618 CL = new (Geom2d_TrimmedCurve) (L, F2d, L2d); in UpdateEdge()
1652 CL = new (Geom2d_TrimmedCurve)(L, F2d, L2d); in UpdateEdge()
1655 L2d = CL->LastParameter(); in UpdateEdge()
1663 B.Range(E, F2d, L2d); in UpdateEdge()
1665 Last = L2d; in UpdateEdge()
1668 if (First != F2d || Last != L2d) { in UpdateEdge()
1671 F2d, L2d, First, Last, in UpdateEdge()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/test/LinearAlgebra/
H A DEigenMatrixAlgebraTests.cpp876 const Eigen::Matrix2d L2d = boost::any_cast<Eigen::Matrix2d>(alg->SquareRoot(chol2d)); in TEST() local
877 EXPECT_NEAR((L2d*L2d.transpose()-mat2d).norm(), 0.0, 1.0e-10); in TEST()
937 Eigen::Matrix2d L2d = chol2d.matrixL(); in TEST() local
938 EXPECT_DOUBLE_EQ(alg->LogDeterminate(chol2d), 2.0*L2d.diagonal().array().log().sum()); in TEST()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DApprox_BSplComputeLine.gxx73 Handle(Geom2d_Line) L2d;
130 L2d = new Geom2d_Line(tabP2d(j), gp_Dir2d(TabV2d(j)));
131 L2dt = new Geom2d_TrimmedCurve(L2d, 0.0, 0.3);
/dports/cad/opencascade/opencascade-7.6.0/src/Approx/
H A DApprox_BSplComputeLine.gxx73 Handle(Geom2d_Line) L2d;
130 L2d = new Geom2d_Line(tabP2d(j), gp_Dir2d(TabV2d(j)));
131 L2dt = new Geom2d_TrimmedCurve(L2d, 0.0, 0.3);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DApprox_BSplComputeLine.gxx73 Handle(Geom2d_Line) L2d;
130 L2d = new Geom2d_Line(tabP2d(j), gp_Dir2d(TabV2d(j)));
131 L2dt = new Geom2d_TrimmedCurve(L2d, 0.0, 0.3);
/dports/cad/opencascade/opencascade-7.6.0/src/Draft/
H A DDraft_Modification_1.cxx901 Handle(Geom2d_Line) L2d in Perform()
906 Einf.ChangeFirstPC() = L2d; in Perform()
908 Einf.ChangeSecondPC() = L2d; in Perform()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/qa/unit/data/draw/libmwaw/pass/
H A DCanvas_2.hqx363 "UUVp!!')L2d!BJ&hGrd!!999r3!"4%6p!!%L)[d!!4%4q`!"lZlp!!(GhId!!EZ
364 lr3!"UUVp!!')L2d!!AGhr3!"99Ap!!&%42d!!5)Lr3!"%4(l!!(Zl[d!!GhGr3!
/dports/cad/opencascade/opencascade-7.6.0/src/GeomLib/
H A DGeomLib.cxx674 gp_Lin2d L2d = Line2d->Lin2d(); in Handle() local
675 gp_Lin L3d = ElCLib::To3d (Position, L2d); in Handle()
/dports/devel/upp/upp/uppsrc/ide/app.tpp/
H A DCommandLineArugments_en-us.tpp55 …+X1DKrrIIoCixebGPuXAdLlxYAcORINrfc8iCpqcmsWLGYmJho//jJkx/yP/ZZunSFvul3x2Bo+L2d/ftNfPutlQ8/LApqFz+/…
/dports/games/gnushogi/gnushogi-1.4.2/misc/
H A Dgnushogi.tbk3108 …f P8f P*8g! P*2c 8g8h+ S8h B*3e R2h 3e5g+ 2c2b+ R2b P*2c R1b B*2b P*2d 2b1a+ R1a L*2g B*4e L2d P*2g
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/installer_mac/Resources/
H A Dicns.rsrc5736 $"7BF3 3D60 E1D4 FC20 E74C 3264 080E F0FD" /* {�=`��� �L2d..�� */
/dports/math/cantor/cantor-21.12.3/src/test/data/
H A DAEC.04 - Evolutionary Strategies and Covariance Matrix Adaptation.ipynb769 …KtstKNCiDAMcRwHy7Jx3R6Lq0kK6UE+89jv8vqVErXgTdKF7TuOhYjIlPZ53rhSYfaIw83uubs+L2d+BEKB0f4kpy9v8ZEHM2y…

12