Searched defs:q_mode_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxtype_params.h152 sc_fxtype_params::sc_fxtype_params( sc_q_mode q_mode_, argument
165 sc_fxtype_params( int wl_, int iwl_, sc_q_mode q_mode_, sc_o_mode o_mode_, int n_bits_ ) argument
195 sc_fxtype_params( const sc_fxtype_params& a, sc_q_mode q_mode_, sc_o_mode o_mode_, int n_bits_ ) argument
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxtype_params.hh243 inline void sc_fxtype_params::q_mode(sc_q_mode q_mode_) { m_q_mode = q_mode_; } argument
152 sc_fxtype_params( sc_q_mode q_mode_, sc_o_mode o_mode_, int n_bits_) argument
164 sc_fxtype_params( int wl_, int iwl_, sc_q_mode q_mode_, sc_o_mode o_mode_, int n_bits_) argument
188 sc_fxtype_params( const sc_fxtype_params &a, sc_q_mode q_mode_, sc_o_mode o_mode_, int n_bits_) argument

Completed in 7 milliseconds