Home
last modified time | relevance | path

Searched refs:BishopFlag (Results 1 – 13 of 13) sorted by path

/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dattack.cpp106 DeltaMask[128+delta] |= BishopFlag; in attack_init()
H A Dpiece.cpp139 return (piece & QueenFlags) == BishopFlag; in piece_is_bishop()
H A Dpiece.h39 const int BishopFlag = 1 << 5; variable
44 const int QueenFlags = BishopFlag | RookFlag;
50 const int Bishop64 = BishopFlag;
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dattack.cpp106 IncMask[IncOffset+inc] |= BishopFlag; in attack_init()
117 DeltaMask[DeltaOffset+delta] |= BishopFlag; in attack_init()
H A Dpiece.h39 const int BishopFlag = 1 << 5; variable
44 const int QueenFlags = BishopFlag | RookFlag;
50 const int Bishop64 = BishopFlag;
93 #define PIECE_IS_BISHOP(piece) (((piece)&QueenFlags)==BishopFlag)
/dports/games/polyglot/polyglot-1.4.70b/
H A Dattack.c84 DeltaMask[128+delta] |= BishopFlag; in attack_init()
H A Dpiece.c117 return (piece & QueenFlags) == BishopFlag; in piece_is_bishop()
H A Dpiece.h17 #define BishopFlag (1 << 5) macro
22 #define QueenFlags (BishopFlag | RookFlag)
28 #define Bishop64 (BishopFlag)
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dattack.cpp84 IncMask[IncOffset+inc] |= BishopFlag; in attack_init()
95 DeltaMask[DeltaOffset+delta] |= BishopFlag; in attack_init()
H A Dpiece.h17 const int BishopFlag = 1 << 5; variable
22 const int QueenFlags = BishopFlag | RookFlag;
28 const int Bishop64 = BishopFlag;
71 #define PIECE_IS_BISHOP(piece) (((piece)&QueenFlags)==BishopFlag)
/dports/games/scid/scid/src/polyglot/
H A Dattack.cpp84 DeltaMask[128+delta] |= BishopFlag; in attack_init()
H A Dpiece.cpp117 return (piece & QueenFlags) == BishopFlag; in piece_is_bishop()
H A Dpiece.h17 const int BishopFlag = 1 << 5; variable
22 const int QueenFlags = BishopFlag | RookFlag;
28 const int Bishop64 = BishopFlag;