Home
last modified time | relevance | path

Searched refs:not_rook_pawns (Results 1 – 3 of 3) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h306 extern const uint64_t not_rook_pawns;
H A Devaluate.c1667 && Pawns(white) & not_rook_pawns && Pawns(black) & not_rook_pawns) in EvaluateWinningChances()
1681 if (!(Pawns(side) & not_rook_pawns)) in EvaluateWinningChances()
H A Ddata.c415 const uint64_t not_rook_pawns = 0x007e7e7e7e7e7e00ull; variable