Searched refs:cast_sw (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fix.h590 sc_fix::sc_fix( const sc_fxcast_switch& cast_sw, argument
594 cast_sw,
600 const sc_fxcast_switch& cast_sw,
604 cast_sw,
610 const sc_fxcast_switch& cast_sw,
614 cast_sw,
620 const sc_fxcast_switch& cast_sw,
624 cast_sw,
630 const sc_fxcast_switch& cast_sw,
634 cast_sw,
599 sc_fix( int wl_, int iwl_, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
609 sc_fix( sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
619 sc_fix( sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
629 sc_fix( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
639 sc_fix( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
658 sc_fix( const sc_fxtype_params& type_params, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
1299 sc_fix_fast( const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1308 sc_fix_fast( int wl_, int iwl_, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1318 sc_fix_fast( sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1328 sc_fix_fast( sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1338 sc_fix_fast( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1348 sc_fix_fast( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1368 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.h593 sc_ufix::sc_ufix( const sc_fxcast_switch& cast_sw, argument
597 cast_sw,
603 const sc_fxcast_switch& cast_sw,
607 cast_sw,
613 const sc_fxcast_switch& cast_sw,
617 cast_sw,
623 const sc_fxcast_switch& cast_sw,
627 cast_sw,
633 const sc_fxcast_switch& cast_sw,
637 cast_sw,
602 sc_ufix( int wl_, int iwl_, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
612 sc_ufix( sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
622 sc_ufix( sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
632 sc_ufix( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
642 sc_ufix( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
661 sc_ufix( const sc_fxtype_params& type_params, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
1302 sc_ufix_fast( const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1311 sc_ufix_fast( int wl_, int iwl_, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1321 sc_ufix_fast( sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1331 sc_ufix_fast( sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1341 sc_ufix_fast( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1351 sc_ufix_fast( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
1371 sc_ufix_fast( const sc_fxtype_params& type_params, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
[all...]
H A Dscfx_params.h118 const sc_fxcast_switch& cast_sw )
121 m_cast_switch( cast_sw )
H A Dsc_fixed.h326 sc_fixed<W,I,Q,O,N>::sc_fixed( const sc_fxcast_switch& cast_sw, argument
328 : sc_fix( W, I, Q, O, N, cast_sw, observer_ )
342 const sc_fxcast_switch& cast_sw, \
344 : sc_fix( a, W, I, Q, O, N, cast_sw, observer_ ) \
498 sc_fixed_fast<W,I,Q,O,N>::sc_fixed_fast( const sc_fxcast_switch& cast_sw, argument
500 : sc_fix_fast( W, I, Q, O, N, cast_sw, observer_ )
514 const sc_fxcast_switch& cast_sw, \
516 : sc_fix_fast( a, W, I, Q, O, N, cast_sw, observer_ ) \
H A Dsc_ufixed.h326 sc_ufixed<W,I,Q,O,N>::sc_ufixed( const sc_fxcast_switch& cast_sw, argument
328 : sc_ufix( W, I, Q, O, N, cast_sw, observer_ )
342 const sc_fxcast_switch& cast_sw, \
344 : sc_ufix( a, W, I, Q, O, N, cast_sw, observer_ ) \
498 sc_ufixed_fast<W,I,Q,O,N>::sc_ufixed_fast( const sc_fxcast_switch& cast_sw, argument
500 : sc_ufix_fast( W, I, Q, O, N, cast_sw, observer_ )
514 const sc_fxcast_switch& cast_sw, \
516 : sc_ufix_fast( a, W, I, Q, O, N, cast_sw, observer_ ) \
H A Dsc_fxnum.h2585 const sc_fxcast_switch& cast_sw,
2588 m_params( type_params_, enc_, cast_sw ),
2602 const sc_fxcast_switch& cast_sw, \
2605 m_params( type_params_, enc_, cast_sw ), \
3698 const sc_fxcast_switch& cast_sw,
3701 m_params( type_params_, enc_, cast_sw ),
3714 const sc_fxcast_switch& cast_sw,
3717 m_params( type_params_, enc_, cast_sw ),
3734 const sc_fxcast_switch& cast_sw, \
3737 m_params( type_params_, enc_, cast_sw ), \
2583 sc_fxnum( const sc_fxtype_params& type_params_, sc_enc enc_, const sc_fxcast_switch& cast_sw, sc_fxnum_observer* observer_ ) argument
3696 sc_fxnum_fast( const sc_fxtype_params& type_params_, sc_enc enc_, const sc_fxcast_switch& cast_sw, sc_fxnum_fast_observer* observer_ ) argument
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 Dsc_fix.hh441 inline sc_fix::sc_fix(const sc_fxcast_switch &cast_sw, argument
443 sc_fxnum(sc_fxtype_params(), SC_TC_, cast_sw, observer_)
446 inline sc_fix::sc_fix(int wl_, int iwl_, const sc_fxcast_switch &cast_sw, argument
448 sc_fxnum(sc_fxtype_params(wl_, iwl_), SC_TC_, cast_sw, observer_)
452 const sc_fxcast_switch &cast_sw,
454 sc_fxnum(sc_fxtype_params(qm, om), SC_TC_, cast_sw, observer_)
458 const sc_fxcast_switch &cast_sw,
460 sc_fxnum(sc_fxtype_params(qm, om, nb), SC_TC_, cast_sw, observer_)
464 const sc_fxcast_switch &cast_sw,
466 sc_fxnum(sc_fxtype_params(wl_, iwl_, qm, om), SC_TC_, cast_sw,
451 sc_fix(sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
457 sc_fix(sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
463 sc_fix(int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
470 sc_fix(int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
482 sc_fix(const sc_fxtype_params &type_params_, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
914 sc_fix_fast(const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
919 sc_fix_fast(int wl_, int iwl_, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
925 sc_fix_fast(sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
931 sc_fix_fast(sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
937 sc_fix_fast(int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
944 sc_fix_fast(int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw, 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.hh450 inline sc_ufix::sc_ufix(const sc_fxcast_switch &cast_sw, argument
452 sc_fxnum(sc_fxtype_params(), SC_US_, cast_sw, observer_)
455 inline sc_ufix::sc_ufix(int wl_, int iwl_, const sc_fxcast_switch &cast_sw, argument
457 sc_fxnum(sc_fxtype_params(wl_, iwl_), SC_US_, cast_sw, observer_)
461 const sc_fxcast_switch &cast_sw,
463 sc_fxnum(sc_fxtype_params(qm, om), SC_US_, cast_sw, observer_)
467 const sc_fxcast_switch &cast_sw,
469 sc_fxnum(sc_fxtype_params(qm, om, nb), SC_US_, cast_sw, observer_)
473 const sc_fxcast_switch &cast_sw,
475 sc_fxnum(sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw,
460 sc_ufix(sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
466 sc_ufix(sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_ ) argument
472 sc_ufix(int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
479 sc_ufix(int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
491 sc_ufix(const sc_fxtype_params &type_params_, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_ ) argument
929 sc_ufix_fast(const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
934 sc_ufix_fast( int wl_, int iwl_, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
940 sc_ufix_fast( sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
946 sc_ufix_fast( sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
952 sc_ufix_fast( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
959 sc_ufix_fast( int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw, 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 Dscfx_params.hh101 const sc_fxcast_switch &cast_sw) :
102 m_type_params(type_params_), m_enc(enc_), m_cast_switch(cast_sw)
99 scfx_params(const sc_fxtype_params &type_params_, sc_enc enc_, const sc_fxcast_switch &cast_sw) argument
H A Dsc_fixed.hh294 const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) :
295 sc_fix(W, I, Q, O, N, cast_sw, observer_)
307 tp a, const sc_fxcast_switch &cast_sw, \
309 sc_fix(a, W, I, Q, O, N, cast_sw, observer_) \
446 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) :
447 sc_fix_fast(W, I, Q, O, N, cast_sw, observer_)
459 tp a, const sc_fxcast_switch &cast_sw, \
461 sc_fix_fast(a, W, I, Q, O, N, cast_sw, observer_) \
293 sc_fixed( const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
445 sc_fixed_fast( const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
H A Dsc_ufixed.hh290 inline sc_ufixed<W, I, Q, O, N>::sc_ufixed(const sc_fxcast_switch &cast_sw, argument
292 sc_ufix(W, I, Q, O, N, cast_sw, observer_)
304 tp a, const sc_fxcast_switch &cast_sw, \
306 sc_ufix(a, W, I, Q, O, N, cast_sw, observer_) \
443 const sc_fxcast_switch &cast_sw,
445 sc_ufix_fast(W, I, Q, O, N, cast_sw, observer_)
457 tp a, const sc_fxcast_switch &cast_sw, \
459 sc_ufix_fast(a, W, I, Q, O, N, cast_sw, observer_) \
442 sc_ufixed_fast( const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
H A Dsc_fxnum.hh2186 sc_enc enc_, const sc_fxcast_switch &cast_sw,
2188 m_rep(new scfx_rep), m_params(type_params_, enc_, cast_sw),
2197 sc_enc enc_, const sc_fxcast_switch &cast_sw, \
2199 m_rep(new scfx_rep(arg)), m_params(type_params_, enc_, cast_sw), \
3145 const sc_fxcast_switch &cast_sw,
3147 m_val(0.0), m_params(type_params_, enc_, cast_sw), m_q_flag(false),
3157 const sc_fxcast_switch &cast_sw,
3159 m_val(a.m_val), m_params(type_params_, enc_, cast_sw), m_q_flag(false),
3172 const sc_fxcast_switch &cast_sw, \
3174 m_val(arg), m_params(type_params_, enc_, cast_sw), m_q_fla
2185 sc_fxnum(const sc_fxtype_params &type_params_, sc_enc enc_, const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) argument
3143 sc_fxnum_fast(const sc_fxtype_params &type_params_, sc_enc enc_, const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) argument
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 47 milliseconds