Searched refs:historyTable (Results 1 – 1 of 1) sorted by relevance
478 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); variable1352 historyTable[i] = new Array(256);1354 historyTable[i][j] = 0;