Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.c510 double LMR_s = 2.0; /* smaller numbers increase reductions. */ variable
1059 {"LMR scale factor ", 3, 0, &LMR_s},
H A Ddata.h51 extern double LMR_s;
H A Doption.c1521 LMR_s = atof(args[5]); 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()