Searched refs:SC_RND_CONV (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxdefs.cpp94 case SC_RND_CONV:
95 return std::string( "SC_RND_CONV" );
H A Dsc_fxdefs.h95 SC_RND_CONV, // convergent rounding enumerator in enum:sc_dt::sc_q_mode
H A Dsc_fxnum.cpp430 case SC_RND_CONV: // convergent rounding
H A Dscfx_rep.cpp2002 case SC_RND_CONV: // convergent rounding
/gem5/src/systemc/dt/fx/
H A Dsc_fxdefs.cc90 case SC_RND_CONV:
91 return std::string("SC_RND_CONV");
H A Dsc_fxnum.cc391 case SC_RND_CONV: // convergent rounding
H A Dscfx_rep.cc1823 case SC_RND_CONV: // convergent rounding
/gem5/src/systemc/ext/dt/fx/
H A D_using.hh57 using sc_dt::SC_RND_CONV;
H A Dsc_fxdefs.hh97 SC_RND_CONV, // convergent rounding enumerator in enum:sc_dt::sc_q_mode
/gem5/src/systemc/tests/systemc/datatypes/fx/copy_ctors/
H A Dcopy_ctors.cpp54 sc_fix fx( 9, 10, SC_RND_CONV, SC_SAT );
/gem5/ext/systemc/src/
H A Dsystemc.h284 using sc_dt::SC_RND_CONV;

Completed in 28 milliseconds