Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js478 score = historyTable[piece & 0xF][moveTo];
989 historyTable[histPiece][histTo] += ply * ply;
990 if (historyTable[histPiece][histTo] > 32767) {
991 historyTable[histPiece][histTo] >>= 1;
1095 historyTable[histPiece][histTo] += ply * ply;
1096 if (historyTable[histPiece][histTo] > 32767) {
1097 historyTable[histPiece][histTo] >>= 1;
1304 var historyTable = new Array(32); variable
1352 historyTable[i] = new Array(256);
1354 historyTable[i][j] = 0;