Home
last modified time | relevance | path

Searched refs:d1v (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/cad/opencascade/opencascade-7.6.0/src/BlendFunc/
H A DBlendFunc_Corde.cxx77 gp_Vec d1u,d1v; in Value() local
78 surf->D1(X(1),X(2),pts,d1u,d1v); in Value()
94 gp_Vec d1u,d1v; in Derivatives() local
95 surf->D1(X(1),X(2),pts,d1u,d1v); in Derivatives()
98 D(1,2) = nplan.Dot(d1v); in Derivatives()
100 D(2,2) = 2.*gp_Vec(ptgui,pts).Dot(d1v); in Derivatives()
182 gp_Vec d1u,d1v; in DerFguide() local
183 surf->D1(Sol(1),Sol(2),pts,d1u,d1v); in DerFguide()
204 gp_Vec dnplan,temp,d1u,d1v; in IsSolution() local
211 surf->D1(Sol(1),Sol(2),pts,d1u,d1v); in IsSolution()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Contap/
H A DContap_SurfProps.cxx118 gp_Vec d1u,d1v; in Normale() local
119 Adaptor3d_HSurfaceTool::D1(S,U,V,P,d1u,d1v); in Normale()
120 Norm = d1u.Crossed(d1v); in Normale()
139 gp_Vec& d1v, in DerivAndNorm() argument
149 ElSLib::D1(U,V,pl,P,d1u,d1v); in DerivAndNorm()
160 ElSLib::D1(U,V,sp,P,d1u,d1v); in DerivAndNorm()
174 ElSLib::D1(U,V,cy,P,d1u,d1v); in DerivAndNorm()
187 ElSLib::D1(U,V,co,P,d1u,d1v); in DerivAndNorm()
222 Norm = d1u.Crossed(d1v); in DerivAndNorm()
330 gp_Vec d1u,d1v,d2u,d2v,d2uv; in NormAndDn() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepBlend/
H A DBRepBlend_SurfPointConstRadInv.cxx87 gp_Vec d1cur(0.,0.,0.),d1u(0.,0.,0.),d1v(0.,0.,0.); in Value() local
96 surf->D1(X(2),X(3),pts,d1u,d1v); in Value()
99 ns = d1u.Crossed(d1v).XYZ(); in Value()
119 gp_Vec d1cur,d2cur,nplan,dnplan,d1u,d1v,d2u,d2v,duv; in Derivatives() local
137 surf->D2(X(2),X(3),pts,d1u,d1v,d2u,d2v,duv); in Derivatives()
140 D(2,3) = nplan.Dot(d1v); in Derivatives()
142 gp_Vec nsurf = d1u.Crossed(d1v); in Derivatives()
196 gp_Vec d1cur,d2cur,nplan,dnplan,d1u,d1v,d2u,d2v,duv; in Values() local
200 surf->D2(X(2),X(3),pts,d1u,d1v,d2u,d2v,duv); in Values()
220 D(2,3) = nplan.Dot(d1v); in Values()
[all …]
H A DBRepBlend_SurfPointEvolRadInv.cxx75 gp_Vec d1cur,d1u,d1v; in Value() local
81 surf->D1(X(2),X(3),pts,d1u,d1v); in Value()
84 ns = d1u.Crossed(d1v).XYZ(); in Value()
102 gp_Vec d1cur,d2cur,nplan,dnplan,d1u,d1v,d2u,d2v,duv; in Derivatives() local
117 surf->D2(X(2),X(3),pts,d1u,d1v,d2u,d2v,duv); in Derivatives()
120 D(2,3) = nplan.Dot(d1v); in Derivatives()
122 gp_Vec nsurf = d1u.Crossed(d1v); in Derivatives()
174 gp_Vec d1cur,d2cur,nplan,dnplan,d1u,d1v,d2u,d2v,duv; in Values() local
181 surf->D2(X(2),X(3),pts,d1u,d1v,d2u,d2v,duv); in Values()
196 D(2,3) = nplan.Dot(d1v); in Values()
[all …]
H A DBRepBlend_SurfCurvConstRadInv.cxx139 gp_Vec d1u,d1v,d2u,d2v,duv; in Derivatives() local
140 surf->D2(p2drst.X(),p2drst.Y(),pts,d1u,d1v,d2u,d2v,duv); in Derivatives()
144 dwrstpts.SetLinearForm(d1rst.X(),d1u,d1rst.Y(),d1v); in Derivatives()
147 gp_Vec nsurf = d1u.Crossed(d1v); in Derivatives()
148 gp_Vec dunsurf = d2u.Crossed(d1v).Added(d1u.Crossed(duv)); in Derivatives()
149 gp_Vec dvnsurf = d1u.Crossed(d2v).Added(duv.Crossed(d1v)); in Derivatives()
221 gp_Vec d1u,d1v,d2u,d2v,duv; in Values() local
222 surf->D2(p2drst.X(),p2drst.Y(),pts,d1u,d1v,d2u,d2v,duv); in Values()
227 dwrstpts.SetLinearForm(d1rst.X(),d1u,d1rst.Y(),d1v); in Values()
230 gp_Vec nsurf = d1u.Crossed(d1v); in Values()
[all …]
H A DBRepBlend_SurfCurvEvolRadInv.cxx134 gp_Vec d1u,d1v,d2u,d2v,duv; in Derivatives() local
135 surf->D2(p2drst.X(),p2drst.Y(),pts,d1u,d1v,d2u,d2v,duv); in Derivatives()
139 dwrstpts.SetLinearForm(d1rst.X(),d1u,d1rst.Y(),d1v); in Derivatives()
142 gp_Vec nsurf = d1u.Crossed(d1v); in Derivatives()
143 gp_Vec dunsurf = d2u.Crossed(d1v).Added(d1u.Crossed(duv)); in Derivatives()
144 gp_Vec dvnsurf = d1u.Crossed(d2v).Added(duv.Crossed(d1v)); in Derivatives()
223 gp_Vec d1u,d1v,d2u,d2v,duv; in Values() local
224 surf->D2(p2drst.X(),p2drst.Y(),pts,d1u,d1v,d2u,d2v,duv); in Values()
229 dwrstpts.SetLinearForm(d1rst.X(),d1u,d1rst.Y(),d1v); in Values()
232 gp_Vec nsurf = d1u.Crossed(d1v); in Values()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_ArcFunction.cxx40 gp_Vec v,d1u,d1v; in Derivative() local
42 mySurf->D1(p2d.X(),p2d.Y(),ptsol,d1u,d1v); in Derivative()
43 v.SetLinearForm(d2d.X(),d1u,d2d.Y(),d1v); in Derivative()
52 gp_Vec d1u,d1v; in Values() local
56 mySurf->D1(p2d.X(),p2d.Y(),ptsol,d1u,d1v); in Values()
57 v1.SetLinearForm(d2d.X(),d1u,d2d.Y(),d1v); in Values()
H A DIntPatch_CSFunction.cxx72 gp_Vec d1u,d1v; in Derivatives() local
76 Adaptor3d_HSurfaceTool::D1(SURFACE2,p2d.X(),p2d.Y(),Pcurv,d1u,d1v); in Derivatives()
77 D1w.SetLinearForm(d2d.X(),d1u,d2d.Y(),d1v); in Derivatives()
99 gp_Vec d1u,d1v; in Values() local
103 Adaptor3d_HSurfaceTool::D1(SURFACE2,p2d.X(),p2d.Y(),Pcurv,d1u,d1v); in Values()
104 D1w.SetLinearForm(d2d.X(),d1u,d2d.Y(),d1v); in Values()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6769124/
H A DTestUnalignedLoad6769124.java35 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad6769124
40 double d1 = d1v; in main()
57 if (d1 != d1v) { in main()
58 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6769124/
H A DTestUnalignedLoad6769124.java35 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad6769124
40 double d1 = d1v; in main()
57 if (d1 != d1v) { in main()
58 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java38 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad
43 double d1 = d1v; in main()
60 if (d1 != d1v) { in main()
61 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java38 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad
43 double d1 = d1v; in main()
60 if (d1 != d1v) { in main()
61 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java38 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad
43 double d1 = d1v; in main()
60 if (d1 != d1v) { in main()
61 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java38 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad
43 double d1 = d1v; in main()
60 if (d1 != d1v) { in main()
61 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java38 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad
43 double d1 = d1v; in main()
60 if (d1 != d1v) { in main()
61 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java38 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad
43 double d1 = d1v; in main()
60 if (d1 != d1v) { in main()
61 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java38 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad
43 double d1 = d1v; in main()
60 if (d1 != d1v) { in main()
61 System.out.println(d1 + " != " + d1v); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java38 static double d1v = Double.MAX_VALUE; field in TestUnalignedLoad
43 double d1 = d1v; in main()
60 if (d1 != d1v) { in main()
61 System.out.println(d1 + " != " + d1v); in main()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntImp_ZerImpFunc.gxx78 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
81 D(1,2) = d1v.Dot(gradient);
93 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
98 D(1,2) = d1v.Dot(gradient);
109 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
113 tgdu = gradient.Dot(d1v);
118 Standard_Real N2d1v = d1v.SquareMagnitude();
122 d3d.SetLinearForm(tgdu,d1u,tgdv,d1v);
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestSymArith_C2.cpp33 tmv::DiagMatrixView<T> d1v = d1.view(); in TestSymMatrixArith_C2() local
35 tmv::DiagMatrix<T> d1x = d1v; in TestSymMatrixArith_C2()
47 TestMatrixArith4(d1v,cd1v,si,csi,"Diag/Sym"); in TestSymMatrixArith_C2()
48 TestMatrixArith5(d1v,cd1v,si,csi,"Diag/Sym"); in TestSymMatrixArith_C2()
49 TestMatrixArith6x(d1v,cd1v,si,csi,"Diag/Sym"); in TestSymMatrixArith_C2()
H A DTMV_TestBandArith_C1.cpp30 tmv::DiagMatrixView<T> d1v = d1.view(); in TestBandMatrixArith_C1() local
32 tmv::DiagMatrix<T> d1x = d1v; in TestBandMatrixArith_C1()
43 TestMatrixArith4(bi,cbi,d1v,cd1v,"Band/Diag"); in TestBandMatrixArith_C1()
44 TestMatrixArith5(bi,cbi,d1v,cd1v,"Band/Diag"); in TestBandMatrixArith_C1()
45 TestMatrixArith6x(bi,cbi,d1v,cd1v,"Band/Diag"); in TestBandMatrixArith_C1()
H A DTMV_TestSymArith_C1.cpp36 tmv::DiagMatrixView<T> d1v = d1.view(); in TestSymMatrixArith_C1() local
48 TestMatrixArith4(si,csi,d1v,cd1v,"Sym/Diag"); in TestSymMatrixArith_C1()
49 TestMatrixArith5(si,csi,d1v,cd1v,"Sym/Diag"); in TestSymMatrixArith_C1()
50 TestMatrixArith6x(si,csi,d1v,cd1v,"Sym/Diag"); in TestSymMatrixArith_C1()
H A DTMV_TestSymBandArith_C1.cpp36 tmv::DiagMatrixView<T> d1v = d1.view(); in TestSymBandMatrixArith_C1() local
48 TestMatrixArith4(si,csi,d1v,cd1v,"SymBand/Diag"); in TestSymBandMatrixArith_C1()
49 TestMatrixArith5(si,csi,d1v,cd1v,"SymBand/Diag"); in TestSymBandMatrixArith_C1()
50 TestMatrixArith6x(si,csi,d1v,cd1v,"SymBand/Diag"); in TestSymBandMatrixArith_C1()
/dports/cad/opencascade/opencascade-7.6.0/src/IntImp/
H A DIntImp_ZerImpFunc.gxx102 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
105 D(1,2) = d1v.Dot(gradient);
117 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
122 D(1,2) = d1v.Dot(gradient);
133 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
137 tgdu = gradient.Dot(d1v);
142 Standard_Real N2d1v = d1v.SquareMagnitude();
146 d3d.SetLinearForm(tgdu,d1u,tgdv,d1v);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntImp_ZerImpFunc.gxx102 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
105 D(1,2) = d1v.Dot(gradient);
117 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
122 D(1,2) = d1v.Dot(gradient);
133 ThePSurfaceTool::D1(SURF, u, v, pntsol, d1u, d1v);
137 tgdu = gradient.Dot(d1v);
142 Standard_Real N2d1v = d1v.SquareMagnitude();
146 d3d.SetLinearForm(tgdu,d1u,tgdv,d1v);

12345678910>>...14