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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h1050 double get_val() const;
3789 sc_fxnum_fast::get_val() const function in class:sc_dt::sc_fxnum_fast
3845 return sc_fxval_fast( a.m_val op tmp.get_val() ); \
3854 return sc_fxval_fast( tmp.get_val() op b.m_val ); \
3884 return sc_fxval_fast( a.m_val op b.get_val() ); \
3892 return sc_fxval_fast( a.get_val() op b.m_val ); \
3922 return sc_fxval_fast( a.m_val / b.get_val() );
3930 return sc_fxval_fast( a.get_val() / b.m_val );
3981 c.set_val( a.m_val op tmp.get_val() ); \
3990 c.set_val( tmp.get_val() o
[all...]
H A Dsc_fxval.h474 double get_val() const;
1626 sc_fxval_fast::get_val() const function in class:sc_dt::sc_fxval_fast
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh892 double get_val() const;
3219 sc_fxnum_fast::get_val() const function in class:sc_dt::sc_fxnum_fast
3264 return sc_fxval_fast(a.m_val op tmp.get_val()); \
3272 return sc_fxval_fast(tmp.get_val() op b.m_val); \
3296 return sc_fxval_fast(a.m_val op b.get_val()); \
3303 return sc_fxval_fast(a.get_val() op b.m_val); \
3331 return sc_fxval_fast(a.m_val / b.get_val());
3338 return sc_fxval_fast(a.get_val() / b.m_val);
3382 c.set_val(a.m_val op tmp.get_val()); \
3390 c.set_val(tmp.get_val() o
[all...]
H A Dsc_fxval.hh407 double get_val() const;
1377 sc_fxval_fast::get_val() const function in class:sc_dt::sc_fxval_fast

Completed in 41 milliseconds