Home
last modified time | relevance | path

Searched refs:cnt50 (Results 1 – 2 of 2) sorted by relevance

/dports/games/stockfish/Stockfish-sf_14/src/syzygy/
H A Dtbprobe.cpp1520 int cnt50 = pos.rule50_count(); in root_probe() local
1568 int r = dtz > 0 ? (dtz + cnt50 <= 99 && !rep ? 1000 : 1000 - (dtz + cnt50)) in root_probe()
1569 : dtz < 0 ? (-dtz * 2 + cnt50 < 100 ? -1000 : -1000 + (-dtz + cnt50)) in root_probe()
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c1472 unsigned dtz_to_wdl(int cnt50, int dtz) { in dtz_to_wdl() argument
1475 wdl = (dtz + cnt50 <= 100 ? 2 : 1); in dtz_to_wdl()
1477 wdl = (-dtz + cnt50 <= 100 ? -2 : -1); in dtz_to_wdl()