Home
last modified time | relevance | path

Searched refs:castlingRooks (Results 1 – 8 of 8) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess.cpp35 Result guessMove(const char* fen, bool chess960, quint64 castlingRooks, squareT square, MoveList& m… in guessMove() argument
43 pos.setChess960Castling(chess960, castlingRooks); in guessMove()
75 Result evalPos(const char* fen, bool chess960, quint64 castlingRooks, int thinkTime) in evalPos() argument
88 pos.setChess960Castling(chess960, castlingRooks); in evalPos()
107 int pickBest(const char* fen, bool chess960, quint64 castlingRooks, squareT from1, squareT to1, squ… in pickBest() argument
113 pos.setChess960Castling(chess960, castlingRooks); in pickBest()
H A Dguess.h23 Result guessMove(const char* fen, bool chess960, quint64 castlingRooks, squareT square, MoveList& m…
24 Result evalPos(const char* fen, bool chess960, quint64 castlingRooks, int thinkTime = 125);
25 int pickBest(const char* fen, bool chess960, quint64 castlingRooks, squareT from1, squareT to1, squ…
H A Dguess_position.h413 void setChess960Castling(bool value, quint64 castlingRooks);
H A Dguess_position.cpp49 void Position::setChess960Castling(bool value, quint64 castlingRooks) in setChess960Castling() argument
52 CastlingRooks = castlingRooks; in setChess960Castling()
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dthreadedguess.cpp65 b.chess960(), b.castlingRooks(), in run()
H A Dbitboard.h192 quint64 castlingRooks() const;
H A Dbitboard.cpp2620 quint64 BitBoard::castlingRooks() const in castlingRooks() function in BitBoard
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dboardview.cpp582 …ult sm = Guess::guessMove(qPrintable(m_board.toFen()), m_board.chess960(), m_board.castlingRooks(), in showGuess()