Home
last modified time | relevance | path

Searched defs:maxPly (Results 1 – 13 of 13) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dctgbookwriter.cpp38 void CtgBookWriter::writeBookForDatabase(Database *src, const QString &out, int maxPly, int minGame… in writeBookForDatabase()
H A Dpolyglotwriter.cpp42 void PolyglotWriter::writeBookForDatabase(Database *src, const QString &out, int maxPly, int minGam… in writeBookForDatabase()
H A Dpolyglotdatabase.cpp607 bool PolyglotDatabase::openForWriting(const QString &filename, int maxPly, int minGame, bool unifor… in openForWriting()
/dports/games/mancala/mancala-1.0.3/
H A Dtextmain.c65 int maxPly[2] = { MAX_DEPTH, MAX_DEPTH }, status; in main() local
H A Dminimax.c199 int maxPly
H A Dmancala.c380 PMove getBestMove(Player player, int maxPly) in getBestMove()
H A Dxmain.c50 static int maxPly[2] = { 0, 4 }; variable
/dports/games/chessx/chessx-1.5.6/src/dialogs/
H A Ddlgsavebook.cpp53 void DlgSaveBook::getBookParameters(QString &out, int &maxPly, int &minGame, bool &uniform, int& re… in getBookParameters()
/dports/games/tsito/tsito-0.8.4/src/
H A DEngine.h57 int maxPly; // also user configurable. variable
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dgame.cpp1157 patternT * patterns, int minPly, int maxPly, in MaterialMatch()
/dports/games/scid/scid/src/
H A Dgame.cpp1177 patternT * patterns, int minPly, int maxPly, in MaterialMatch()
H A Dtkscid.cpp573 uint maxPly = strGetUnsigned(argv[arg]) * 2; in sc_base_piecetrack() local
1366 uint maxPly = 60; in sc_eco_base() local
8886 uint maxPly = 999; in sc_search_material() local
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dmainwindowactions.cpp3956 int maxPly, minGame, result, filterResult; in slotMakeBook() local