Home
last modified time | relevance | path

Searched refs:m_bishops (Results 1 – 2 of 2) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.cpp499 m_bishops |= bit; in setAt()
549 m_bishops ^= bit; in removeAt()
909 m_bishops |= SetBit(s); in fromGoodFen()
953 m_bishops |= SetBit(s); in fromGoodFen()
1435 x = m_bishops & (1+4+16+64); in chess960Pos()
2240 m_bishops ^= bb_to; in doMove()
2283 m_bishops ^= bb_to; in doMove()
2463 m_bishops ^= bb_to; in undoMove()
2501 m_bishops ^= bb_to; in undoMove()
2942 if (!m_bishops) in insufficientMaterial()
[all …]
H A Dbitboard.h273 quint64 m_pawns, m_knights, m_bishops, m_rooks, m_castlingRooks, m_queens, m_kings; variable
386 if(bishopAttacksFrom(square) & (m_bishops | m_queens) & m_occupied_co[color]) in isAttackedBy()