Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.c506 int LMR_min= 1; /* minimum reduction 1 ply */ variable
1055 {"LMR min reduction ", 1, 0, &LMR_min},
H A Ddata.h47 extern int LMR_min;
H A Doption.c1517 LMR_min = atoi(args[1]); 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.c1161 LMR_min); in InitializeLMR()