Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c1024 static bool is_en_passant(const struct pos *pos, uint16_t move) { in is_en_passant() function
1218 if (is_en_passant(pos, *moves)) in probe_ab()
1282 if (is_en_passant(pos, *moves)) in probe_wdl()
1456 if (is_en_passant(pos, *moves)) in probe_dtz()
1527 res = TB_SET_EP(res, is_en_passant(pos, moves[i])); in probe_root()
1674 res = TB_SET_EP(res, is_en_passant(&pos, move)); in tb_probe_root_impl()