Home
last modified time | relevance | path

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

/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dboard.h117 extern bool board_is_repetition (const board_t * board);
H A Dsearch_full.cpp413 if (board_is_repetition(board) || recog_draw(board)) return ValueDraw; in full_search()
845 if (board_is_repetition(board) || recog_draw(board)) return ValueDraw; in full_quiescence()
H A Dboard.cpp452 bool board_is_repetition(const board_t * board) { in board_is_repetition() function
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dboard.h97 extern bool board_is_repetition (const board_t * board);
H A Dboard.cpp437 bool board_is_repetition(const board_t * board) { in board_is_repetition() function
H A Dsearch_full.cpp466 if (board_is_repetition(board) || recog_draw(board)) return ValueDraw; in full_search()
979 if (board_is_repetition(board) || recog_draw(board)) return ValueDraw; in full_quiescence()