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

/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc176 StatisticalCorrector::gIndex(Addr branch_pc, int64_t bhist, int logs, int nbr, argument
182 ((1 << (logs - gIndexLogsSubstr(nbr, i))) - 1);
188 int logs, std::vector<int8_t> & w)
193 int64_t index = gIndex(branch_pc, bhist, logs, nbr, i);
204 int nbr, int logs, std::vector<int8_t> & w,
210 int64_t index = gIndex(branch_pc, bhist, logs, nbr, i);
186 gPredict(Addr branch_pc, int64_t hist, std::vector<int> & length, std::vector<int8_t> * tab, int nbr, int logs, std::vector<int8_t> & w) argument
202 gUpdate(Addr branch_pc, bool taken, int64_t hist, std::vector<int> & length, std::vector<int8_t> * tab, int nbr, int logs, std::vector<int8_t> & w, BranchInfo* bi) argument
H A Dstatistical_corrector.hh236 int64_t gIndex(Addr branch_pc, int64_t bhist, int logs, int nbr, int i);
242 std::vector<int8_t> * tab, int nbr, int logs,
247 std::vector<int8_t> * tab, int nbr, int logs,
H A Dmultiperspective_perceptron_tage.hh178 std::vector<int8_t> * tab, int nbr, int logs,
H A Dmultiperspective_perceptron_tage.cc335 int nbr, int logs, std::vector<int8_t> & w,
341 int64_t index = gIndex(branch_pc, bhist, logs, nbr, i);
333 gUpdate(Addr branch_pc, bool taken, int64_t hist, std::vector<int> & length, std::vector<int8_t> * tab, int nbr, int logs, std::vector<int8_t> & w, StatisticalCorrector::BranchInfo* bi) argument
/gem5/configs/boot/
H A Dnat-spec-surge-server.rcS47 cat /benchmarks/apache2/logs/error_log
H A Dspec-surge-server.rcS45 cat /usr/share/apache2/logs/error_log
H A Dsurge-server.rcS46 cat /usr/share/apache2/logs/error_log
/gem5/src/base/stats/
H A Dinfo.hh191 Counter logs; member in struct:Stats::DistData
H A Dtext.cc455 print.value = data.samples ? exp(data.logs / data.samples) : NAN;
/gem5/src/base/
H A Dstatistics.cc405 logs += hs->logs;
H A Dstatistics.hh1569 Counter logs;
1622 logs += log(val) * number;
1662 data.logs = logs;
1685 logs = Counter();

Completed in 25 milliseconds