Home
last modified time | relevance | path

Searched refs:point6 (Results 1 – 25 of 89) sorted by relevance

1234

/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Sample_operators.cxx67 Point point6(2); in main() local
68 point6[0] = 32.; in main()
69 point6[1] = 42.; in main()
72 sample2.add(point6); in main()
H A Dt_Collection_std.cxx78 Collection<double> point6(12, 1.5); in main() local
79 fullprint << "point6 = " << point6 << std::endl; in main()
H A Dt_Point_std.cxx121 Point point6 = ref_point1 - ref_point2; in main() local
122 const Point & ref_point6(point6); in main()
H A Dt_Collection_std.expout12 point6 = [1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5]#12
H A Dt_Point_std.expout12 point6 = class=Point name=Unnamed dimension=2 values=[-10,-10]
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtkz-euclide.cwl302 \tkzFillAngles(%<point1,point2,point3%>)(%<point4,point5,point6%>)%<...%>#/tikzpicture
303 \tkzFillAngles[%<options%>](%<point1,point2,point3%>)(%<point4,point5,point6%>)%<...%>#/tikzpicture
311 \tkzMarkAngles(%<point1,point2,point3%>)(%<point4,point5,point6%>)%<...%>#/tikzpicture
312 \tkzMarkAngles[%<options%>](%<point1,point2,point3%>)(%<point4,point5,point6%>)%<...%>#/tikzpicture
325 \tkzLabelAngles(%<point1,point2,point3%>)(%<point4,point5,point6%>)%<...%>#/tikzpicture
326 \tkzLabelAngles[%<options%>](%<point1,point2,point3%>)(%<point4,point5,point6%>)%<...%>#/tikzpicture
334 \tkzMarkRightAngles(%<point1,point2,point3%>)(%<point4,point5,point6%>)%<...%>#/tikzpicture
335 \tkzMarkRightAngles[%<options%>](%<point1,point2,point3%>)(%<point4,point5,point6%>)%<...%>#/tikzpi…
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/Graphviz/expected_outputs/
H A Ddependency_graph_set_node_prefix.dot37 "point6" [ label = "GraphicApplication", shape = egg ];
38 "point6" -> "point2" [ style = dotted ] // GraphicApplication -> CoreLibrary
46 "point6" -> "point7" [ style = dotted ] // GraphicApplication -> GraphicLibrary
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/Graphviz/expected_outputs/
H A Ddependency_graph_set_node_prefix.dot37 "point6" [ label = "GraphicApplication", shape = egg ];
38 "point6" -> "point2" [ style = dotted ] // GraphicApplication -> CoreLibrary
46 "point6" -> "point7" [ style = dotted ] // GraphicApplication -> GraphicLibrary
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/Graphviz/expected_outputs/
H A Ddependency_graph_set_node_prefix.dot37 "point6" [ label = "GraphicApplication", shape = egg ];
38 "point6" -> "point2" [ style = dotted ] // GraphicApplication -> CoreLibrary
46 "point6" -> "point7" [ style = dotted ] // GraphicApplication -> GraphicLibrary
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/babelflow/pmt/
H A Dascent_babelflow_example.cpp310 conduit::Node &point6 = control_points.append(); in main() local
311 point6["type"] = "alpha"; in main()
312 point6["position"] = 1.0; in main()
313 point6["alpha"] = 0.; in main()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1_3helper.h107 D2D1_POINT_2F point6, in GradientMeshPatchFromCoonsPatch() argument
130 newPatch.point33 = point6; in GradientMeshPatchFromCoonsPatch()
144 &point6, in GradientMeshPatchFromCoonsPatch()
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_Point_std.py76 point6 = ref_point1 - ref_point2 variable
77 ref_point6 = point6
H A Dt_Point_std.expout13 point6 = class=Point name=Unnamed dimension=2 values=[-10,-10]
/dports/devel/boost-docs/boost_1_72_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in segment_concept_test2() local
179 BOOST_TEST(orientation(segment1, point6) == -1); in segment_concept_test2()
180 BOOST_TEST(orientation(segment2, point6) == 1); in segment_concept_test2()
186 BOOST_TEST(orientation(segment3, point6) == -1); in segment_concept_test2()
267 point_type point6(5, 10); in segment_concept_test6() local
271 segment_type segment4 = construct<segment_type>(point4, point6); in segment_concept_test6()
/dports/devel/boost-python-libs/boost_1_72_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in segment_concept_test2() local
179 BOOST_TEST(orientation(segment1, point6) == -1); in segment_concept_test2()
180 BOOST_TEST(orientation(segment2, point6) == 1); in segment_concept_test2()
186 BOOST_TEST(orientation(segment3, point6) == -1); in segment_concept_test2()
267 point_type point6(5, 10); in segment_concept_test6() local
271 segment_type segment4 = construct<segment_type>(point4, point6); in segment_concept_test6()
/dports/devel/boost-libs/boost_1_72_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in segment_concept_test2() local
179 BOOST_TEST(orientation(segment1, point6) == -1); in segment_concept_test2()
180 BOOST_TEST(orientation(segment2, point6) == 1); in segment_concept_test2()
186 BOOST_TEST(orientation(segment3, point6) == -1); in segment_concept_test2()
267 point_type point6(5, 10); in segment_concept_test6() local
271 segment_type segment4 = construct<segment_type>(point4, point6); in segment_concept_test6()
/dports/devel/hyperscan/boost_1_75_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in segment_concept_test2() local
179 BOOST_TEST(orientation(segment1, point6) == -1); in segment_concept_test2()
180 BOOST_TEST(orientation(segment2, point6) == 1); in segment_concept_test2()
186 BOOST_TEST(orientation(segment3, point6) == -1); in segment_concept_test2()
267 point_type point6(5, 10); in segment_concept_test6() local
271 segment_type segment4 = construct<segment_type>(point4, point6); in segment_concept_test6()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
179 BOOST_CHECK(orientation(segment1, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
180 BOOST_CHECK(orientation(segment2, point6) == 1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
186 BOOST_CHECK(orientation(segment3, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
263 point_type point6(5, 10); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
267 segment_type segment4 = construct<segment_type>(point4, point6); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/dports/databases/percona57-server/boost_1_59_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
179 BOOST_CHECK(orientation(segment1, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
180 BOOST_CHECK(orientation(segment2, point6) == 1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
186 BOOST_CHECK(orientation(segment3, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
263 point_type point6(5, 10); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
267 segment_type segment4 = construct<segment_type>(point4, point6); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/dports/databases/xtrabackup/boost_1_59_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
179 BOOST_CHECK(orientation(segment1, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
180 BOOST_CHECK(orientation(segment2, point6) == 1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
186 BOOST_CHECK(orientation(segment3, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
263 point_type point6(5, 10); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
267 segment_type segment4 = construct<segment_type>(point4, point6); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/dports/databases/percona57-client/boost_1_59_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
179 BOOST_CHECK(orientation(segment1, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
180 BOOST_CHECK(orientation(segment2, point6) == 1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
186 BOOST_CHECK(orientation(segment3, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
263 point_type point6(5, 10); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
267 segment_type segment4 = construct<segment_type>(point4, point6); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/polygon/test/
H A Dpolygon_segment_test.cpp165 point_type point6(2, 3); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
179 BOOST_CHECK(orientation(segment1, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
180 BOOST_CHECK(orientation(segment2, point6) == 1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
186 BOOST_CHECK(orientation(segment3, point6) == -1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
263 point_type point6(5, 10); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
267 segment_type segment4 = construct<segment_type>(point4, point6); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/src/
H A Dposes_from_matches.cpp132 …Eigen::Vector3f point5=correspondence1.transformation*corr5, point6=correspondence2.transformation… in estimatePosesUsing2Correspondences() local
134 distance_squared = (point6-point5).squaredNorm (), in estimatePosesUsing2Correspondences()
158 transformation_from_correspondeces.add (corr6, point6); in estimatePosesUsing2Correspondences()
/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DTestPathShape.cpp268 KoPathPoint *point6 = new KoPathPoint(&path, QPointF(35, 40), KoPathPoint::Normal); in insertPoint() local
270 QVERIFY(path.insertPoint(point6, p6Index) == true); in insertPoint()
271 QVERIFY(point6->parent() == &path); in insertPoint()
311 KoPathPoint *point6 = path.moveTo(QPointF(30, 30)); in removePoint() local
326 QVERIFY(path.removePoint(path.pathPointIndex(point6)) == point6); in removePoint()
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DTestPathShape.cpp270 KoPathPoint *point6 = new KoPathPoint(&path, QPointF(35, 40), KoPathPoint::Normal); in insertPoint() local
272 QVERIFY(path.insertPoint(point6, p6Index) == true); in insertPoint()
273 QVERIFY(point6->parent() == &path); in insertPoint()
313 KoPathPoint *point6 = path.moveTo(QPointF(30, 30)); in removePoint() local
328 QVERIFY(path.removePoint(path.pathPointIndex(point6)) == point6); in removePoint()

1234