Home
last modified time | relevance | path

Searched refs:maxRow (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Primitives/
H A DSpatiallyPartitioned.cs79 …void BoundsToBinRowsAndCols(Rectangle bounds, out int minRow, out int maxRow, out int minCol, out … in BoundsToBinRowsAndCols() argument
88 maxRow = Math.Min(rows, Exts.IntegerDivisionRoundingAwayFromZero(bottom, binSize)); in BoundsToBinRowsAndCols()
94 int minRow, maxRow, minCol, maxCol; in MutateBins()
95 BoundsToBinRowsAndCols(bounds, out minRow, out maxRow, out minCol, out maxCol); in MutateBins()
97 for (var row = minRow; row < maxRow; row++) in MutateBins()
113 int minRow, maxRow, minCol, maxCol; in InBox()
114 BoundsToBinRowsAndCols(box, out minRow, out maxRow, out minCol, out maxCol); in InBox()
120 var items = minRow >= maxRow || minCol >= maxCol ? null : new HashSet<T>(); in InBox()
121 for (var row = minRow; row < maxRow; row++) in InBox()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoPositionSelector.cpp81 rowHeight = geom.height() / (qreal) maxRow; in setGeometry()
88 qreal offsetY = 0.5 * (geom.height() - static_cast<qreal>(maxRow) * rowHeight); in setGeometry()
99 maxRow = 0; in calcSizes()
110 maxRow = qMax(maxRow, item.row); in calcSizes()
113 maxCol++; maxRow++; // due to being zero-based. in calcSizes()
114 …red = QSize(maxCol * prefSize.width() + (maxCol-1) * GAP, maxRow * prefSize.height() + (maxRow-1) … in calcSizes()
115 minimum = QSize(maxCol * prefSize.width(), maxRow * prefSize.height()); in calcSizes()
169 int maxCol, maxRow; member in RadioLayout
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dminmaxloc.cpp222 maxRow = 0;
338 (void)maxRow;
485 (void)maxRow;
501 maxRow = 0;
617 (void)maxRow;
633 maxRow = 0;
772 (void)maxRow;
788 maxRow = 0;
927 (void)maxRow;
1179 maxRow = 0;
[all …]
/dports/audio/Maaate/Maaate-0.3.1/src/plugins/
H A Dhistogram1D.cc242 double maxRow, minRow; in apply_histogram1D() local
246 maxRow = sd->smax(startTime, endTime, 0, 0); in apply_histogram1D()
249 maxRow = maxhisto; in apply_histogram1D()
255 if (maxRow > minRow) { in apply_histogram1D()
256 binRes = 1.0*bins / (maxRow - minRow); in apply_histogram1D()
285 mpl->push_back(ModuleParam(maxRow)); in apply_histogram1D()
286 mpl->push_back(ModuleParam((maxRow-minRow)/bins)); in apply_histogram1D()
/dports/cad/veroroute/VeroRoute/Src/
H A DBoard.h272 int minRow, minCol, maxRow, maxCol; in Pan() local
281 else if ( maxRow + iDown >= GetRows() ) // Too far down ... in Pan()
282 incRows = 1 + maxRow + iDown - GetRows(); // ...so grow grid from bottom in Pan()
302 int minRow, minCol, maxRow, maxCol; in SmartPan() local
323 else if ( maxRow + iDown >= GetRows() ) // Too far down ... in SmartPan()
324 incRows = 1 + maxRow + iDown - GetRows(); // ...so grow grid from bottom in SmartPan()
342 int minRow, minCol, maxRow, maxCol; variable
417 bool GetBounds(int& minRow, int& minCol, int& maxRow, int& maxCol) const in GetBounds() argument
429 minRow = std::min(minRow, j); maxRow = std::max(maxRow, j); in GetBounds()
436 minRow = std::min(minRow, rect.m_rowMin); maxRow = std::max(maxRow, rect.m_rowMax); in GetBounds()
[all …]
/dports/math/eigen3/eigen-3.3.9/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp15 MatrixXf::Index maxRow, maxCol; in main() local
16 float max = m.maxCoeff(&maxRow, &maxCol); in main()
23 maxRow << "," << maxCol << endl; in main()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp15 MatrixXf::Index maxRow, maxCol; in main() local
16 float max = m.maxCoeff(&maxRow, &maxCol); in main()
23 maxRow << "," << maxCol << endl; in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp15 MatrixXf::Index maxRow, maxCol; in main() local
16 float max = m.maxCoeff(&maxRow, &maxCol); in main()
23 maxRow << "," << maxCol << endl; in main()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp15 MatrixXf::Index maxRow, maxCol; in main() local
16 float max = m.maxCoeff(&maxRow, &maxCol); in main()
23 maxRow << "," << maxCol << endl; in main()
/dports/misc/opennn/opennn-5.0.5/eigen/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp15 MatrixXf::Index maxRow, maxCol; in main() local
16 float max = m.maxCoeff(&maxRow, &maxCol); in main()
23 maxRow << "," << maxCol << endl; in main()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp15 MatrixXf::Index maxRow, maxCol; in main() local
16 float max = m.maxCoeff(&maxRow, &maxCol); in main()
23 maxRow << "," << maxCol << endl; in main()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/delagent/agent/
H A Dutil.c292 int Row,maxRow; in deleteUpload() local
558 int r, i, rc, maxRow; in listFoldersRecurse() local
588 maxRow = PQntuples(result); in listFoldersRecurse()
589 for(r=0; r < maxRow; r++) in listFoldersRecurse()
748 int maxRow = PQntuples(result); in listFoldersFindDetatchedFolders() local
755 for(i=0; i < maxRow; i++) in listFoldersFindDetatchedFolders()
802 int maxRow = PQntuples(result); in listFoldersFindDetatchedUploads() local
807 for(i=0; i < maxRow; i++) in listFoldersFindDetatchedUploads()
924 int Row,maxRow; in listUploads() local
937 maxRow = PQntuples(result); in listUploads()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/
H A DStyles.php94 public function read(SimpleXMLElement $sheet, int $maxRow, int $maxCol): void argument
97 $this->readStyles($sheet->Styles->StyleRegion, $maxRow, $maxCol);
101 private function readStyles(SimpleXMLElement $styleRegion, int $maxRow, int $maxCol): void argument
109 …if ($styleAttributes !== null && ($styleAttributes['startRow'] <= $maxRow) && ($styleAttributes['s…
110 $cellRange = $this->readStyleRange($styleAttributes, $maxCol, $maxRow);
221 …private function readStyleRange(SimpleXMLElement $styleAttributes, int $maxCol, int $maxRow): stri… argument
229 …$endRow = 1 + (($styleAttributes['endRow'] > $maxRow) ? $maxRow : (int) $styleAttributes['endRow']…
/dports/net/norm/norm-1.5r6/src/common/
H A DnormPrecode.cpp395 NormFile::Offset maxRow = lastSegmentId / interleaverWidth; in ComputeInterleaverOffset() local
402 delta += interleaverRow - maxRow; in ComputeInterleaverOffset()
407 delta += interleaverRow - maxRow - 1; in ComputeInterleaverOffset()
422 if (lastRow > maxRow) in ComputeInterleaverOffset()
425 lastRow -= maxRow + 1; in ComputeInterleaverOffset()
428 interleaverCol = lastCol + (lastRow / maxRow); in ComputeInterleaverOffset()
429 interleaverRow = lastRow % maxRow; in ComputeInterleaverOffset()
480 NormFile::Offset delta = (interleaverCol - maxCol)*(maxRow+1) + interleaverRow - maxRow; in ComputeSegmentOffset()
484 maxRow = lastSegmentId / interleaverWidth; in ComputeSegmentOffset()
487 if (delta <= (emptyRows*(maxRow + 1))) in ComputeSegmentOffset()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DGnumeric.php275 $maxRow = $maxCol = 0;
296 if ($row > $maxRow) {
297 $maxRow = $row;
347 … (new Styles($this->spreadsheet, $this->readDataOnly))->read($sheet, $maxRow, $maxCol);
352 $this->processRowHeights($sheet, $maxRow);
465 …private function processRowLoop(int $whichRow, int $maxRow, SimpleXMLElement $rowOverride, float $… argument
476 while (($whichRow < ($row + $rowCount)) && ($whichRow < $maxRow)) {
487 private function processRowHeights(?SimpleXMLElement $sheet, int $maxRow): void argument
499 $whichRow = $this->processRowLoop($whichRow, $maxRow, $rowOverride, $defaultHeight);
/dports/textproc/R-cran-readxl/readxl/src/
H A DCellLimits.h27 int maxRow() const { in maxRow() function
56 void update(const int minRow, const int maxRow, in update() argument
59 maxRow_ = maxRow; in update()
H A DXlsWorkSheet.h73 nrow_ = (actual_.minRow() < 0) ? 0 : actual_.maxRow() - actual_.minRow() + 1; in XlsWorkSheet()
164 int n = (xcell == cells_.end()) ? 0 : actual_.maxRow() - base + 1;
346 bool nominal_needs_checking = !shim && nominal_.maxRow() >= 0; in loadCells()
366 i, i + nominal_.maxRow() - nominal_.minRow(), in loadCells()
422 bool shim_down = funny_gt(nominal_.maxRow(), actual_.maxRow()); in insertShims()
425 int lr_row = funny_max(nominal_.maxRow(), actual_.maxRow()); in insertShims()
H A DXlsxWorkSheet.h79 nrow_ = (actual_.minRow() < 0) ? 0 : actual_.maxRow() - actual_.minRow() + 1; in XlsxWorkSheet()
168 int n = (xcell == cells_.end()) ? 0 : actual_.maxRow() - base + 1;
350 bool nominal_needs_checking = !shim && nominal_.maxRow() >= 0; in loadCells()
376 i, i + nominal_.maxRow() - nominal_.minRow(), in loadCells()
432 bool shim_down = funny_gt(nominal_.maxRow(), actual_.maxRow()); in insertShims()
435 int lr_row = funny_max(nominal_.maxRow(), actual_.maxRow()); in insertShims()
/dports/biology/bbmap/bbmap/current/aligner/
H A DSingleStateAlignerPacBioAdapter.java226 …final int maxRow, final int maxCol, final int maxState/*, final int maxScore, final int maxStart*/…
228 int row=maxRow;
233 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc);
234 assert(maxRow>=0 && maxRow<packed.length) :
235 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc);
237 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc);
239 int score=packed[maxRow][maxCol]&SCOREMASK; //Or zero, if it is to be recalculated
H A DSingleStateAlignerFlat.java333 …final int maxRow, final int maxCol, final int maxState/*, final int maxScore, final int maxStart*/…
335 int row=maxRow;
340 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc);
341 assert(maxRow>=0 && maxRow<packed.length) :
342 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc);
344 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc);
346 int score=packed[maxRow][maxCol]&SCOREMASK; //Or zero, if it is to be recalculated
H A DSingleStateAlignerFlat2.java336 …final int maxRow, final int maxCol, final int maxState/*, final int maxScore, final int maxStart*/… in score() argument
338 int row=maxRow; in score()
343 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc); in score()
344 assert(maxRow>=0 && maxRow<packed.length) : in score()
345 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc); in score()
347 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc); in score()
349 int score=packed[maxRow][maxCol]; //Or zero, if it is to be recalculated in score()
H A DSingleStateAlignerFlat3.java334 …final int maxRow, final int maxCol, final int maxState/*, final int maxScore, final int maxStart*/… in score() argument
336 int row=maxRow; in score()
341 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc); in score()
342 assert(maxRow>=0 && maxRow<packed.length) : in score()
343 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc); in score()
345 … maxState+", "+maxRow+", "+maxCol+"\n"+new String(read)+"\n"+toString(ref, refStartLoc, refEndLoc); in score()
347 int score=packed[maxRow][maxCol]; //Or zero, if it is to be recalculated in score()
/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dmatrix.c131 unsigned int maxRow; in eliminateOneUnknown() local
133 findLargestIthCoeff(n, a, i, &maxRow, errorP); in eliminateOneUnknown()
141 swap(&a[maxRow][j], &a[i][j]); in eliminateOneUnknown()
143 swap(&c[maxRow], &c[i]); in eliminateOneUnknown()
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/text/
H A Dtext.go441 var maxRow int
450 maxRow = 1
453 maxRow = box.BoxRows()
473 idxBelow := maxRow + idxAbove
520 var maxRow int
530 maxRow = 1
536 maxRow++
552 maxRow = box.BoxRows()
611 if res.BoxRows() > maxRow {
613 idxBelow := maxRow + idxAbove
[all …]
/dports/math/ogdf/OGDF/include/ogdf/lib/abacus/
H A Dlp.h163 int maxRow, in initialize() argument
170 _initialize(sense, nRow, maxRow, nCol, maxCol, obj, lBound, uBound, rows); in initialize()
191 int nRow, int maxRow, in initialize() argument
199 _initialize(sense, nRow, maxRow, nCol, maxCol, obj, lBound, uBound, rows); in initialize()
221 int maxRow() const { return _maxRow(); } in maxRow() function
604 virtual void _initialize(OptSense sense, int nRow, int maxRow,
868 inline int LP::maxRow() const

12345678910>>...14