Home
last modified time | relevance | path

Searched refs:maxDim (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestStructuredData.cxx62 const int maxDim = 2047; in TestGetNumNodesAndCells() local
64 const int maxDim = 511; in TestGetNumNodesAndCells()
68 int ext[6]={0, maxDim, 0, maxDim, 0, maxDim}; in TestGetNumNodesAndCells()
72 if( (dims[0] != maxDim + 1) || (dims[1] != maxDim + 1) || (dims[2] != maxDim + 1) ) in TestGetNumNodesAndCells()
95 if( (dims[0] != maxDim) || (dims[1] != maxDim) || (dims[2] != maxDim) ) in TestGetNumNodesAndCells()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestStructuredData.cxx61 const int maxDim = 2047; in TestGetNumNodesAndCells() local
63 const int maxDim = 511; in TestGetNumNodesAndCells()
67 int ext[6] = { 0, maxDim, 0, maxDim, 0, maxDim }; in TestGetNumNodesAndCells()
71 if ((dims[0] != maxDim + 1) || (dims[1] != maxDim + 1) || (dims[2] != maxDim + 1)) in TestGetNumNodesAndCells()
92 if ((dims[0] != maxDim) || (dims[1] != maxDim) || (dims[2] != maxDim)) in TestGetNumNodesAndCells()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DGraphicalMenuContentObject.php95 $maxDim = 0;
114 $maxDim = $this->mconf['max'];
115 if ($maxDim) {
116 $maxDim = $this->calcIntExplode($maxDim . ',');
199 if ($maxDim) {
201 if ($maxDim[0] && $Wcounter + $gifCreator->XY[0] >= $maxDim[0]) {
205 if ($maxDim[1] && $Hcounter + $gifCreator->XY[1] >= $maxDim[1]) {
283 * @param array $maxDim Array with "max" x/y
330 if ($maxDim) {
332 if ($maxDim[0] && $Wcounter + $gifCreator->XY[0] >= $maxDim[0]) {
[all …]
/dports/graphics/h3/h3-3.7.2/src/h3lib/lib/
H A Dfaceijk.c563 int maxDim = maxDimByCIIres[adjRes]; in _faceIjkPentToGeoBoundary() local
564 Vec2d v0 = {3.0 * maxDim, 0.0}; in _faceIjkPentToGeoBoundary()
565 Vec2d v1 = {-1.5 * maxDim, 3.0 * M_SQRT3_2 * maxDim}; in _faceIjkPentToGeoBoundary()
566 Vec2d v2 = {-1.5 * maxDim, -3.0 * M_SQRT3_2 * maxDim}; in _faceIjkPentToGeoBoundary()
727 int maxDim = maxDimByCIIres[adjRes]; in _faceIjkToGeoBoundary() local
728 Vec2d v0 = {3.0 * maxDim, 0.0}; in _faceIjkToGeoBoundary()
729 Vec2d v1 = {-1.5 * maxDim, 3.0 * M_SQRT3_2 * maxDim}; in _faceIjkToGeoBoundary()
730 Vec2d v2 = {-1.5 * maxDim, -3.0 * M_SQRT3_2 * maxDim}; in _faceIjkToGeoBoundary()
867 int maxDim = maxDimByCIIres[res]; in _adjustOverageClassII() local
868 if (substrate) maxDim *= 3; in _adjustOverageClassII()
[all …]
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/src/h3lib/lib/
H A Dfaceijk.c563 int maxDim = maxDimByCIIres[adjRes]; in _faceIjkPentToGeoBoundary() local
564 Vec2d v0 = {3.0 * maxDim, 0.0}; in _faceIjkPentToGeoBoundary()
565 Vec2d v1 = {-1.5 * maxDim, 3.0 * M_SQRT3_2 * maxDim}; in _faceIjkPentToGeoBoundary()
566 Vec2d v2 = {-1.5 * maxDim, -3.0 * M_SQRT3_2 * maxDim}; in _faceIjkPentToGeoBoundary()
727 int maxDim = maxDimByCIIres[adjRes]; in _faceIjkToGeoBoundary() local
728 Vec2d v0 = {3.0 * maxDim, 0.0}; in _faceIjkToGeoBoundary()
729 Vec2d v1 = {-1.5 * maxDim, 3.0 * M_SQRT3_2 * maxDim}; in _faceIjkToGeoBoundary()
730 Vec2d v2 = {-1.5 * maxDim, -3.0 * M_SQRT3_2 * maxDim}; in _faceIjkToGeoBoundary()
867 int maxDim = maxDimByCIIres[res]; in _adjustOverageClassII() local
868 if (substrate) maxDim *= 3; in _adjustOverageClassII()
[all …]
/dports/science/ergo/ergo-3.8/source/matrix/
H A Dblastime.cc62 int mainFun(int maxDim, double* timev, double* gflops, bool writeTomFile) { in mainFun() argument
95 int maxStep = maxDim/SIZE_INCREMENT; in mainFun()
161 int maxDim; in main() local
166 maxDim = atoi(argv[1]); /* Max matrix dimension. */ in main()
170 maxDim = atoi(argv[1]); /* Max matrix dimension. */ in main()
177 int maxSize = maxDim/SIZE_INCREMENT; in main()
182 maxDim = maxSize*SIZE_INCREMENT; in main()
188 if (!mainFun<double>(maxDim, &timevDouble[0], &gflopsDouble[0], writeTomFile)) { in main()
196 if (!mainFun<float>(maxDim, &timevSingle[0], &gflopsSingle[0], writeTomFile)) { in main()
209 output<<"nv=1:" << SIZE_INCREMENT <<":"<<maxDim<<";"<<std::endl; in main()
/dports/math/scilab/scilab-6.1.1/scilab/modules/preferences/src/java/org/scilab/modules/preferences/Component/
H A DPanel.java42 private Dimension maxDim = new Dimension(0, 0); field in Panel
81 maxDim.height = getPreferredSize().height; in getMaximumSize()
83 maxDim.height = max.height; in getMaximumSize()
87 maxDim.width = getPreferredSize().width; in getMaximumSize()
89 maxDim.width = max.width; in getMaximumSize()
92 return maxDim; in getMaximumSize()
/dports/graphics/digikam/digikam-7.4.0/core/tests/metadataengine/
H A Dpatchpreview_utest.cpp49 void PatchPreviewTest::patchPreview(const QString& file, bool rescale, int maxDim, int imageQuality) in patchPreview() argument
73 if (rescale && (image.width() > maxDim || image.height() > maxDim)) in patchPreview()
75 image = image.scaled(maxDim, maxDim, Qt::KeepAspectRatio, Qt::SmoothTransformation); in patchPreview()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/vector/geometry_checker/
H A Dqgsgeometrysliverpolygoncheck.cpp23 double maxDim = std::max( bb.width(), bb.height() ); in checkThreshold() local
25 value = ( maxDim * maxDim ) / area; in checkThreshold()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/vector/geometry_checker/
H A Dqgsgeometrysliverpolygoncheck.cpp23 const double maxDim = std::max( bb.width(), bb.height() ); in checkThreshold() local
25 value = ( maxDim * maxDim ) / area; in checkThreshold()
/dports/astro/R-cran-maptools/maptools/R/
H A DGE_png.R28 res <- Sobj_SpatialGrid(obj, asp=s, maxDim=maxPixels)
33 Sobj_SpatialGrid <- function(obj, asp=1, maxDim=100, n=NULL) { argument
42 if (m_asp < 1) maxDim <- ceiling(sqrt(n/m_asp))
43 else maxDim <- ceiling(sqrt(n*m_asp))
45 mywidth <- myheight <- maxDim
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_cli/
H A Doutput_helper.cpp72 int maxDim = -1; in saveGnuplot() local
77 maxDim = (std::max)(vdim, maxDim); in saveGnuplot()
92 if (edgeAllVertsSameDim(e, maxDim)) in saveGnuplot()
115 if (e->vertices().size() != 2 || ! edgeAllVertsSameDim(e, maxDim)) in saveGnuplot()
135 if (e->vertices().size() != 2 || edgeAllVertsSameDim(e, maxDim)) in saveGnuplot()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/StructureSynth/Model/
H A DBuilder.cpp26 maxDim = 0; in Builder()
87 if (maxDim != 0 || minDim != 0) { in recurseDepthFirst()
90 if (maxDim && l > maxDim) { maxTerminated++; continue; } in recurseDepthFirst()
166 if (maxDim != 0 || minDim != 0) { in recurseBreadthFirst()
169 if (maxDim && l > maxDim) { maxTerminated++; continue; } in recurseBreadthFirst()
233 …1 branches, because the dimension was greater than max size (%2)").arg(maxTerminated).arg(maxDim)); in build()
323 maxDim = f; in setCommand()
/dports/graphics/pixie/Pixie/src/gui/
H A Dinterface.h81 maxDim = max(tmp[0],tmp[1]); in CInterface()
82 maxDim = max(tmp[2],maxDim); in CInterface()
83 maxDim *= 5; in CInterface()
236 float maxDim; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/fuzz/
H A DFuzzPathMeasure.cpp24 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in DEF_FUZZ() local
25 if (maxDim > 1000000) { in DEF_FUZZ()
28 SkScalar resScale = maxDim / 1000; in DEF_FUZZ()
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DDeflateDecompressor.cpp92 iPoint2D maxDim, iPoint2D dim, iPoint2D off) { in decode() argument
93 uLongf dstLen = sizeof(float) * maxDim.area(); in decode()
127 unsigned char* src = uBuffer->get() + row * maxDim.x * bytesps; in decode()
132 decodeFPDeltaRow(src, dst, dim.x, maxDim.x, bytesps, predFactor); in decode()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DDeflateDecompressor.cpp92 iPoint2D maxDim, iPoint2D dim, iPoint2D off) { in decode() argument
93 uLongf dstLen = sizeof(float) * maxDim.area(); in decode()
127 unsigned char* src = uBuffer->get() + row * maxDim.x * bytesps; in decode()
132 decodeFPDeltaRow(src, dst, dim.x, maxDim.x, bytesps, predFactor); in decode()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/widgets/
H A DGradientWidget.py32 self.maxDim = 31
59 mx = self.maxDim
61 self.maxDim = mx
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/mediawiki/
H A Dmediawikiwindow.cpp224 int maxDim = d->widget->dimension(); in prepareImageForUpload() local
226 if (d->widget->resize() && (image.width() > maxDim || image.height() > maxDim)) in prepareImageForUpload()
228 qCDebug(DIGIKAM_WEBSERVICES_LOG) << "Resizing to" << maxDim; in prepareImageForUpload()
229 image = image.scaled(maxDim, maxDim, Qt::KeepAspectRatio, Qt::SmoothTransformation); in prepareImageForUpload()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DDeflateDecompressor.cpp192 iPoint2D maxDim, iPoint2D dim, iPoint2D off) { in decode() argument
193 uLongf dstLen = sizeof(float) * maxDim.area(); in decode()
227 unsigned char* src = uBuffer->get() + row * maxDim.x * bytesps; in decode()
232 decodeFPDeltaRow(src, dst, dim.x, maxDim.x, bytesps, predFactor); in decode()
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_hierarchical/
H A Dedge_labeler.cpp105 int maxDim=0; in labelEdge() local
111 maxDim+=v->minimalEstimateDimension(); in labelEdge()
116 MatrixXd cov(maxDim, maxDim); in labelEdge()
155 VectorXd incMean(maxDim); in labelEdge()
/dports/math/g2o/g2o-20201223_git/g2o/examples/interactive_slam/g2o_interactive/
H A Dgenerate_commands.cpp144 int maxDim = 0; in main() local
152 maxDim = (max)(maxDim, v->dimension()); in main()
201 if (v->dimension() == maxDim) in main()
224 if (v->dimension() == maxDim) in main()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/unified/manager/
H A Dwsauthentication.cpp291 int maxDim = d->wizard->settings()->imageSize; in prepareForUpload() local
293 if (image.width() > maxDim || image.height() > maxDim) in prepareForUpload()
295 qCDebug(DIGIKAM_WEBSERVICES_LOG) << "Resizing to " << maxDim; in prepareForUpload()
296 image = image.scaled(maxDim, maxDim, Qt::KeepAspectRatio, in prepareForUpload()
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/mediawiki/
H A Dwmwindow.cpp267 int maxDim = d->widget->dimension(); in prepareImageForUpload() local
269 if (d->widget->resize() && (image.width() > maxDim || image.height() > maxDim)) in prepareImageForUpload()
271 qCDebug(KIPIPLUGINS_LOG) << "Resizing to" << maxDim; in prepareImageForUpload()
272 image = image.scaled(maxDim, maxDim, Qt::KeepAspectRatio, Qt::SmoothTransformation); in prepareImageForUpload()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/geometry/partitions/
H A Dhilbertpartition.h336 Coord<2> maxDim(17, 17); in fillCaches()
337 …eset(new boost::multi_array<std::vector<Coord<2> >, 3>(boost::extents[maxDim.x()][maxDim.y()][4])); in fillCaches()
339 for (int y = 2; y < maxDim.y(); ++y) { in fillCaches()
341 for (int x = 2; x < maxDim.x(); ++x) { in fillCaches()
355 maxCachedDimensions = maxDim; in fillCaches()

1234567891011