Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h139 extern float book_weight_freq;
H A Doption.c327 book_weight_freq = atof(args[2]); in Option()
333 Print(32, "frequency (freq)..............%4.2f\n", book_weight_freq); in Option()
1094 Print(32, "book frequency (freq)..............%4.2f\n", book_weight_freq); in Option()
1722 book_weight_freq = 1.0; in Option()
1727 book_weight_freq = 0.2; in Option()
1733 book_weight_freq = 1.0; in Option()
H A Ddata.c550 float book_weight_freq = 1.0; variable
H A Dbook.c283 bs_value[i] += bs_played[i] / (float) maxp *1000.0 * book_weight_freq; in Book()