Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c78 int annotate_margin, annotate_score[100], player_score, best_moves, in Annotate() local
152 annotate_margin = atof(args[4]) * PieceValues(white, pawn); in Annotate()
229 DisplayEvaluationKibitz(annotate_margin, wtm), html_br); in Annotate()
335 if (n_root_moves == 0 || (annotate_margin >= 0 && in Annotate()
336 player_score + annotate_margin > in Annotate()
375 player_score + annotate_margin < annotate_score[0] in Annotate()
377 || annotate_margin < 0 || best_moves != 1)) { in Annotate()
518 DisplayEvaluationKibitz(annotate_margin, wtm), html_br); in Annotate()