Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.c507 int LMR_max= 15; /* maximum reduction 15 plies */ variable
1056 {"LMR max reduction ", 1, 0, &LMR_max},
H A Ddata.h48 extern int LMR_max;
H A Doption.c1518 LMR_max = Min(atoi(args[2]), 15); in Option()
1529 LMR_min, LMR_max, LMR_db, LMR_mb, LMR_s); in Option()
1547 LMR_min, LMR_max, LMR_db, LMR_mb, LMR_s); in Option()
H A Dinit.c1160 Max(Min(log(d * LMR_db) * log(m * LMR_mb) / LMR_s, LMR_max), in InitializeLMR()