Home
last modified time | relevance | path

Searched refs:LMP_depth (Results 1 – 5 of 5) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h98 extern int LMP_depth;
H A Ddata.c458 int LMP_depth = 16; variable
H A Dsearch.c559 if (order > LMP[depth] && depth < LMP_depth && !pv_node && !check && in SearchMoveList()
H A Dinit.c1138 for (i = 0; i < LMP_depth; i++) in InitializeLMP()
H A Doption.c1458 LMP_depth = atoi(args[1]); in Option()
1463 Print(32, "LMP depth=%d base=%d scale=%f\n", LMP_depth, LMP_base, in Option()