Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.h46 # define TBPIECES 6 macro
99 int factor[2][TBPIECES];
100 ubyte pieces[2][TBPIECES];
101 ubyte norm[2][TBPIECES];
115 int factor[2][TBPIECES];
131 int factor[TBPIECES];
132 ubyte pieces[TBPIECES];
133 ubyte norm[TBPIECES];
150 int factor[TBPIECES];
151 ubyte pieces[TBPIECES];
[all …]
H A Dtbprobe.c601 int p[TBPIECES]; in probe_wdl_table()
701 int p[TBPIECES]; in probe_dtz_table()
/dports/games/stockfish/Stockfish-sf_14/src/syzygy/
H A Dtbprobe.cpp61 constexpr int TBPIECES = 7; // Max number of supported pieces variable
319 Piece pieces[TBPIECES]; // Position pieces: the order of pieces defines the groups
320 uint64_t groupIdx[TBPIECES+1]; // Start index used for the encoding of the group's pieces
321 int groupLen[TBPIECES+1]; // Number of pieces in a given group: KRKN -> (3, 1)
676 Square squares[TBPIECES]; in do_probe_table()
677 Piece pieces[TBPIECES]; in do_probe_table()