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

/gem5/src/base/stats/
H A Dinfo.hh186 Counter underflow; member in struct:Stats::DistData
H A Dtext.cc473 if (data.type == Dist && data.underflow != NAN)
474 total += data.underflow;
485 if (data.type == Dist && data.underflow != NAN) {
487 print.update(data.underflow, total);
/gem5/ext/iostream3/
H A Dzfstream.h113 underflow();
143 * This calls underflow(EOF) to do the job.
H A Dzfstream.cc171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
/gem5/src/dev/arm/
H A Dpl111.hh115 Bitfield<1> underflow; member in class:Pl111
H A Dpl111.cc516 lcdRis.underflow = 1;
764 if (lcdMis.underflow || lcdMis.baseaddr || lcdMis.vcomp || lcdMis.ahbmaster) {
/gem5/src/arch/arm/insts/
H A Dvfp.cc198 bool underflow = false; local
209 underflow = true;
213 if ((exceptions & FeInexact) && !(underflow && flush) && mask.ixc) {
461 // Check for underflow
1002 * Correct for the fact that underflow is detected -before- rounding
1073 * Correct for the fact that underflow is detected -before- rounding
1134 * Correct for the fact that underflow is detected -before- rounding
H A Dfplib.cc2214 bool underflow = false; local
2228 underflow = true; //xx Why is this required?
2231 if ((flags & FPLIB_IXC) && !(underflow && fpscr.fz)) {
/gem5/src/base/
H A Dstatistics.hh1427 Counter underflow;
1455 underflow += number;
1505 data.underflow = underflow;
1530 underflow = Counter();

Completed in 45 milliseconds