Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dlearn.c212 if (moves_out_of_book <= LEARN_INTERVAL) { in LearnValue()
213 if (moves_out_of_book) { in LearnValue()
214 book_learn_eval[moves_out_of_book - 1] = search_value; in LearnValue()
215 book_learn_depth[moves_out_of_book - 1] = search_depth; in LearnValue()
228 else if (moves_out_of_book == LEARN_INTERVAL + 1) { in LearnValue()
229 if (moves_out_of_book < 1) in LearnValue()
231 interval = Min(LEARN_INTERVAL, moves_out_of_book); in LearnValue()
H A Dtime.c311 if (tc_increment > 200 && moves_out_of_book < 2) in TimeSet()
336 if (first_nonbook_factor && moves_out_of_book < first_nonbook_span) { in TimeSet()
338 (first_nonbook_span - moves_out_of_book + 1) * first_nonbook_factor; in TimeSet()
H A Dresign.c81 moves_out_of_book > 3) { in ResignOrDraw()
H A Dmain.c4924 moves_out_of_book = 0;
4929 moves_out_of_book++;
4942 if (learning && moves_out_of_book && !learn_value)
H A Danalyze.c56 moves_out_of_book = 0; in Analyze()
H A Dedit.c159 moves_out_of_book = 0; in Edit()
H A Dsetboard.c260 moves_out_of_book = 0; in SetBoard()
H A Ddata.h219 extern int moves_out_of_book;
H A Ddata.c660 int moves_out_of_book = 0; variable
H A Doption.c599 if (moves_out_of_book) in Option()
2553 moves_out_of_book = 0; in Option()
2642 moves_out_of_book = 0; in Option()
H A Dbook.c77 if (moves_out_of_book > 6) in Book()
H A Depdglue.c517 moves_out_of_book = 0; in EGPutHostPosition()