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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h623 const scfx_rep* get_rep() const;
2659 sc_fxnum::get_rep() const function in class:sc_dt::sc_fxnum
2716 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.m_rep, *tmp.get_rep() ) ); \
2725 return sc_fxval( sc_dt::fnc ## _scfx_rep( *tmp.get_rep(), *b.m_rep ) ); \
2755 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.m_rep, *b.get_rep() ) ); \
2763 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.get_rep(), *b.m_rep ) ); \
2796 return sc_fxval( sc_dt::div_scfx_rep( *a.m_rep, *b.get_rep() ) );
2804 return sc_fxval( sc_dt::div_scfx_rep( *a.get_rep(), *b.m_rep ) );
2857 c.set_rep( sc_dt::fnc ## _scfx_rep( *a.m_rep, *tmp.get_rep() ) ); \
2866 c.set_rep( sc_dt::fnc ## _scfx_rep( *tmp.get_rep(), *
[all...]
H A Dsc_fxval.h135 const scfx_rep* get_rep() const;
863 sc_fxval::get_rep() const function in class:sc_dt::sc_fxval
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh532 const scfx_rep *get_rep() const;
2247 sc_fxnum::get_rep() const function in class:sc_dt::sc_fxnum
2293 return sc_fxval(sc_dt::fnc ## _scfx_rep(*a.m_rep, *tmp.get_rep())); \
2301 return sc_fxval(sc_dt::fnc ## _scfx_rep(*tmp.get_rep(), *b.m_rep)); \
2329 return sc_fxval(sc_dt::fnc ## _scfx_rep(*a.m_rep, *b.get_rep())); \
2336 return sc_fxval(sc_dt::fnc ## _scfx_rep(*a.get_rep(), *b.m_rep)); \
2367 return sc_fxval(sc_dt::div_scfx_rep(*a.m_rep, *b.get_rep()));
2374 return sc_fxval(sc_dt::div_scfx_rep(*a.get_rep(), *b.m_rep));
2420 c.set_rep(sc_dt::fnc ## _scfx_rep(*a.m_rep, *tmp.get_rep())); \
2428 c.set_rep(sc_dt::fnc ## _scfx_rep(*tmp.get_rep(), *
[all...]
H A Dsc_fxval.hh120 const scfx_rep *get_rep() const;
727 sc_fxval::get_rep() const function in class:sc_dt::sc_fxval

Completed in 34 milliseconds