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

/gem5/src/mem/ruby/common/
H A DHistogram.cc59 m_max = 0;
66 m_max = 0;
91 m_max = max(m_max, value);
113 while (m_max >= (t_bins * m_binsize)) doubleBinSize();
136 m_max = max(m_max, hist.getMax());
211 out << "max: " << m_max << " ";
H A DHistogram.hh57 int64_t getMax() const { return m_max; }
65 int64_t m_max; // the maximum value seen so far member in class:Histogram

Completed in 4 milliseconds