Home
last modified time | relevance | path

Searched defs:MovePromoteBishop (Results 1 – 6 of 6) sorted by relevance

/dports/games/polyglot/polyglot-1.4.70b/
H A Dmove.h18 #define MovePromoteBishop (2 << 12) macro
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dmove.h39 const int MovePromoteBishop = 2 << 12; variable
/dports/games/scid/scid/src/polyglot/
H A Dmove.h17 const int MovePromoteBishop = 2 << 12; variable
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dmove.h46 const int MovePromoteBishop = MovePromote | (1 << 12); variable
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dmove.h24 const int MovePromoteBishop = MovePromote | (1 << 12); variable
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dpolyglotdatabase.cpp753 const int MovePromoteBishop = 2 << 12; in get_promotion() local