Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Devaluate.c305 score = EvaluateDraws(tree, ply, can_win, score); in Evaluate()
493 int EvaluateDraws(TREE * RESTRICT tree, int ply, int can_win, int score) { in EvaluateDraws() function
H A Dchess.h390 int EvaluateDraws(TREE *RESTRICT, int, int, int);