Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_guessengine.h196 bool IsGettingMatedScore(int score);
H A Dguess_guessengine.cpp1173 bool Engine::IsGettingMatedScore(int score) in IsGettingMatedScore() function in Engine
1528 if(IsGettingMatedScore(score)) in StoreHash()
1637 if(IsGettingMatedScore(*score)) in ProbeHash()
2082 if(IsGettingMatedScore(nullscore)) in Search()
/dports/games/scid/scid/src/
H A Dengine.h181 bool IsGettingMatedScore (int score);
H A Dengine.cpp921 Engine::IsGettingMatedScore (int score) in IsGettingMatedScore() function in Engine
1258 if (IsGettingMatedScore(score)) { score -= Ply; } in StoreHash()
1323 if (IsGettingMatedScore(*score)) { *score += Ply; } in ProbeHash()
1680 if (IsGettingMatedScore (nullscore)) { baseExtensions++; } in Search()