Home
last modified time | relevance | path

Searched refs:PlainObject (Results 1 – 25 of 2444) sorted by relevance

12345678910>>...98

/dports/www/firefox/firefox-99.0/js/src/vm/
H A DPlainObject.h27 class PlainObject : public NativeObject {
37 static inline js::PlainObject* createWithShape(JSContext* cx,
42 static inline js::PlainObject* createWithShape(
46 static inline PlainObject* createWithTemplate(
47 JSContext* cx, JS::Handle<PlainObject*> templateObject);
49 static js::PlainObject* createWithTemplateFromDifferentRealm(
50 JSContext* cx, JS::Handle<PlainObject*> templateObject);
80 extern PlainObject* NewPlainObject(JSContext* cx,
85 extern PlainObject* NewPlainObjectWithAllocKind(
90 extern PlainObject* NewPlainObjectWithProto(
[all …]
H A DPlainObject-inl.h27 /* static */ inline js::PlainObject* js::PlainObject::createWithShape( in createWithShape()
30 MOZ_ASSERT(shape->getObjectClass() == &PlainObject::class_); in createWithShape()
31 gc::InitialHeap heap = GetInitialHeap(newKind, &PlainObject::class_); in createWithShape()
33 MOZ_ASSERT(gc::CanChangeToBackgroundAllocKind(kind, &PlainObject::class_)); in createWithShape()
41 return &obj->as<PlainObject>(); in createWithShape()
44 /* static */ inline js::PlainObject* js::PlainObject::createWithShape( in createWithShape()
50 /* static */ inline js::PlainObject* js::PlainObject::createWithTemplate( in createWithTemplate()
51 JSContext* cx, JS::Handle<PlainObject*> templateObject) { in createWithTemplate()
56 inline js::gc::AllocKind js::PlainObject::allocKindForTenure() const { in allocKindForTenure()
82 PlainObject* obj = PlainObject::createWithShape(cx, shape, newKind); in CreateThis()
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h20 typedef typename Derived::PlainObject PlainObject; typedef
21 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::m…
28 typedef typename Derived::PlainObject PlainObject; typedef
29 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::a…
36 typedef typename Derived::PlainObject PlainObject; typedef
37 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::s…
44 typedef typename Derived::PlainObject PlainObject; typedef
45 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::d…
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h20 typedef typename Derived::PlainObject PlainObject; typedef
21 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::m…
28 typedef typename Derived::PlainObject PlainObject; typedef
29 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::a…
36 typedef typename Derived::PlainObject PlainObject; typedef
37 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::s…
44 typedef typename Derived::PlainObject PlainObject; typedef
45 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::d…
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h20 typedef typename Derived::PlainObject PlainObject; typedef
21 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::m…
28 typedef typename Derived::PlainObject PlainObject; typedef
29 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::a…
36 typedef typename Derived::PlainObject PlainObject; typedef
37 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::s…
44 typedef typename Derived::PlainObject PlainObject; typedef
45 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::d…
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h20 typedef typename Derived::PlainObject PlainObject; typedef
21 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::m…
28 typedef typename Derived::PlainObject PlainObject; typedef
29 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::a…
36 typedef typename Derived::PlainObject PlainObject; typedef
37 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::s…
44 typedef typename Derived::PlainObject PlainObject; typedef
45 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::d…
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/Eigen/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h20 typedef typename Derived::PlainObject PlainObject; typedef
21 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::m…
28 typedef typename Derived::PlainObject PlainObject; typedef
29 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::a…
36 typedef typename Derived::PlainObject PlainObject; typedef
37 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::s…
44 typedef typename Derived::PlainObject PlainObject; typedef
45 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::d…
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
124 typename Derived::PlainObject m_eval(derived());
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/Eigen/Eigen/src/Eigenvalues/
H A DMatrixBaseEigenvalues.h25 typedef typename Derived::PlainObject PlainObject; in run() typedef
26 PlainObject m_eval(m); in run()
27 return ComplexEigenSolver<PlainObject>(m_eval, false).eigenvalues(); in run()
37 typedef typename Derived::PlainObject PlainObject;
38 PlainObject m_eval(m);
39 return EigenSolver<PlainObject>(m_eval, false).eigenvalues();
91 typedef typename SelfAdjointView<MatrixType, UpLo>::PlainObject PlainObject;
92 PlainObject thisAsMatrix(*this);
93 return SelfAdjointEigenSolver<PlainObject>(thisAsMatrix, false).eigenvalues();
125 typename Derived::PlainObject m_eval(derived());
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h20 typedef typename Derived::PlainObject PlainObject; typedef
21 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::m…
28 typedef typename Derived::PlainObject PlainObject; typedef
29 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::a…
36 typedef typename Derived::PlainObject PlainObject; typedef
37 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::s…
44 typedef typename Derived::PlainObject PlainObject; typedef
45 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::d…
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/
H A DSelfCwiseBinaryOp.h20 typedef typename Derived::PlainObject PlainObject; typedef
21 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::m…
28 typedef typename Derived::PlainObject PlainObject; typedef
29 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::a…
36 typedef typename Derived::PlainObject PlainObject; typedef
37 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::s…
44 typedef typename Derived::PlainObject PlainObject; typedef
45 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::d…
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h20 typedef typename Derived::PlainObject PlainObject; typedef
21 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::m…
28 typedef typename Derived::PlainObject PlainObject; typedef
29 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::a…
36 typedef typename Derived::PlainObject PlainObject; typedef
37 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::s…
44 typedef typename Derived::PlainObject PlainObject; typedef
45 …internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::d…
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DPlainObject.cpp41 using js::PlainObject;
47 static PlainObject* CreateThisForFunctionWithGroup(JSContext* cx, in CreateThisForFunctionWithGroup()
64 Rooted<PlainObject*> res( in CreateThisForFunctionWithGroup()
92 GuessObjectGCKind(PlainObject::MAX_FIXED_SLOTS); in CreateThisForFunctionWithGroup()
93 PlainObject* res = in CreateThisForFunctionWithGroup()
118 PlainObject* js::CreateThisForFunctionWithProto( in CreateThisForFunctionWithProto()
123 Rooted<PlainObject*> res(cx); in CreateThisForFunctionWithProto()
134 cx, ObjectGroup::defaultNewGroup(cx, &PlainObject::class_, in CreateThisForFunctionWithProto()
176 PlainObject* js::CreateThisForFunction(JSContext* cx, in CreateThisForFunction()
187 PlainObject* obj = in CreateThisForFunction()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DPlainObject-inl.h27 /* static */ inline JS::Result<js::PlainObject*, JS::OOM>
28 js::PlainObject::createWithShape(JSContext* cx, JS::Handle<Shape*> shape) { in createWithShape()
29 MOZ_ASSERT(shape->getObjectClass() == &PlainObject::class_); in createWithShape()
30 gc::InitialHeap heap = GetInitialHeap(GenericObject, &PlainObject::class_); in createWithShape()
37 return &obj->as<PlainObject>(); in createWithShape()
41 /* static */ inline JS::Result<js::PlainObject*, JS::OOM>
42 js::PlainObject::createWithTemplate(JSContext* cx, in createWithTemplate()
48 inline js::gc::AllocKind js::PlainObject::allocKindForTenure() const { in allocKindForTenure()
59 static inline PlainObject* CopyTemplateObject(
60 JSContext* cx, JS::Handle<PlainObject*> baseobj,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DPlainObject-inl.h27 /* static */ inline JS::Result<js::PlainObject*, JS::OOM>
28 js::PlainObject::createWithShape(JSContext* cx, JS::Handle<Shape*> shape) { in createWithShape()
29 MOZ_ASSERT(shape->getObjectClass() == &PlainObject::class_); in createWithShape()
30 gc::InitialHeap heap = GetInitialHeap(GenericObject, &PlainObject::class_); in createWithShape()
37 return &obj->as<PlainObject>(); in createWithShape()
41 /* static */ inline JS::Result<js::PlainObject*, JS::OOM>
42 js::PlainObject::createWithTemplate(JSContext* cx, in createWithTemplate()
48 inline js::gc::AllocKind js::PlainObject::allocKindForTenure() const { in allocKindForTenure()
59 static inline PlainObject* CopyTemplateObject(
60 JSContext* cx, JS::Handle<PlainObject*> baseobj,
[all …]

12345678910>>...98