Home
last modified time | relevance | path

Searched refs:Poly (Results 76 – 100 of 2756) sorted by relevance

12345678910>>...111

/dports/cad/repsnapper/repsnapper-2.5a4/src/slicer/
H A Dinfill.h59 const vector<Poly> &tofillpolys,
66 void addInfillPoly(const Poly &p);
67 void addInfillPolys(const vector<Poly> &polys);
69 vector<Poly> m_tofillpolys; // the polygons that are being filled
88 vector<Poly> infillpolys; // for clipper polygon types
91 void addPoly (double z, const Poly &poly, InfillType type, double infillDistance,
93 void addPolys(double z, const vector<Poly> &polys, InfillType type,
95 void addPolys(double z, const vector<Poly> &polys, const vector<Poly> &fillpolys,
97 void addPolys(double z, const vector<Poly> &polys, const ClipperLib::Paths &ifcpolys,
108 vector<Poly> sortedpolysfromlines(const vector<infillline> &lines, double z);
[all …]
H A Dclipping.cpp210 vector<Poly> polys = getPolys(expoly); in addPolys()
330 vector<Poly> Clipping::getOffset(const Poly &poly, double distance, in getOffset()
337 vector<Poly> Clipping::getOffset(const vector<Poly> &polys, double distance, in getOffset()
389 vector<Poly> Clipping::getShrinkedCapped(const vector<Poly> &polys, double distance, in getShrinkedCapped()
419 vector<Poly> Clipping::getMerged(const vector<Poly> &polys, double overlap) in getMerged()
450 Poly p(z, extrusionfactor); in getPoly()
465 vector<Poly> polys(count); in getPolys()
494 vector<Poly> polys; in getPolys()
509 vector<Poly> holes; in getExPolys()
531 vector<Poly> ppolys(polys.size()); in getExPolys()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/integrate/
H A Dromberg_test.go24 {integral: testquad.Poly(0), n: 3, tol: 1e-14},
25 {integral: testquad.Poly(0), n: 1<<5 + 1, tol: 1e-14},
26 {integral: testquad.Poly(1), n: 3, tol: 1e-14},
27 {integral: testquad.Poly(1), n: 1<<5 + 1, tol: 1e-14},
28 {integral: testquad.Poly(2), n: 3, tol: 1e-14},
29 {integral: testquad.Poly(2), n: 1<<5 + 1, tol: 1e-14},
30 {integral: testquad.Poly(3), n: 3, tol: 1e-14},
31 {integral: testquad.Poly(3), n: 1<<5 + 1, tol: 1e-14},
32 {integral: testquad.Poly(4), n: 5, tol: 1e-14},
33 {integral: testquad.Poly(4), n: 1<<5 + 1, tol: 1e-14},
[all …]
H A Dsimpsons_test.go27 {integral: testquad.Poly(0), n: 3, tol: 1e-14},
28 {integral: testquad.Poly(0), n: 4, tol: 1e-14},
29 {integral: testquad.Poly(0), n: 10, tol: 1e-14},
30 {integral: testquad.Poly(1), n: 3, tol: 1e-14},
31 {integral: testquad.Poly(1), n: 4, tol: 1e-14},
32 {integral: testquad.Poly(1), n: 10, tol: 1e-14},
33 {integral: testquad.Poly(2), n: 3, tol: 1e-14},
34 {integral: testquad.Poly(2), n: 4, tol: 1e-14},
35 {integral: testquad.Poly(2), n: 10, tol: 1e-14},
36 {integral: testquad.Poly(3), n: 1000, tol: 1e-8},
[all …]
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dpolygon.c30 void poly_free( Poly *p );
34 Poly * poly_new( void ) { in poly_new()
35 Poly * result = (Poly*) malloc( sizeof( Poly ) ); in poly_new()
52 void poly_delete( Poly *p ) { in poly_delete()
77 void poly_remove( Poly *p ) { in poly_remove()
91 Poly * poly_dup( Poly *p ) { in poly_dup()
92 Poly *copy; in poly_dup()
416 Poly *p; in polys_get_verts_unique()
419 p = (Poly*)polys->data; in polys_get_verts_unique()
434 Poly *p; in polys_get_verts()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/
H A Dpubkeylp-ser.h31 extern template class lbcrypto::LPCryptoParameters<lbcrypto::Poly>;
34 extern template class lbcrypto::LPCryptoParametersRLWE<lbcrypto::Poly>;
37 extern template class lbcrypto::LPPublicKeyEncryptionScheme<lbcrypto::Poly>;
41 extern template class lbcrypto::LPEvalKeyImpl<lbcrypto::Poly>;
44 extern template class lbcrypto::LPEvalKeyRelinImpl<lbcrypto::Poly>;
53 CEREAL_REGISTER_TYPE(lbcrypto::LPCryptoParameters<lbcrypto::Poly>);
56 CEREAL_REGISTER_TYPE(lbcrypto::LPCryptoParametersRLWE<lbcrypto::Poly>);
63 CEREAL_REGISTER_TYPE(lbcrypto::LPEvalKeyImpl<lbcrypto::Poly>);
66 CEREAL_REGISTER_TYPE(lbcrypto::LPEvalKeyRelinImpl<lbcrypto::Poly>);
70 lbcrypto::LPEvalKeyImpl<lbcrypto::Poly>,
[all …]
/dports/graphics/box/box-0.4.0/libs/g/
H A Dpoly.box10 Poly = ++(Points points
22 Real@Poly[
33 Point@Poly[
44 Poly@Num[$.points]
47 Poly@Points[$.points]
50 Poly.Get = Point
65 Pattern@Poly[\ .style[$]]
68 Style@Poly[\ .style[$]]
71 Poly@Path[
123 Poly@Window[
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/polys/
H A Dcancel.h10 template <typename Poly>
12 const Ptr<RCP<const Poly>> &result_numer, in cancel()
13 const Ptr<RCP<const Poly>> &result_denom, in cancel()
14 const Ptr<RCP<const Poly>> &common) in cancel()
27 RCP<const Poly> numer_poly = from_basic<Poly>(numer, numer_var); in cancel()
28 RCP<const Poly> denom_poly = from_basic<Poly>(denom, denom_var); in cancel()
31 RCP<const Poly> gcd_poly = gcd_upoly(*numer_poly, *denom_poly); in cancel()
/dports/math/polymake/polymake-4.5/apps/polytope/scripts/
H A Dtransformation21 my ($Poly, $Transform, $n_iter)=@_;
22 if ($Poly->AMBIENT_DIM>3) {
27 my @vis=($Poly->VISUAL(VertexThickness=>0.1));
28 my $name=$Poly->name;
30 $Poly=$Poly->type->construct->("${name}_$i", VERTICES => $Poly->VERTICES * $Transform);
31 push @vis, $Poly->VISUAL(VertexThickness=>0.1/$n_iter, FacetTransparency=>0.5);
39 my ($Poly, $Transformations, $n_iter)=@_;
40 if ($Poly->AMBIENT_DIM>3) {
47 my @transformed=($Poly);
53 my @vis=($Poly->VISUAL(VertexThickness=>0.1, VertexLabels=>"hidden"));
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DPoly-inl.h43 return static_cast<Poly<I>&>(*this);
85 return static_cast<Poly<I>&>(*this);
90 inline Poly<I>& PolyVal<I>::operator=(Poly<I2> that) {
92 return static_cast<Poly<I>&>(*this);
155 return static_cast<Poly<I>&>(*this);
183 return static_cast<Poly<I>&>(*this);
190 inline Poly<I>& PolyRef<I>::operator=(Poly<I2>&& that) noexcept( in noexcept()
193 return static_cast<Poly<I>&>(*this); in noexcept()
200 inline Poly<I>& PolyRef<I>::operator=(Poly<I2>& that) noexcept( in noexcept()
203 return static_cast<Poly<I>&>(*this); in noexcept()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DPoly-inl.h43 return static_cast<Poly<I>&>(*this);
84 return static_cast<Poly<I>&>(*this);
89 inline Poly<I>& PolyVal<I>::operator=(Poly<I2> that) {
91 return static_cast<Poly<I>&>(*this);
154 return static_cast<Poly<I>&>(*this);
182 return static_cast<Poly<I>&>(*this);
189 inline Poly<I>& PolyRef<I>::operator=(Poly<I2>&& that) noexcept( in noexcept()
192 return static_cast<Poly<I>&>(*this); in noexcept()
199 inline Poly<I>& PolyRef<I>::operator=(Poly<I2>& that) noexcept( in noexcept()
202 return static_cast<Poly<I>&>(*this); in noexcept()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/
H A Dpubkeylp-impl.cpp29 extern template class CryptoContextImpl<Poly>;
31 template class LPPublicKeyImpl<Poly>;
32 template class LPPrivateKeyImpl<Poly>;
33 template class LPEvalKeyImpl<Poly>;
34 template class LPEvalKeyRelinImpl<Poly>;
35 template class LPCryptoParameters<Poly>;
36 template class LPCryptoParametersRLWE<Poly>;
37 template class LPPublicKeyEncryptionScheme<Poly>;
/dports/math/cgal/CGAL-5.3/examples/Box_intersection_d/
H A Dbox_d_do_intersect_polylines.cpp7 template <typename Poly>
10 typedef typename Poly::const_iterator Iterator;
15 const Poly& pA, &pB;
34 const Poly& pA, &pB;
36 Overlap(const Poly& pA, const Poly& pB) in Overlap()
52 Polylines_do_intersect(const Poly& pA, const Poly& pB) in Polylines_do_intersect()
86 template <typename Poly>
87 bool polylines_do_intersect(const Poly& pA,const Poly& pB) in polylines_do_intersect()
89 Polylines_do_intersect<Poly> pdi(pA,pB); in polylines_do_intersect()
/dports/math/cgal/CGAL-5.3/include/CGAL/Straight_skeleton_2/
H A DPolygon_iterators.h27 template<class Poly> in BOOST_MPL_HAS_XXX_TRAIT_DEF()
28 inline typename Poly::const_iterator vertices_begin ( Poly const& aPoly ) in BOOST_MPL_HAS_XXX_TRAIT_DEF()
31 template<class Poly>
32 inline typename Poly::const_iterator vertices_end ( Poly const& aPoly ) in vertices_end()
35 template<class Poly>
36 inline typename Poly::const_iterator vertices_begin ( boost::shared_ptr<Poly> const& aPoly ) in vertices_begin()
39 template<class Poly>
40 inline typename Poly::const_iterator vertices_end ( boost::shared_ptr<Poly> const& aPoly ) in vertices_end()
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/gappa/trigos/
H A DTanCase2.gappa43 Poly = x+x*Tt;
49 /\ (Poly - TanX)/TanX in [-_maxEpsApprox, _maxEpsApprox]
50 /\ ((Poly - TanX)/TanX)/x in [-_maxEpsApproxOverX, _maxEpsApproxOverX]
64 (rdd - TanX)/TanX -> (rdd - Poly)/Poly + (((Poly - TanX)/TanX)/x)*x + ((rdd - Poly)/Poly) * ((Poly
66 (rdd - Poly)/Poly -> ((<float64ne>(x*tt) - x*Tt) / x) * (x/Poly);
72 x/Poly -> 1/(Poly/x);
73 Poly/x -> 1+Tt;
/dports/math/crlibm/crlibm-1.0beta4/gappa/trigos/
H A DTanCase2.gappa43 Poly = x+x*Tt;
49 /\ (Poly - TanX)/TanX in [-_maxEpsApprox, _maxEpsApprox]
50 /\ ((Poly - TanX)/TanX)/x in [-_maxEpsApproxOverX, _maxEpsApproxOverX]
64 (rdd - TanX)/TanX -> (rdd - Poly)/Poly + (((Poly - TanX)/TanX)/x)*x + ((rdd - Poly)/Poly) * ((Poly
66 (rdd - Poly)/Poly -> ((<float64ne>(x*tt) - x*Tt) / x) * (x/Poly);
72 x/Poly -> 1/(Poly/x);
73 Poly/x -> 1+Tt;
/dports/math/cgal/CGAL-5.3/include/CGAL/Polynomial/
H A Dmodular_gcd_utcf_dfai.h61 typedef Polynomial<NT> Poly; in modular_gcd_utcf_dfai() typedef
62 Poly FF1 = FF1_; in modular_gcd_utcf_dfai()
63 Poly FF2 = FF2_; in modular_gcd_utcf_dfai()
65 typedef Polynomial_traits_d<Poly> PT; in modular_gcd_utcf_dfai()
89 return Poly(1); in modular_gcd_utcf_dfai()
100 return Poly(1); in modular_gcd_utcf_dfai()
107 Poly F1 = CGAL::canonicalize(FF1); in modular_gcd_utcf_dfai()
108 Poly F2 = CGAL::canonicalize(FF2); in modular_gcd_utcf_dfai()
119 Poly tmp = F1+F2; in modular_gcd_utcf_dfai()
141 Poly Gs,H1s,H2s,Gs_old; // s =^ star in modular_gcd_utcf_dfai()
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Djanet.cc74 int ReducePolyLead(Poly *x,Poly *y) in ReducePolyLead()
119 int ReducePoly(Poly *x,poly from,Poly *y) in ReducePoly()
147 Poly *f; in PNF()
189 Poly *f; in NFL()
301 Poly /*f,*/*g; in ValidatePoly()
361 Poly *NewPoly(poly p) in NewPoly()
363 Poly *beg=(Poly *)GCM(sizeof(Poly)); in NewPoly()
463 int ProlCompare(Poly *item1, Poly *item2) in ProlCompare()
482 Poly *Pr; in ProlVar()
522 Poly *x; in FindMinList()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DPart.h28 class Poly; variable
33 Poly *firstPoly;
34 Poly *lastPoly;
39 Poly *getFirst() const;
40 Poly *getLast() const;
41 void prepend(Poly *poly);
42 void append(Poly *poly);
43 Poly *takeFirst();
44 void remove(Poly * const poly);
116 const Poly *getFirstActivePoly() const;
[all …]
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DPart.h28 class Poly; variable
33 Poly *firstPoly;
34 Poly *lastPoly;
39 Poly *getFirst() const;
40 Poly *getLast() const;
41 void prepend(Poly *poly);
42 void append(Poly *poly);
43 Poly *takeFirst();
44 void remove(Poly * const poly);
116 const Poly *getFirstActivePoly() const;
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DPart.h28 class Poly; variable
33 Poly *firstPoly;
34 Poly *lastPoly;
39 Poly *getFirst() const;
40 Poly *getLast() const;
41 void prepend(Poly *poly);
42 void append(Poly *poly);
43 Poly *takeFirst();
44 void remove(Poly * const poly);
116 const Poly *getFirstActivePoly() const;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/basic/basic.def.odr/
H A Dp2-typeid.cpp13 struct Poly { struct
14 virtual ~Poly();
28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
30 xp.g(Poly()); in test()
35 xpr.g(Poly()); // expected-note{{instantiation of member function}} in test()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/basic/basic.def.odr/
H A Dp2-typeid.cpp13 struct Poly { struct
14 virtual ~Poly();
28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
30 xp.g(Poly()); in test()
35 xpr.g(Poly()); // expected-note{{instantiation of member function}} in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/basic/basic.def.odr/
H A Dp2-typeid.cpp13 struct Poly { struct
14 virtual ~Poly();
28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
30 xp.g(Poly()); in test()
35 xpr.g(Poly()); // expected-note{{instantiation of member function}} in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/basic/basic.def.odr/
H A Dp2-typeid.cpp13 struct Poly { struct
14 virtual ~Poly();
28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
30 xp.g(Poly()); in test()
35 xpr.g(Poly()); // expected-note{{instantiation of member function}} in test()

12345678910>>...111