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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h426 scfx_rep* m_rep; member in class:sc_dt::sc_fxval
785 : m_rep( a != 0 ? a : new scfx_rep ),
794 : m_rep( new scfx_rep ),
804 : m_rep( new scfx_rep( *a.m_rep ) ),
817 : m_rep( new scfx_rep( arg ) ), \
856 delete m_rep;
866 return m_rep;
874 delete m_rep;
875 m_rep
[all...]
H A Dsc_fxnum.h968 scfx_rep* m_rep; member in class:sc_dt::sc_fxnum
2573 SC_ERROR_IF_( ! m_rep->is_normal(), sc_core::SC_ID_INVALID_FX_VALUE_ );
2576 m_rep->cast( m_params, m_q_flag, m_o_flag );
2587 : m_rep( new scfx_rep ),
2604 : m_rep( new scfx_rep( arg ) ), \
2617 #define DEFN_CTOR_T_B(tp) DEFN_CTOR_T(tp,*a.m_rep)
2652 delete m_rep;
2662 return m_rep;
2673 return sc_fxval( sc_dt::neg_scfx_rep( *m_rep ) );
2681 return sc_fxval( new scfx_rep( *m_rep ) );
[all...]
H A Dsc_fxnum.cpp265 return std::string( m_rep->to_string( SC_DEC, -1, SC_F, &m_params ) );
271 return std::string( m_rep->to_string( numrep, -1, SC_F, &m_params ) );
277 return std::string( m_rep->to_string( numrep, (w_prefix ? 1 : 0),
284 return std::string( m_rep->to_string( SC_DEC, -1, fmt, &m_params ) );
290 return std::string( m_rep->to_string( numrep, -1, fmt, &m_params ) );
296 return std::string( m_rep->to_string( numrep, (w_prefix ? 1 : 0),
304 return std::string( m_rep->to_string( SC_DEC, -1, SC_F, &m_params ) );
310 return std::string( m_rep->to_string( SC_BIN, -1, SC_F, &m_params ) );
316 return std::string( m_rep->to_string( SC_OCT, -1, SC_F, &m_params ) );
322 return std::string( m_rep
[all...]
H A Dsc_fxval.cpp70 return std::string( m_rep->to_string( SC_DEC, -1, SC_E ) );
76 return std::string( m_rep->to_string( numrep, -1, SC_E ) );
82 return std::string( m_rep->to_string( numrep, (w_prefix ? 1 : 0), SC_E ) );
88 return std::string( m_rep->to_string( SC_DEC, -1, fmt ) );
94 return std::string( m_rep->to_string( numrep, -1, fmt ) );
100 return std::string( m_rep->to_string( numrep, (w_prefix ? 1 : 0), fmt ) );
107 return std::string( m_rep->to_string( SC_DEC, -1, SC_E ) );
113 return std::string( m_rep->to_string( SC_BIN, -1, SC_E ) );
119 return std::string( m_rep->to_string( SC_OCT, -1, SC_E ) );
125 return std::string( m_rep
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh364 scfx_rep * m_rep; member in class:sc_dt::sc_fxval
663 m_rep(a != 0 ? a : new scfx_rep), m_observer(0)
670 m_rep(new scfx_rep), m_observer(observer_)
677 m_rep(new scfx_rep(*a.m_rep)), m_observer(observer_)
687 m_rep(new scfx_rep(arg)), m_observer(observer_) \
722 delete m_rep;
730 return m_rep;
737 delete m_rep;
738 m_rep
[all...]
H A Dsc_fxnum.hh823 scfx_rep *m_rep; member in class:sc_dt::sc_fxnum
2178 SC_ERROR_IF_(!m_rep->is_normal(), sc_core::SC_ID_INVALID_FX_VALUE_);
2181 m_rep->cast(m_params, m_q_flag, m_o_flag);
2188 m_rep(new scfx_rep), m_params(type_params_, enc_, cast_sw),
2199 m_rep(new scfx_rep(arg)), m_params(type_params_, enc_, cast_sw), \
2209 #define DEFN_CTOR_T_B(tp) DEFN_CTOR_T(tp, *a.m_rep)
2242 delete m_rep;
2250 return m_rep;
2258 return sc_fxval(sc_dt::neg_scfx_rep(*m_rep));
2265 return sc_fxval(new scfx_rep(*m_rep));
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc230 return std::string(m_rep->to_string(SC_DEC, -1, SC_F, &m_params));
236 return std::string(m_rep->to_string(numrep, -1, SC_F, &m_params));
242 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0),
249 return std::string(m_rep->to_string(SC_DEC, -1, fmt, &m_params));
255 return std::string(m_rep->to_string(numrep, -1, fmt, &m_params));
261 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0),
269 return std::string(m_rep->to_string(SC_DEC, -1, SC_F, &m_params));
275 return std::string(m_rep->to_string(SC_BIN, -1, SC_F, &m_params));
281 return std::string(m_rep->to_string(SC_OCT, -1, SC_F, &m_params));
287 return std::string(m_rep
[all...]
H A Dsc_fxval.cc70 return std::string(m_rep->to_string(SC_DEC, -1, SC_E));
76 return std::string(m_rep->to_string(numrep, -1, SC_E));
82 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0), SC_E));
88 return std::string(m_rep->to_string(SC_DEC, -1, fmt));
94 return std::string(m_rep->to_string(numrep, -1, fmt));
100 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0), fmt));
107 return std::string(m_rep->to_string(SC_DEC, -1, SC_E));
113 return std::string(m_rep->to_string(SC_BIN, -1, SC_E));
119 return std::string(m_rep->to_string(SC_OCT, -1, SC_E));
125 return std::string(m_rep
[all...]

Completed in 37 milliseconds