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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxdefs.cpp119 case SC_SAT_ZERO:
120 return std::string( "SC_SAT_ZERO" );
H A Dsc_fxdefs.h121 SC_SAT_ZERO, // saturation to zero enumerator in enum:sc_dt::sc_o_mode
H A Dsc_fxnum.cpp549 case SC_SAT_ZERO: // saturation to zero
H A Dscfx_rep.cpp2155 case SC_SAT_ZERO: // saturation to zero
/gem5/src/systemc/dt/fx/
H A Dsc_fxdefs.cc113 case SC_SAT_ZERO:
114 return std::string("SC_SAT_ZERO");
H A Dsc_fxnum.cc499 case SC_SAT_ZERO: // saturation to zero
H A Dscfx_rep.cc1959 case SC_SAT_ZERO: // saturation to zero
/gem5/src/systemc/ext/dt/fx/
H A D_using.hh62 using sc_dt::SC_SAT_ZERO;
H A Dsc_fxdefs.hh120 SC_SAT_ZERO, // saturation to zero enumerator in enum:sc_dt::sc_o_mode
/gem5/src/systemc/tests/systemc/datatypes/fx/copy_ctors/
H A Dcopy_ctors.cpp50 sc_fixed_fast<3,4,SC_RND_ZERO,SC_SAT_ZERO> fxdf;
55 sc_fix_fast fxf( 11, 12, SC_TRN, SC_SAT_ZERO );
/gem5/ext/systemc/src/
H A Dsystemc.h289 using sc_dt::SC_SAT_ZERO;

Completed in 28 milliseconds