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

/gem5/src/base/filters/
H A DBloomFilters.py46 threshold = Param.Int(1, "Value at which an entry is considered as set") variable in class:BloomFilterBase
64 threshold = Self.num_hashes variable in class:BloomFilterMultiBitSel
94 threshold = 2 variable in class:BloomFilterMulti
H A Dbase.hh67 sizeBits(floorLog2(p->size)), setThreshold(p->threshold)
/gem5/util/stats/
H A Dprofile.py165 def _dot(self, dot, threshold, categorize, total):
170 if value < threshold:
181 child._dot(dot, threshold, categorize, total)
191 def dot(self, dot, threshold=0.1, categorize=None):
192 self._dot(dot, threshold, categorize, self.total())
315 def write_dot(self, threshold, jobfile=None, jobs=None):
328 symbols.tree.dot(dot, threshold=threshold)
407 threshold = 0.01
437 threshold
[all...]
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc115 blockSize(p->block_size), pcshift(p->pcshift), threshold(p->threshold),
183 totalbits += (threshold >= 0) ? (tunebits * specs.size()) : 0;
249 if (threshold < 0) {
348 if (threshold >= 0) {
414 if (threshold >= 0) if (!tuneonly || (abs_yout <= threshold)) {
598 if (abs(bi->yout) <= threshold) {
H A DBranchPredictor.py357 "Log size of update threshold counters tables")
363 "Number of bits for the update threshold counter")
366 "Number of bits for the pUpdate threshold counters")
374 "Initial pUpdate threshold counter value")
511 threshold = Param.Int(1, "Threshold for deciding low/high confidence") variable in class:MultiperspectivePerceptron
667 threshold = -1 variable in class:MultiperspectivePerceptronTAGE
H A Dmultiperspective_perceptron.hh259 const int threshold; member in class:MultiperspectivePerceptron
/gem5/src/cpu/o3/
H A Drob_impl.hh87 int threshold = params->smtROBThreshold;; local
89 //Divide up by threshold amount
91 maxEntries[tid] = threshold;
H A Dinst_queue_impl.hh144 double threshold = (double)params->smtIQThreshold / 100; local
146 int thresholdIQ = (int)((double)threshold * numEntries);
148 //Divide up by threshold amount
/gem5/ext/mcpat/cacti/
H A Dwire.cc676 double threshold; local
681 threshold = del[i-1];
685 if (citer->delay > threshold) {
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2443 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} argument

Completed in 55 milliseconds