Home
last modified time | relevance | path

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

/dports/games/sjeng/Sjeng-Free-11.2/
H A Dprobe.c143 int tbScore; in probe_egtb() local
280 tbScore = L_TbtProbeTable( iTb, side, ind); in probe_egtb()
282 if (tbScore == bev_broken) return KINGCAP; in probe_egtb()
286 if (tbScore > 0) in probe_egtb()
288 return ((tbScore-bev_mi1)*2+INF-ply-1); in probe_egtb()
290 else if (tbScore < 0) in probe_egtb()
292 return ((tbScore+bev_mi1)*2-INF+ply); in probe_egtb()
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dsearch.h77 Value tbScore; member
H A Dsearch.cpp1828 v = tb ? rootMoves[i].tbScore : v; in pv()
1930 if (dtz_available || rootMoves[0].tbScore <= VALUE_DRAW) in rank_root_moves()
/dports/games/stockfish/Stockfish-sf_14/src/syzygy/
H A Dtbprobe.cpp1576 m.tbScore = r >= bound ? VALUE_MATE - MAX_PLY - 1 in root_probe()
1621 m.tbScore = WDL_to_value[wdl + 2]; in root_probe_wdl()