Home
last modified time | relevance | path

Searched defs:PolyBase (Results 1 – 15 of 15) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/unittests/
H A Dpolymorphic.cpp30 struct PolyBase struct
32 PolyBase() {} in PolyBase() argument
33 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() argument
45 bool operator==( PolyBase const & other ) const in operator ==() argument
/dports/math/e-antic/cereal-51cbda5/unittests/
H A Dpolymorphic.hpp132 struct PolyBase struct
134 PolyBase() {} in PolyBase() argument
135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function
136 virtual ~PolyBase() {} in ~PolyBase() argument
148 bool operator==( PolyBase const & other ) const in operator ==() argument
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/unittests/
H A Dpolymorphic.hpp132 struct PolyBase struct
134 PolyBase() {} in PolyBase() argument
135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function
136 virtual ~PolyBase() {} in ~PolyBase() argument
148 bool operator==( PolyBase const & other ) const in operator ==() argument
/dports/misc/openmvg/openMVG-2.0/src/dependencies/cereal/unittests/
H A Dpolymorphic.hpp132 struct PolyBase struct
134 PolyBase() {} in PolyBase() function
135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function
136 virtual ~PolyBase() {} in ~PolyBase() argument
148 bool operator==( PolyBase const & other ) const in operator ==() argument
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/cereal/unittests/
H A Dpolymorphic.hpp132 struct PolyBase struct
134 PolyBase() {} in PolyBase() argument
135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function
136 virtual ~PolyBase() {} in ~PolyBase() argument
148 bool operator==( PolyBase const & other ) const in operator ==() argument
/dports/devel/cereal/cereal-1.3.0-10-g64f50dbd/unittests/
H A Dpolymorphic.hpp132 struct PolyBase struct
134 PolyBase() {} in PolyBase() function
135 PolyBase( int xx, float yy ) : x(xx), y(yy) {} in PolyBase() function
136 virtual ~PolyBase() {} in ~PolyBase() argument
148 bool operator==( PolyBase const & other ) const in operator ==() argument
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/python/
H A DPoly.h46 template <poly_variant,class,class> friend class PolyBase; variable
388 PolyBase(const PolyBase&p):ptr(p.ptr){ in PolyBase() function
413 PolyBase(poly p, ring r):ptr(new PolyImpl(p_Copy(p,r),r)){ in PolyBase() function
415 PolyBase(poly p, ring r,int):ptr(new PolyImpl(p,r,0)){ in PolyBase() function
443 PolyBase(PolyImpl& impl):ptr(&impl){ in PolyBase() function
H A DNumber.h29 template<poly_variant,class,class> class PolyBase; variable
57 template <poly_variant,class,class> friend class PolyBase; variable
/dports/math/singular/Singular-Release-4-2-1/kernel/old/
H A Dold.Poly.h44 template <poly_variant,class,class> friend class PolyBase; variable
358 PolyBase(const PolyBase&p):ptr(p.ptr){ in PolyBase() function
383 PolyBase(poly p, ring r):ptr(new PolyImpl(p_Copy(p,r),r)){ in PolyBase() function
385 PolyBase(poly p, ring r,int):ptr(new PolyImpl(p,r,0)){ in PolyBase() function
413 PolyBase(PolyImpl& impl):ptr(&impl){ in PolyBase() function
H A Dold.Number.h25 template<poly_variant,class,class> class PolyBase; variable
53 template <poly_variant,class,class> friend class PolyBase; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMPolyCreator.h28 :PolyBase(file, name, parent, nodeType, shared, create) {} in PolyBase() function
H A DMayaDMPolyBase.h22 PolyBase():DependNode(){} in PolyBase() function
H A DMayaDMPolyModifier.h48 :PolyBase(file, name, parent, nodeType, shared, create) {} in PolyBase() function
/dports/math/py-numpy/numpy-1.20.3/numpy/polynomial/
H A Dpolyutils.py81 class PolyBase: class
/dports/devel/emscripten/emscripten-2.0.3/tests/embind/
H A Dembind_test.cpp636 class PolyBase { class
638 PolyBase(const std::string& s) in PolyBase() function in PolyBase
643 PolyBase(): name_("PolyBase") {} in PolyBase() function in PolyBase