Home
last modified time | relevance | path

Searched refs:Dim (Results 1 – 25 of 5168) sorted by relevance

12345678910>>...207

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/org/eclipse/test/internal/performance/
H A DInternalDimensions.java17 import org.eclipse.test.internal.performance.data.Dim;
27 Dim SYSTEM_TIME = new Dim(2, Unit.SECOND, 1000), // System.currentTimeMillis. "System Time"
36Dim PHYSICAL_TOTAL = new Dim(24, Unit.BYTE), // the amount of physical memory in bytes. "Physical …
41 Dim COMITTED = new Dim(7, Unit.BYTE), // "Committed"
44 PAGE_FAULTS = new Dim(19), // "Page Faults"
45 GDI_OBJECTS = new Dim(34), // "GDI Objects"
46 USER_OBJECTS = new Dim(35), // "USER Objects"
54 Dim COMMIT_LIMIT = new Dim(22), // "Commit Limit"
55 COMMIT_PEAK = new Dim(23), // "Commit Peak"
68Dim HARD_PAGE_FAULTS = new Dim(42), // the number of hard page faults. A page had to be fetched fr…
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/gui/
H A DOD.looknfeel20 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
21 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
32 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
33 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
49 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
50 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
62 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
63 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
79 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
80 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h56 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
58 typedef Block<MatrixType,Dim,Dim> LinearPart;
109 transform->matrix()(Dim,Dim) = Scalar(1);
223 res.matrix().row(Dim) = t.matrix().row(Dim);
536 m_matrix(Dim,Dim) = Scalar(1);
553 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
572 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
681 m_matrix(Dim,Dim) = Scalar(1);
730 res.coeffRef(Dim,Dim) = Scalar(1);
750 struct ei_transform_product_impl<Other,Dim,HDim, Dim,Dim>
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h56 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
58 typedef Block<MatrixType,Dim,Dim> LinearPart;
109 transform->matrix()(Dim,Dim) = Scalar(1);
223 res.matrix().row(Dim) = t.matrix().row(Dim);
536 m_matrix(Dim,Dim) = Scalar(1);
553 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
572 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
681 m_matrix(Dim,Dim) = Scalar(1);
730 res.coeffRef(Dim,Dim) = Scalar(1);
750 struct ei_transform_product_impl<Other,Dim,HDim, Dim,Dim>
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h56 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
58 typedef Block<MatrixType,Dim,Dim> LinearPart;
109 transform->matrix()(Dim,Dim) = Scalar(1);
223 res.matrix().row(Dim) = t.matrix().row(Dim);
536 m_matrix(Dim,Dim) = Scalar(1);
553 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
572 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
681 m_matrix(Dim,Dim) = Scalar(1);
730 res.coeffRef(Dim,Dim) = Scalar(1);
750 struct ei_transform_product_impl<Other,Dim,HDim, Dim,Dim>
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h56 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
58 typedef Block<MatrixType,Dim,Dim> LinearPart;
109 transform->matrix()(Dim,Dim) = Scalar(1);
223 res.matrix().row(Dim) = t.matrix().row(Dim);
536 m_matrix(Dim,Dim) = Scalar(1);
553 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
572 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
681 m_matrix(Dim,Dim) = Scalar(1);
730 res.coeffRef(Dim,Dim) = Scalar(1);
750 struct ei_transform_product_impl<Other,Dim,HDim, Dim,Dim>
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h56 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
58 typedef Block<MatrixType,Dim,Dim> LinearPart;
109 transform->matrix()(Dim,Dim) = Scalar(1);
223 res.matrix().row(Dim) = t.matrix().row(Dim);
536 m_matrix(Dim,Dim) = Scalar(1);
553 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
572 m_matrix.coeffRef(Dim,Dim) = Scalar(1);
681 m_matrix(Dim,Dim) = Scalar(1);
730 res.coeffRef(Dim,Dim) = Scalar(1);
750 struct ei_transform_product_impl<Other,Dim,HDim, Dim,Dim>
[all …]
/dports/math/ogdf/OGDF/include/ogdf/energybased/dtree/
H A Dutils.h39 inline typename std::enable_if<Dim != 1 && Dim != 2, bool>::type
40 mortonComparerEqual(const IntType a[Dim], const IntType b[Dim]) { in mortonComparerEqual() argument
54 mortonComparerEqual(const IntType a[Dim], const IntType b[Dim]) { in mortonComparerEqual() argument
61 mortonComparerEqual(const IntType a[Dim], const IntType b[Dim]) { in mortonComparerEqual() argument
66 inline typename std::enable_if<Dim != 1 && Dim != 2, bool>::type
67 mortonComparerLess(const IntType a[Dim], const IntType b[Dim]) { in mortonComparerLess() argument
93 inline typename std::enable_if<Dim != 1 && Dim != 2, void>::type
94 interleaveBits(const IntType coords[Dim], IntType mnr[Dim]) { in interleaveBits() argument
122 interleaveBits(const unsigned int coords[Dim], unsigned int mnr[Dim]) { in interleaveBits() argument
128 interleaveBits(const unsigned int coords[Dim], unsigned int mnr[Dim]) { in interleaveBits() argument
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/tests/
H A Ddimension.rs11 assert_eq!(Dim([]).insert_axis(Axis(0)), Dim([1])); in insert_axis()
13 assert_eq!(Dim([3]).insert_axis(Axis(0)), Dim([1, 3])); in insert_axis()
14 assert_eq!(Dim([3]).insert_axis(Axis(1)), Dim([3, 1])); in insert_axis()
16 assert_eq!(Dim([2, 3]).insert_axis(Axis(0)), Dim([1, 2, 3])); in insert_axis()
17 assert_eq!(Dim([2, 3]).insert_axis(Axis(1)), Dim([2, 1, 3])); in insert_axis()
18 assert_eq!(Dim([2, 3]).insert_axis(Axis(2)), Dim([2, 3, 1])); in insert_axis()
20 assert_eq!(Dim([2, 3, 4]).insert_axis(Axis(2)), Dim([2, 3, 1, 4])); in insert_axis()
27 assert_eq!(Dim(vec![]).insert_axis(Axis(0)), Dim(vec![1])); in insert_axis()
45 assert_eq!(Dim([3]).remove_axis(Axis(0)), Dim([])); in remove_axis()
46 assert_eq!(Dim([1, 2]).remove_axis(Axis(0)), Dim([2])); in remove_axis()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/no-overlap/
H A Dbox.hpp40 template<class Dim, int n>
41 forceinline const Dim&
46 template<class Dim, int n>
47 forceinline Dim&
52 template<class Dim, int n>
54 ManBox<Dim,n>::dim(void) { in dim()
82 ManBox<Dim,n>::nooverlap(const ManBox<Dim,n>& box) const { in nooverlap() argument
91 ManBox<Dim,n>::overlap(const ManBox<Dim,n>& box) const { in overlap() argument
100 ManBox<Dim,n>::nooverlap(Space& home, ManBox<Dim,n>& box) { in nooverlap() argument
120 ManBox<Dim,n>::update(Space& home, ManBox<Dim,n>& b) { in update() argument
[all …]
/dports/math/faiss/faiss-1.7.1/faiss/gpu/utils/
H A DTensor-inl.cuh18 int Dim,
35 int Dim,
47 int Dim,
66 Dim,
89 Dim,
389 Dim,
409 Dim,
429 Dim,
447 newSize[Dim - 1] = size_[Dim - 1] / kMultiple; in castResize()
463 Dim,
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
325 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0); in Transform()
464 res.matrix().row(Dim) = b.matrix().row(Dim);
1105 mat.template block<1,Dim>(Dim,0).setZero(); in run()
1215 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1281 Dim = TransformType::Dim,
1307 Dim = TransformType::Dim,
1353 res.matrix().col(Dim) += other.col(Dim);
1369 res.matrix().row(Dim) = tr.matrix().row(Dim);
1392 struct transform_left_product_impl<Other,Mode,Options,Dim,HDim, Dim,Dim>
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
319 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0); in Transform()
445 res.matrix().row(Dim) = b.matrix().row(Dim);
1086 mat.template block<1,Dim>(Dim,0).setZero(); in run()
1196 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1262 Dim = TransformType::Dim,
1288 Dim = TransformType::Dim,
1334 res.matrix().col(Dim) += other.col(Dim);
1350 res.matrix().row(Dim) = tr.matrix().row(Dim);
1373 struct transform_left_product_impl<Other,Mode,Options,Dim,HDim, Dim,Dim>
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
318 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0); in Transform()
444 res.matrix().row(Dim) = b.matrix().row(Dim);
597 matrix().coeffRef(Dim,Dim) = Scalar(1); in makeAffine()
1181 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1247 Dim = TransformType::Dim,
1273 Dim = TransformType::Dim,
1319 res.matrix().col(Dim) += other.col(Dim);
1335 res.matrix().row(Dim) = tr.matrix().row(Dim);
1358 struct transform_left_product_impl<Other,Mode,Options,Dim,HDim, Dim,Dim>
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
318 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0); in Transform()
444 res.matrix().row(Dim) = b.matrix().row(Dim);
597 matrix().coeffRef(Dim,Dim) = Scalar(1); in makeAffine()
1181 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1247 Dim = TransformType::Dim,
1273 Dim = TransformType::Dim,
1319 res.matrix().col(Dim) += other.col(Dim);
1335 res.matrix().row(Dim) = tr.matrix().row(Dim);
1358 struct transform_left_product_impl<Other,Mode,Options,Dim,HDim, Dim,Dim>
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/poisson4/
H A Dvector.hpp294 NVector<T,Dim>::NVector( const NVector<T,Dim>& V ) in NVector()
390 NVector<T,Dim> NVector<T,Dim>::operator + (const NVector<T,Dim>& V0) const in operator +()
399 NVector<T,Dim>& NVector<T,Dim>::AddScaled(const NVector<T,Dim>& V,const T& scale) in AddScaled()
407 NVector<T,Dim>& NVector<T,Dim>::SubtractScaled(const NVector<T,Dim>& V,const T& scale) in SubtractScaled()
415 …void NVector<T,Dim>::Add(const NVector<T,Dim>& V1,const T& scale1,const NVector<T,Dim>& V2,const T… in Add()
420 …void NVector<T,Dim>::Add(const NVector<T,Dim>& V1,const T& scale1,const NVector<T,Dim>& V2,NVector… in Add()
425 NVector<T,Dim>& NVector<T,Dim>::operator += (const NVector<T,Dim>& V) in operator +=()
433 NVector<T,Dim> NVector<T,Dim>::operator - (const NVector<T,Dim>& V0) const in operator -()
442 NVector<T,Dim> NVector<T,Dim>::operator - (void) const in operator -()
452 NVector<T,Dim>& NVector<T,Dim>::operator -= (const NVector<T,Dim>& V) in operator -=()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
337 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
479 res.matrix().row(Dim) = b.matrix().row(Dim);
1170 mat.template block<1,Dim>(Dim,0).setZero();
1280 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1346 Dim = TransformType::Dim,
1372 Dim = TransformType::Dim,
1397 Dim = TransformType::Dim,
1442 res.matrix().col(Dim) += other.col(Dim);
1458 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
337 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
479 res.matrix().row(Dim) = b.matrix().row(Dim);
1170 mat.template block<1,Dim>(Dim,0).setZero();
1280 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1346 Dim = TransformType::Dim,
1372 Dim = TransformType::Dim,
1397 Dim = TransformType::Dim,
1442 res.matrix().col(Dim) += other.col(Dim);
1458 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
337 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
479 res.matrix().row(Dim) = b.matrix().row(Dim);
1170 mat.template block<1,Dim>(Dim,0).setZero();
1280 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1346 Dim = TransformType::Dim,
1372 Dim = TransformType::Dim,
1397 Dim = TransformType::Dim,
1442 res.matrix().col(Dim) += other.col(Dim);
1458 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
343 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
485 res.matrix().row(Dim) = b.matrix().row(Dim);
1149 mat.template block<1,Dim>(Dim,0).setZero();
1259 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1325 Dim = TransformType::Dim,
1351 Dim = TransformType::Dim,
1376 Dim = TransformType::Dim,
1421 res.matrix().col(Dim) += other.col(Dim);
1437 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
337 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
479 res.matrix().row(Dim) = b.matrix().row(Dim);
1168 mat.template block<1,Dim>(Dim,0).setZero();
1278 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1344 Dim = TransformType::Dim,
1370 Dim = TransformType::Dim,
1395 Dim = TransformType::Dim,
1440 res.matrix().col(Dim) += other.col(Dim);
1456 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
343 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
485 res.matrix().row(Dim) = b.matrix().row(Dim);
1149 mat.template block<1,Dim>(Dim,0).setZero();
1259 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1325 Dim = TransformType::Dim,
1351 Dim = TransformType::Dim,
1376 Dim = TransformType::Dim,
1421 res.matrix().col(Dim) += other.col(Dim);
1437 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
343 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
485 res.matrix().row(Dim) = b.matrix().row(Dim);
1149 mat.template block<1,Dim>(Dim,0).setZero();
1259 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1325 Dim = TransformType::Dim,
1351 Dim = TransformType::Dim,
1376 Dim = TransformType::Dim,
1421 res.matrix().col(Dim) += other.col(Dim);
1437 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
343 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
485 res.matrix().row(Dim) = b.matrix().row(Dim);
1149 mat.template block<1,Dim>(Dim,0).setZero();
1259 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1325 Dim = TransformType::Dim,
1351 Dim = TransformType::Dim,
1376 Dim = TransformType::Dim,
1421 res.matrix().col(Dim) += other.col(Dim);
1437 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Geometry/
H A DTransform.h24 Dim = Transform::Dim, enumerator
343 m_matrix.template block<Dim,Dim+1>(0,0) = other.matrix().template block<Dim,Dim+1>(0,0);
485 res.matrix().row(Dim) = b.matrix().row(Dim);
1149 mat.template block<1,Dim>(Dim,0).setZero();
1259 struct transform_construct_from_matrix<Other, Mode,Options,Dim,HDim, Dim,Dim>
1325 Dim = TransformType::Dim,
1351 Dim = TransformType::Dim,
1376 Dim = TransformType::Dim,
1421 res.matrix().col(Dim) += other.col(Dim);
1437 res.matrix().row(Dim) = tr.matrix().row(Dim);
[all …]

12345678910>>...207