Home
last modified time | relevance | path

Searched refs:tmp_poly (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/R-cran-isoband/isoband/src/
H A Disoband.cpp1341 polygon_grid[tmp_poly[0]].next = tmp_poly[1]; in line_merge()
1342 polygon_grid[tmp_poly[1]].prev = tmp_poly[0]; in line_merge()
1346 polygon_grid[tmp_poly[0]].next = tmp_poly[1]; in line_merge()
1347 polygon_grid[tmp_poly[1]].prev = tmp_poly[0]; in line_merge()
1349 polygon_grid[tmp_poly[0]].prev = tmp_poly[1]; in line_merge()
1350 polygon_grid[tmp_poly[1]].next = tmp_poly[0]; in line_merge()
1358 polygon_grid[tmp_poly[1]].next = tmp_poly[0]; in line_merge()
1359 polygon_grid[tmp_poly[0]].prev = tmp_poly[1]; in line_merge()
1361 polygon_grid[tmp_poly[1]].prev = tmp_poly[0]; in line_merge()
1362 polygon_grid[tmp_poly[0]].next = tmp_poly[1]; in line_merge()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A Dgeobucket.C420 RingElem tmp_poly(P); in ReductionStep()
422 P->myDivLM(raw(tmp_poly), raw(poly(gbk.myBuckets[0])), raw(g)); in ReductionStep()
423 P->myNegate(raw(tmp_poly), raw(tmp_poly)); in ReductionStep()
425 gbk.myAddMulLM(tmp_poly, g, RedLen, SparsePolyRingBase::SkipLMg); in ReductionStep()
436 RingElem tmp_poly(P); in ReductionStepGCD()
451 P->myDivLM(raw(tmp_poly), raw(poly(gbk.myBuckets[0])), raw(g)); in ReductionStepGCD()
452 P->myNegate(raw(tmp_poly), raw(tmp_poly)); in ReductionStepGCD()
454 gbk.myAddMulLM(tmp_poly, g, RedLen, SparsePolyRingBase::SkipLMg); in ReductionStepGCD()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A Dgeobucket.C420 RingElem tmp_poly(P); in ReductionStep()
422 P->myDivLM(raw(tmp_poly), raw(poly(gbk.myBuckets[0])), raw(g)); in ReductionStep()
423 P->myNegate(raw(tmp_poly), raw(tmp_poly)); in ReductionStep()
425 gbk.myAddMulLM(tmp_poly, g, RedLen, SparsePolyRingBase::SkipLMg); in ReductionStep()
436 RingElem tmp_poly(P); in ReductionStepGCD()
451 P->myDivLM(raw(tmp_poly), raw(poly(gbk.myBuckets[0])), raw(g)); in ReductionStepGCD()
452 P->myNegate(raw(tmp_poly), raw(tmp_poly)); in ReductionStepGCD()
454 gbk.myAddMulLM(tmp_poly, g, RedLen, SparsePolyRingBase::SkipLMg); in ReductionStepGCD()
/dports/devel/boost-docs/boost_1_72_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/devel/R-cran-BH/BH/inst/include/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/polygon/detail/
H A Dminkowski.hpp73 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
74 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
75 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
76 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/xtrabackup/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/percona57-server/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/percona57-client/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/devel/boost-libs/boost_1_72_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/devel/boost-python-libs/boost_1_72_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/devel/hyperscan/boost_1_75_0/boost/polygon/detail/
H A Dminkowski.hpp79 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
80 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
81 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
82 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/devel/boost-docs/boost_1_72_0/libs/polygon/doc/tutorial/
H A Dminkowski.cpp83 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
84 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
85 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
86 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/devel/boost-python-libs/boost_1_72_0/libs/polygon/doc/tutorial/
H A Dminkowski.cpp83 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
84 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
85 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
86 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/polygon/doc/tutorial/
H A Dminkowski.cpp83 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
84 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
85 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
86 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/polygon/doc/tutorial/
H A Dminkowski.cpp83 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
84 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
85 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
86 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/percona57-server/boost_1_59_0/libs/polygon/doc/tutorial/
H A Dminkowski.cpp83 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
84 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
85 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
86 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()
/dports/databases/xtrabackup/boost_1_59_0/libs/polygon/doc/tutorial/
H A Dminkowski.cpp83 polygon tmp_poly = a_polygons[ai]; in convolve_two_polygon_sets() local
84 result.insert(convolve(tmp_poly, *(begin_points(b_polygons[bi])))); in convolve_two_polygon_sets()
85 tmp_poly = b_polygons[bi]; in convolve_two_polygon_sets()
86 result.insert(convolve(tmp_poly, *(begin_points(a_polygons[ai])))); in convolve_two_polygon_sets()

12