Home
last modified time | relevance | path

Searched refs:GetFullMoveCount (Results 1 – 9 of 9) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.h205 unsigned short GetFullMoveCount() const in GetFullMoveCount() function
H A Dguess_guessengine.cpp2900 Output("%u...", Pos.GetFullMoveCount()); in PrintPV()
2922 Output("%u.", Pos.GetFullMoveCount()); in PrintPV()
/dports/games/scid/scid/src/
H A Dposition.h165 ushort GetFullMoveCount() const { return PlyCounter / 2 + 1; } in GetFullMoveCount() function
H A Dgame.cpp1653 sprintf (temp, "%d%s", CurrentPos->GetFullMoveCount(), in GetPartialMoveList()
1959 sprintf (temp, "%4u.", CurrentPos->GetFullMoveCount()); in WriteMoveList()
1972 … tb->PrintInt(CurrentPos->GetFullMoveCount(), (CurrentPos->GetToMove() == WHITE ? "." : ". ...")); in WriteMoveList()
1974 … tb->PrintInt(CurrentPos->GetFullMoveCount(), (CurrentPos->GetToMove() == WHITE ? "." : "...")); in WriteMoveList()
H A Dengine.cpp2289 Output ("%u...", Pos.GetFullMoveCount()); in PrintPV()
2304 Output ("%u.", Pos.GetFullMoveCount()); in PrintPV()
H A Dtkscid.cpp3293 uint moveCount = db->game->GetCurrentPos()->GetFullMoveCount(); in sc_game_info()
4240 uint moveCount = g->GetCurrentPos()->GetFullMoveCount(); in sc_game_summary()
5361 return setUintResult (ti, db->game->GetCurrentPos()->GetFullMoveCount()); in sc_pos()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h167 ushort GetFullMoveCount() const { return PlyCounter / 2 + 1; } in GetFullMoveCount() function
H A Dgame.cpp1611 sprintf (temp, "%d%s", CurrentPos->GetFullMoveCount(), in GetPartialMoveList()
1911 sprintf (temp, "%4u.", CurrentPos->GetFullMoveCount()); in WriteMoveList()
1924 … tb->PrintInt(CurrentPos->GetFullMoveCount(), (CurrentPos->GetToMove() == WHITE ? "." : ". ...")); in WriteMoveList()
1926 … tb->PrintInt(CurrentPos->GetFullMoveCount(), (CurrentPos->GetToMove() == WHITE ? "." : "...")); in WriteMoveList()
/dports/games/scid/scid/engines/scidlet/
H A Dscidlet.cpp179 int moveNumber = engine->GetPosition()->GetFullMoveCount(); in setSearchTime()
617 if (pos->GetFullMoveCount() > 30) { return -1; } in lookupBook()