Home
last modified time | relevance | path

Searched refs:SquareColorCount (Results 1 – 10 of 10) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_guessengine.cpp897 if(Pos.SquareColorCount(WB, WHITE) != Pos.SquareColorCount(BB, WHITE)) in Score()
945 unsigned int sig = (Pos.SquareColorCount(WP, WHITE) << 12) in ScorePawnStructure()
946 | (Pos.SquareColorCount(BP, BLACK) << 8) in ScorePawnStructure()
2496 unsigned int nEligibleKnights = Pos.SquareColorCount(WN, knightSquareColor) in SEE()
2497 + Pos.SquareColorCount(BN, knightSquareColor); in SEE()
H A Dguess_position.h277 inline unsigned int SquareColorCount(pieceT p, colorT sqColor) const in SquareColorCount() function
H A Dguess_recog.cpp484 if(pos->SquareColorCount(WB, WHITE) == 1) in KBPK()
497 if(pos->SquareColorCount(BB, BLACK) == 1) in KBPK()
H A Dguess_position.cpp2226 && SquareColorCount(knight, color_Flip(square_Color(target))) > 0) in CalcAttacks()
/dports/games/scid/scid/src/
H A Dengine.cpp684 if (Pos.SquareColorCount(WB,WHITE) != Pos.SquareColorCount(BB,WHITE)) { in Score()
729 uint sig = (Pos.SquareColorCount(WP,WHITE) << 12) in ScorePawnStructure()
730 | (Pos.SquareColorCount(BP,BLACK) << 8) in ScorePawnStructure()
1996 uint nEligibleKnights = Pos.SquareColorCount(WN, knightSquareColor) in SEE()
1997 + Pos.SquareColorCount(BN, knightSquareColor); in SEE()
H A Dposition.h192 inline uint SquareColorCount (pieceT p, colorT sqColor) { in SquareColorCount() function
H A Drecog.cpp356 if (pos->SquareColorCount(WB,WHITE) == 1) { wrongFile = H_FYLE; } in KBPK()
362 if (pos->SquareColorCount(BB,BLACK) == 1) { wrongFile = H_FYLE; } in KBPK()
H A Dposition.cpp1294 && SquareColorCount(knight, color_Flip(square_Color(target))) > 0) { in CalcAttacks()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h194 inline uint SquareColorCount (pieceT p, colorT sqColor) const { in SquareColorCount() function
H A Dposition.cpp1301 && SquareColorCount(knight, color_Flip(square_Color(target))) > 0) { in CalcAttacks()