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

/gem5/src/base/
H A Dsat_counter.test.cc152 SatCounter saturated_counter(bits, bits);
177 counter <<= saturated_counter; local
185 counter >>= saturated_counter; local
281 SatCounter saturated_counter(bits, max_value);
310 counter += saturated_counter;
312 ASSERT_EQ(counter, saturated_counter);
318 counter -= saturated_counter;

Completed in 5 milliseconds