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

/gem5/src/cpu/pred/
H A Dtage_sc_l.cc80 unsigned numHistLengths = nHistoryTables/2; local
82 histLengths[numHistLengths] = maxHist;
85 // there are only numHistLengths different lengths
87 for (int i = 2; i <= numHistLengths; i++) {
90 (double) (i - 1) / (double) ((numHistLengths - 1))))

Completed in 6 milliseconds