Home
last modified time | relevance | path

Searched refs:pt10 (Results 1 – 25 of 83) sorted by relevance

1234

/dports/graphics/geos/geos-3.9.1/src/operation/predicate/
H A DSegmentIntersectionTester.cpp64 const Coordinate& pt10 = seq1.getAt(j - 1); in hasIntersection() local
67 li.computeIntersection(pt00, pt01, pt10, pt11); in hasIntersection()
94 const Coordinate& pt10 = seq1.getAt(i - 1); in hasIntersectionWithEnvelopeFilter() local
98 if(! lineEnv->intersects(Envelope(pt10, pt11))) { in hasIntersectionWithEnvelopeFilter()
106 li.computeIntersection(pt00, pt01, pt10, pt11); in hasIntersectionWithEnvelopeFilter()
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/
H A DvtkRuledSurfaceFilter.cxx189 double pt[3], pt0[3], pt1[3], pt00[3], pt01[3], pt10[3], pt11[3]; in Resample() local
262 inPts->GetPoint(pts2[0], pt10); in Resample()
324 inPts->GetPoint(pts2[i10], pt10); in Resample()
326 d1 = sqrt(vtkMath::Distance2BetweenPoints(pt10, pt11)); in Resample()
365 pt1[0] = (1.0-vv) * pt10[0] + vv * pt11[0]; in Resample()
366 pt1[1] = (1.0-vv) * pt10[1] + vv * pt11[1]; in Resample()
367 pt1[2] = (1.0-vv) * pt10[2] + vv * pt11[2]; in Resample()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkRuledSurfaceFilter.cxx182 double pt[3], pt0[3], pt1[3], pt00[3], pt01[3], pt10[3], pt11[3]; in Resample() local
255 inPts->GetPoint(pts2[0], pt10); in Resample()
317 inPts->GetPoint(pts2[i10], pt10); in Resample()
319 d1 = sqrt(vtkMath::Distance2BetweenPoints(pt10, pt11)); in Resample()
358 pt1[0] = (1.0 - vv) * pt10[0] + vv * pt11[0]; in Resample()
359 pt1[1] = (1.0 - vv) * pt10[1] + vv * pt11[1]; in Resample()
360 pt1[2] = (1.0 - vv) * pt10[2] + vv * pt11[2]; in Resample()
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/
H A DvtkRuledSurfaceFilter.cxx189 double pt[3], pt0[3], pt1[3], pt00[3], pt01[3], pt10[3], pt11[3]; in Resample() local
262 inPts->GetPoint(pts2[0], pt10); in Resample()
324 inPts->GetPoint(pts2[i10], pt10); in Resample()
326 d1 = sqrt(vtkMath::Distance2BetweenPoints(pt10, pt11)); in Resample()
365 pt1[0] = (1.0-vv) * pt10[0] + vv * pt11[0]; in Resample()
366 pt1[1] = (1.0-vv) * pt10[1] + vv * pt11[1]; in Resample()
367 pt1[2] = (1.0-vv) * pt10[2] + vv * pt11[2]; in Resample()
/dports/emulators/qemu60/qemu-6.0.0/roms/qemu-palcode/
H A Dpal.h90 #define pt10 50 macro
125 #define ptPgp pt10
/dports/emulators/qemu42/qemu-4.2.1/roms/qemu-palcode/
H A Dpal.h90 #define pt10 50 macro
125 #define ptPgp pt10
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/qemu-palcode/
H A Dpal.h90 #define pt10 50 macro
125 #define ptPgp pt10
/dports/emulators/qemu-utils/qemu-4.2.1/roms/qemu-palcode/
H A Dpal.h90 #define pt10 50 macro
125 #define ptPgp pt10
/dports/emulators/qemu5/qemu-5.2.0/roms/qemu-palcode/
H A Dpal.h90 #define pt10 50 macro
125 #define ptPgp pt10
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/qemu-palcode/
H A Dpal.h90 #define pt10 50 macro
125 #define ptPgp pt10
/dports/emulators/qemu/qemu-6.2.0/roms/qemu-palcode/
H A Dpal.h90 #define pt10 50 macro
125 #define ptPgp pt10
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dt_eax1.pas100 pt10 : array[1..12] of byte = ($4d, $e3, $b3, $5c, $3f, $c0, $39, $24,
222 Test(key10, hdr10, non10, pt10, ct10, tag10, 16, 08, 12, 10);
H A Dt_aes_ws.pas384 pt10 : array[1..12] of byte = ($4d, $e3, $b3, $5c, $3f, $c0, $39, $24,
496 if OK then OK := Test(key10, hdr10, non10, pt10, ct10, tag10, 16, 08, 12);
/dports/cad/yosys/yosys-yosys-0.12/tests/verilog/
H A Dunbased_unsized.sv23 pass_through pt10('1, o10); instance
/dports/security/p5-Authen-PAAS/Authen-PAAS-1.1.1/t/
H A D090-BasicLoginModule.t66 my @pt10 = $subject->principals;
67 is(int(@pt10), 2, "got two principals");
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkGeoProjectionSource.cxx193 double pt10[3]; in RefineAndComputeError() local
215 refined->GetPoint(ind10, pt10); in RefineAndComputeError()
226 interpLon1 = (1.0 - lonFrac)*pt10[c] + lonFrac*pt11[c]; in RefineAndComputeError()
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/
H A DvtkGeoProjectionSource.cxx192 double pt10[3]; in RefineAndComputeError() local
214 refined->GetPoint(ind10, pt10); in RefineAndComputeError()
225 interpLon1 = (1.0 - lonFrac)*pt10[c] + lonFrac*pt11[c]; in RefineAndComputeError()
/dports/science/axom/axom-0.6.1/src/axom/primal/tests/
H A Dprimal_boundingbox.cpp188 QPoint pt10(10); in TEST() local
201 EXPECT_FALSE(bbox1.contains(pt10)); in TEST()
202 bbox1.addPoint(pt10); in TEST()
203 EXPECT_TRUE(bbox1.contains(pt10)); in TEST()
/dports/math/vtk9/VTK-9.1.0/Common/ComputationalGeometry/
H A DvtkBilinearQuadIntersection.cxx86 const vtkVector3d& pt01, const vtkVector3d& pt10, const vtkVector3d& pt11) in vtkBilinearQuadIntersection() argument
89 , Point10(pt10.GetData()) in vtkBilinearQuadIntersection()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/r/
H A Dxml.result749 pt10
758 pt10
764 pt10 pt50
770 pt10
773 pt10
776 pt10 pt50
785 pt10
794 pt10
800 pt10 pt50
806 pt10
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/r/
H A Dxml.result749 pt10
758 pt10
764 pt10 pt50
770 pt10
773 pt10
776 pt10 pt50
785 pt10
794 pt10
800 pt10 pt50
806 pt10
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/r/
H A Dxml.result749 pt10
758 pt10
764 pt10 pt50
770 pt10
773 pt10
776 pt10 pt50
785 pt10
794 pt10
800 pt10 pt50
806 pt10
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/r/
H A Dxml.result749 pt10
758 pt10
764 pt10 pt50
770 pt10
773 pt10
776 pt10 pt50
785 pt10
794 pt10
800 pt10 pt50
806 pt10
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/r/
H A Dxml.result749 pt10
758 pt10
764 pt10 pt50
770 pt10
773 pt10
776 pt10 pt50
785 pt10
794 pt10
800 pt10 pt50
806 pt10
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/r/
H A Dxml.result749 pt10
758 pt10
764 pt10 pt50
770 pt10
773 pt10
776 pt10 pt50
785 pt10
794 pt10
800 pt10 pt50
806 pt10
[all …]

1234