Searched refs:endRow (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/linprog/
H A DActiveSetSolver.h46 int32 endRow);
H A DActiveSetSolver.cpp276 EquationSystem::_EliminateColumn(int32 column, int32 startRow, int32 endRow) argument
285 for (int r = startRow; r < endRow + 1; r++) {
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp606 int32 endRow = rowIndex + count; local
609 for (int32 i = rowIndex; i < endRow; i++) {
643 _UpdateRowIndices(endRow);

Completed in 46 milliseconds