Home
last modified time | relevance | path

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

/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dsort.cpp85 static uint16 HistHit[HistorySize]; variable
128 HistHit[i] = 1; in sort_init()
536 HistHit[index]++; in history_good()
540 HistHit[index] = (HistHit[index] + 1) / 2; in history_good()
544 ASSERT(HistHit[index]<=HistTot[index]); in history_good()
566 HistHit[index] = (HistHit[index] + 1) / 2; in history_bad()
570 ASSERT(HistHit[index]<=HistTot[index]); in history_bad()
592 HistHit[index] = (HistHit[index] + 1) / 2; in history_very_bad()
596 ASSERT(HistHit[index]<=HistTot[index]); in history_very_bad()
858 ASSERT(HistHit[index]<=HistTot[index]); in history_prob()
[all …]
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dsort.cpp106 static uint16 HistHit[HistorySize]; variable
148 HistHit[i] = 1; in sort_init()
541 HistHit[index]++; in history_good()
545 HistHit[index] = (HistHit[index] + 1) / 2; in history_good()
549 ASSERT(HistHit[index]<=HistTot[index]); in history_good()
571 HistHit[index] = (HistHit[index] + 1) / 2; in history_bad()
575 ASSERT(HistHit[index]<=HistTot[index]); in history_bad()
761 ASSERT(HistHit[index]<=HistTot[index]); in history_prob()
764 value = (HistHit[index] * 16384) / HistTot[index]; in history_prob()