Home
last modified time | relevance | path

Searched refs:sortRow (Results 1 – 17 of 17) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dgamelist.h111 bool triggerGameSelection(int sortRow);
H A Dgamelist.cpp199 bool GameList::triggerGameSelection(int sortRow) in triggerGameSelection() argument
201 QModelIndex sortIndex = NewSortIndex(sortRow); in triggerGameSelection()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolver.cpp3893 int *sortRow = new int[numberRows]; local
3951 sortRow[nLook] = iRow;
4042 sortRow[iRow] = iRow;
4048 int i = sortRow[iRow];
4066 int jRow = sortRow[i];
4081 iRow = sortRow[iLook];
4094 int jRow = sortRow[jLook];
4116 iRow = sortRow[iLook];
4156 int row1 = sortRow[look1];
4157 int row2 = sortRow[look2];
[all …]
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dcounttable.h156 int sortRow(int);
H A Dcounttable.cpp1372 sortRow(it2->second); in setAbund()
2068 int CountTable::sortRow(int index){ in sortRow() function in CountTable
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DMixture.sig48 val sortRow : 'a Row -> 'a Row; value
H A DOvlres.sml274 then rp := TUPLErp(map snd (sortRow fs))
279 then rp := TUPLErp(map snd (sortRow (resolve3Dot loc fs rho)))
H A DMixture.sml150 fun sortRow row = foldL insertField [] row; function
H A DFront.sml730 val tr_es' = map snd (sortRow (zip2 labs tr_es))
H A DTypes.sml1780 RECt (ref{fields=sortRow fs, rho=freshNilRowType()})
1784 RECt (ref{fields=sortRow fs, rho=rho})
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/
H A DMixture.sig48 val sortRow : 'a Row -> 'a Row; value
H A DOvlres.sml274 then rp := TUPLErp(map snd (sortRow fs))
279 then rp := TUPLErp(map snd (sortRow (resolve3Dot loc fs rho)))
H A DMixture.sml150 fun sortRow row = foldL insertField [] row; function
H A DFront.sml730 val tr_es' = map snd (sortRow (zip2 labs tr_es))
H A DTypes.sml1820 RECt (ref{fields=sortRow fs, rho=freshNilRowType()})
1824 RECt (ref{fields=sortRow fs, rho=rho})
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Database/
H A DQbe.php1689 $sortRow = $this->getSortRow();
1715 'sort_row' => $sortRow,
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcSolver.cpp11747 int *sortRow = new int[numberRows]; in statistics() local
11805 sortRow[nLook] = iRow; in statistics()
11896 sortRow[iRow] = iRow; in statistics()
11902 int i = sortRow[iRow]; in statistics()
11920 int jRow = sortRow[i]; in statistics()
11935 iRow = sortRow[iLook]; in statistics()
11948 int jRow = sortRow[jLook]; in statistics()
11970 iRow = sortRow[iLook]; in statistics()
12010 int row1 = sortRow[look1]; in statistics()
12011 int row2 = sortRow[look2]; in statistics()
[all …]