Searched refs:thresholdCounter (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc126 modghist_length(1), path_length(1), thresholdCounter(0),
449 thresholdCounter += 1;
450 if (thresholdCounter >= speed) {
452 thresholdCounter = 0;
456 thresholdCounter -= 1;
457 if (thresholdCounter <= -speed) {
459 thresholdCounter = 0;
H A Dmultiperspective_perceptron.hh361 int thresholdCounter; member in class:MultiperspectivePerceptron

Completed in 12 milliseconds