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

/gem5/util/systemc/gem5_within_systemc/
H A Dsc_logger.cc71 int overflow(int i);
91 * [oi]stream. It will, therefore, call overflow for every character it
95 CuttingStreambuf::overflow(int chr) function in class:Gem5SystemC::CuttingStreambuf
/gem5/src/base/stats/
H A Dinfo.hh187 Counter overflow; member in struct:Stats::DistData
H A Dtext.cc477 if (data.type == Dist && data.overflow != NAN)
478 total += data.overflow;
518 if (data.type == Dist && data.overflow != NAN) {
520 print.update(data.overflow, total);
/gem5/ext/iostream3/
H A Dzfstream.h125 overflow(int_type c = traits_type::eof());
H A Dzfstream.cc214 gzfilebuf::overflow(int_type c) function in class:gzfilebuf
301 return traits_type::eq_int_type(this->overflow(), traits_type::eof()) ? -1 : 0;
322 // so that overflow(c) can safely add the extra character c to the sequence.
/gem5/ext/pybind11/include/pybind11/
H A Diostream.h33 int overflow(int c) { function in class:pythonbuf
/gem5/src/arch/mips/
H A Ddsp.cc62 uint32_t *overflow)
69 *overflow = 1;
72 *overflow = 1;
78 *overflow = 1;
81 *overflow = 1;
92 uint32_t *overflow)
101 *overflow = 1;
106 *overflow = 1;
61 dspSaturate(uint64_t value, int32_t fmt, int32_t sign, uint32_t *overflow) argument
91 checkOverflow(uint64_t value, int32_t fmt, int32_t sign, uint32_t *overflow) argument
H A Ddsp.hh57 DSP_OUFLAG, // overflow-underflow flag
135 uint32_t *overflow);
137 uint32_t *overflow);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp467 overflow( double& c, const scfx_params& params, bool& o_flag ) function in namespace:sc_dt
642 sc_dt::overflow( m_val, m_params, m_o_flag );
H A Dscfx_rep.h290 void overflow( const scfx_params&, bool& );
480 c.overflow( params, o_flag );
H A Dsc_fxval.h422 const sc_fxval overflow( const scfx_params&, bool& ) const;
1513 sc_fxval::overflow( const scfx_params& params, bool& o_flag ) const function in class:sc_dt::sc_fxval
H A Dscfx_rep.cpp2039 // PRIVATE METHOD : overflow
2041 // Performs destructive overflow handling.
2045 scfx_rep::overflow( const scfx_params& params, bool& o_flag )
2244 overflow( params, o_flag );
2562 "shift_left overflow" );
2588 SC_ASSERT_( !(m_mant[0] << shift_left), "shift_right overflow" );
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc428 overflow(double &c, const scfx_params &params, bool &o_flag) function in namespace:sc_dt
584 sc_dt::overflow(m_val, m_params, m_o_flag);
H A Dscfx_rep.cc1857 // PRIVATE METHOD : overflow
1859 // Performs destructive overflow handling.
1863 scfx_rep::overflow(const scfx_params &params, bool &o_flag)
2038 overflow(params, o_flag);
2318 "shift_left overflow");
2342 SC_ASSERT_(!(m_mant[0] << shift_left), "shift_right overflow");
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh269 void overflow(const scfx_params &, bool &);
407 c.overflow(params, o_flag);
H A Dsc_fxval.hh361 const sc_fxval overflow(const scfx_params &, bool &) const;
1281 sc_fxval::overflow(const scfx_params &params, bool &o_flag) const function in class:sc_dt::sc_fxval
/gem5/src/base/
H A Dstatistics.hh1429 Counter overflow;
1457 overflow += number;
1506 data.overflow = overflow;
1531 overflow = Counter();
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2459 digit[digit_num] &= DIGIT_MASK; // Needed to zero the overflow bits.
2476 digit[digit_num] &= DIGIT_MASK; // Needed to zero the overflow bits.
2517 // digit. Since buf doesn't have overflow bits, we cannot also do

Completed in 70 milliseconds