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

/gem5/src/base/stats/
H A Dtext.cc303 Result _total = 0.0; local
307 _total += vec[i];
319 print.pdf = _total ? 0.0 : NAN;
320 print.cdf = _total ? 0.0 : NAN;
348 print.update(vec[i], _total);

Completed in 6 milliseconds