Home
last modified time | relevance | path

Searched defs:pt4 (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/science/py-scoria/scoria-1.0.5/scoria/
H A DGeometry.py78 def get_dihedral_angle(self, pt1, pt2, pt3, pt4): argument
113 def is_planar(self, pt1, pt2, pt3, pt4, planarity_cutoff = 0.2): argument
133 def get_planarity_deviation(self, pt1, pt2, pt3, pt4): argument
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/misc/
H A DbezierTools.py32 def calcCubicArcLength(pt1, pt2, pt3, pt4, tolerance=0.005): argument
52 def calcCubicArcLengthC(pt1, pt2, pt3, pt4, tolerance=0.005): argument
169 def approximateCubicArcLength(pt1, pt2, pt3, pt4): argument
189 def approximateCubicArcLengthC(pt1, pt2, pt3, pt4): argument
213 def calcCubicBounds(pt1, pt2, pt3, pt4): argument
316 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
356 def splitCubicAtT(pt1, pt2, pt3, pt4, *ts): argument
561 def calcCubicParameters(pt1, pt2, pt3, pt4): argument
/dports/devel/hpx/hpx-1.2.1/tests/unit/lcos/
H A Dwhen_any.cpp223 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_four_futures_1() local
257 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_four_futures_2() local
291 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_four_futures_3() local
325 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_four_futures_4() local
365 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_1_from_list() local
408 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_1_from_list_iterators() local
444 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_1() local
483 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_2() local
522 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_3() local
561 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_4() local
[all …]
H A Dwhen_some.cpp40 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_two_out_of_five_futures() local
82 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_three_out_of_five_futures() local
122 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_two_out_of_five_late_futures() local
256 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_1_from_list() local
301 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_1_from_list_iterators() local
H A Dshared_future.cpp809 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_four_futures_1() local
844 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_four_futures_2() local
879 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_four_futures_3() local
914 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_four_futures_4() local
954 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_1_from_list() local
997 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_1_from_list_iterators() local
1035 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_1() local
1075 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_2() local
1115 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_3() local
1155 hpx::lcos::local::packaged_task<int()> pt4(make_int_slowly); in test_wait_for_either_of_five_futures_4() local
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A DbezierTools.py42 def calcCubicArcLength(pt1, pt2, pt3, pt4, tolerance=0.005): argument
82 def calcCubicArcLengthC(pt1, pt2, pt3, pt4, tolerance=0.005): argument
261 def approximateCubicArcLength(pt1, pt2, pt3, pt4): argument
291 def approximateCubicArcLengthC(pt1, pt2, pt3, pt4): argument
327 def calcCubicBounds(pt1, pt2, pt3, pt4): argument
467 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
528 def splitCubicAtT(pt1, pt2, pt3, pt4, *ts): argument
762 def calcCubicParameters(pt1, pt2, pt3, pt4): argument
838 def cubicPointAtT(pt1, pt2, pt3, pt4, t): argument
/dports/cad/yosys/yosys-yosys-0.12/tests/verilog/
H A Dunbased_unsized_tern.sv18 pass_through #(40) pt4(inp ? '1 : inp, out4); instance
30 pass_through #(40) pt4(inp ? ONES : inp, out4); instance
/dports/devel/gdcm/gdcm-3.0.10/Testing/Source/DataDictionary/Cxx/
H A DTestDictEntry.cxx27 gdcm::PrivateTag pt4(0,1,"foo"); in TestDictEntry() local
/dports/cad/gmsh/gmsh-4.9.2-source/demos/api/
H A Dcrack.py15 pt4 = gmsh.model.occ.addPoint(0.1, 0.3, 0) variable
/dports/graphics/epix/epix-1.2.19/
H A Dfacet.h93 P pt1, pt2, pt3, pt4, center, direction, perp; variable
/dports/games/py-fife/fifengine-0.4.2/engine/core/view/renderers/
H A Dblockinginforenderer.cpp117 Point pt4(spt2.x, spt2.y); in render() local
148 Point pt4(spt2.x, spt2.y); in render() local
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DContap_ContAna.hxx97 gp_Pnt pt4; member in Contap_ContAna
/dports/cad/opencascade/opencascade-7.6.0/src/Contap/
H A DContap_ContAna.hxx97 gp_Pnt pt4; member in Contap_ContAna
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/
H A DCGisDraw.cpp42 QPointF pt4 = currentBuffer.ref4; in drawt() local
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/realtime/
H A DCRtDraw.cpp40 QPointF pt4 = currentBuffer.ref4; in drawt() local
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DContap_ContAna.hxx102 gp_Pnt pt4; member in Contap_ContAna
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/items/
H A DCItemMap.cpp66 QPointF pt4 = ref4; in drawBoundingBox() local
/dports/devel/boost-docs/boost_1_72_0/libs/thread/test/
H A Dtest_futures.cpp867 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
891 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
915 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
939 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
963 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
990 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1016 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1042 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1068 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/test/
H A Dtest_futures.cpp867 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
891 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
915 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
939 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
963 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
990 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1016 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1042 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1068 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/test/
H A Dtest_futures.cpp865 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
889 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
913 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
937 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
961 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
988 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1014 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1040 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1066 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/test/
H A Dtest_futures.cpp865 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
889 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
913 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
937 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
961 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
988 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1014 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1040 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1066 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/test/
H A Dtest_futures.cpp865 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
889 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
913 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
937 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
961 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
988 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1014 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1040 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1066 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-server/boost_1_59_0/libs/thread/test/
H A Dtest_futures.cpp865 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
889 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
913 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
937 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
961 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
988 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1014 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1040 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1066 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-client/boost_1_59_0/libs/thread/test/
H A Dtest_futures.cpp865 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
889 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
913 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
937 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
961 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
988 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1014 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1040 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1066 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
/dports/devel/boost-libs/boost_1_72_0/libs/thread/test/
H A Dtest_futures.cpp867 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
891 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
915 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
939 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
963 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
990 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1016 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1042 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1068 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local

12345678910>>...12