Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Devaluate.c327 int score_eg = 0, score_mg = 0, enemy = Flip(side), tpawns; in EvaluateBishops() local
376 tpawns = PopCnt(dark_squares & Pawns(side)); in EvaluateBishops()
378 tpawns = PopCnt(~dark_squares & Pawns(side)); in EvaluateBishops()
379 score_mg -= tpawns * bishop_pawns_on_color[mg]; in EvaluateBishops()
380 score_eg -= tpawns * bishop_pawns_on_color[eg]; in EvaluateBishops()