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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc329 int bestval = 0; local
347 // if this is one of those good features, add the value to bestval
354 bestval += val;
362 return bestval;
594 int bestval = computeOutput(tid, *bi); local
599 bi->prediction = (bestval >= 1);

Completed in 6 milliseconds