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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxdefs.cpp98 case SC_TRN_ZERO:
99 return std::string( "SC_TRN_ZERO" );
H A Dsc_fxdefs.h97 SC_TRN_ZERO // truncation to zero enumerator in enum:sc_dt::sc_q_mode
H A Dsc_fxnum.cpp418 case SC_TRN_ZERO: // truncation to zero
H A Dscfx_rep.cpp1992 case SC_TRN_ZERO: // truncation to zero
/gem5/src/systemc/dt/fx/
H A Dsc_fxdefs.cc94 case SC_TRN_ZERO:
95 return std::string("SC_TRN_ZERO");
H A Dsc_fxnum.cc379 case SC_TRN_ZERO: // truncation to zero
H A Dscfx_rep.cc1813 case SC_TRN_ZERO: // truncation to zero
/gem5/src/systemc/ext/dt/fx/
H A D_using.hh59 using sc_dt::SC_TRN_ZERO;
H A Dsc_fxdefs.hh99 SC_TRN_ZERO // truncation to zero enumerator in enum:sc_dt::sc_q_mode
/gem5/src/systemc/tests/systemc/datatypes/fx/copy_ctors/
H A Dcopy_ctors.cpp56 sc_ufix ufx( 13, 14, SC_TRN_ZERO, SC_SAT_SYM );
/gem5/ext/systemc/src/
H A Dsystemc.h286 using sc_dt::SC_TRN_ZERO;

Completed in 16 milliseconds