Searched refs:type_params_ (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_params.h116 scfx_params::scfx_params( const sc_fxtype_params& type_params_, argument
119 : m_type_params( type_params_ ),
H A Dsc_fxnum.h2583 sc_fxnum::sc_fxnum( const sc_fxtype_params& type_params_, argument
2588 m_params( type_params_, enc_, cast_sw ),
2600 const sc_fxtype_params& type_params_, \
2605 m_params( type_params_, enc_, cast_sw ), \
3696 sc_fxnum_fast::sc_fxnum_fast( const sc_fxtype_params& type_params_, argument
3701 m_params( type_params_, enc_, cast_sw ),
3712 const sc_fxtype_params& type_params_,
3717 m_params( type_params_, enc_, cast_sw ),
3732 const sc_fxtype_params& type_params_, \
3737 m_params( type_params_, enc
3711 sc_fxnum_fast( const sc_fxnum_fast& a, const sc_fxtype_params& type_params_, sc_enc enc_, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_params.hh99 inline scfx_params::scfx_params(const sc_fxtype_params &type_params_, argument
102 m_type_params(type_params_), m_enc(enc_), m_cast_switch(cast_sw)
H A Dsc_fix.hh477 inline sc_fix::sc_fix(const sc_fxtype_params &type_params_, argument
479 sc_fxnum( type_params_, SC_TC_, sc_fxcast_switch(), observer_)
482 inline sc_fix::sc_fix(const sc_fxtype_params &type_params_, argument
485 sc_fxnum(type_params_, SC_TC_, cast_sw, observer_)
561 inline sc_fix::sc_fix(tp a, const sc_fxtype_params &type_params_, \
563 sc_fxnum(a, type_params_, SC_TC_, sc_fxcast_switch(), observer_) \
566 inline sc_fix::sc_fix(tp a, const sc_fxtype_params &type_params_, \
569 sc_fxnum(a, type_params_, SC_TC_, cast_sw, observer_) \
647 inline sc_fix::sc_fix(tp a, const sc_fxtype_params &type_params_, \
649 sc_fxnum(a, type_params_, SC_TC
951 sc_fix_fast(const sc_fxtype_params &type_params_, sc_fxnum_fast_observer *observer_) argument
956 sc_fix_fast(const sc_fxtype_params &type_params_, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
[all...]
H A Dsc_ufix.hh486 inline sc_ufix::sc_ufix(const sc_fxtype_params &type_params_, argument
488 sc_fxnum(type_params_, SC_US_, sc_fxcast_switch(), observer_)
491 inline sc_ufix::sc_ufix(const sc_fxtype_params &type_params_, argument
494 sc_fxnum(type_params_, SC_US_, cast_sw, observer_)
570 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params &type_params_, \
572 sc_fxnum(a, type_params_, SC_US_, sc_fxcast_switch(), observer_) \
575 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params& type_params_, \
578 sc_fxnum(a, type_params_, SC_US_, cast_sw, observer_) \
657 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params &type_params_, \
659 sc_fxnum(a, type_params_, SC_US
966 sc_ufix_fast(const sc_fxtype_params &type_params_, sc_fxnum_fast_observer *observer_) argument
971 sc_ufix_fast(const sc_fxtype_params &type_params_, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
[all...]
H A Dsc_fxnum.hh2185 inline sc_fxnum::sc_fxnum(const sc_fxtype_params &type_params_, argument
2188 m_rep(new scfx_rep), m_params(type_params_, enc_, cast_sw),
2196 inline sc_fxnum::sc_fxnum(tp a, const sc_fxtype_params &type_params_, \
2199 m_rep(new scfx_rep(arg)), m_params(type_params_, enc_, cast_sw), \
3143 inline sc_fxnum_fast::sc_fxnum_fast(const sc_fxtype_params &type_params_, argument
3147 m_val(0.0), m_params(type_params_, enc_, cast_sw), m_q_flag(false),
3155 const sc_fxtype_params &type_params_,
3159 m_val(a.m_val), m_params(type_params_, enc_, cast_sw), m_q_flag(false),
3171 tp a, const sc_fxtype_params &type_params_, sc_enc enc_, \
3174 m_val(arg), m_params(type_params_, enc
3154 sc_fxnum_fast(const sc_fxnum_fast &a, const sc_fxtype_params &type_params_, sc_enc enc_, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
[all...]

Completed in 33 milliseconds