Lines Matching defs:cast_sw

450 inline sc_ufix::sc_ufix(const sc_fxcast_switch &cast_sw,
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,
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,
480 const sc_fxcast_switch &cast_sw,
482 sc_fxnum(sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, cast_sw,
492 const sc_fxcast_switch &cast_sw,
494 sc_fxnum(type_params_, SC_US_, cast_sw, observer_)
533 inline sc_ufix::sc_ufix(tp a, const sc_fxcast_switch &cast_sw, \
535 sc_fxnum(a, sc_fxtype_params(), SC_US_, cast_sw, observer_) \
539 const sc_fxcast_switch &cast_sw, \
541 sc_fxnum(a, sc_fxtype_params(wl_, iwl_), SC_US_, cast_sw, observer_) \
545 const sc_fxcast_switch &cast_sw, \
547 sc_fxnum(a, sc_fxtype_params(qm, om), SC_US_, cast_sw, observer_) \
551 const sc_fxcast_switch &cast_sw, \
553 sc_fxnum(a, sc_fxtype_params(qm, om, nb), SC_US_, cast_sw, observer_) \
557 const sc_fxcast_switch &cast_sw, \
559 sc_fxnum(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw, \
564 int nb, const sc_fxcast_switch &cast_sw, \
566 sc_fxnum(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, cast_sw, \
576 const sc_fxcast_switch &cast_sw, \
578 sc_fxnum(a, type_params_, SC_US_, cast_sw, observer_) \
617 inline sc_ufix::sc_ufix(tp a, const sc_fxcast_switch& cast_sw, \
619 sc_fxnum(a, a.type_params(), SC_US_, cast_sw, observer_) \
623 const sc_fxcast_switch &cast_sw, \
626 cast_sw, observer_) \
630 const sc_fxcast_switch &cast_sw, \
633 cast_sw, observer_) \
637 const sc_fxcast_switch &cast_sw, \
640 cast_sw, observer_) \
644 const sc_fxcast_switch &cast_sw, \
646 sc_fxnum(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw, \
651 int nb, const sc_fxcast_switch &cast_sw, \
653 sc_fxnum(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, cast_sw, \
663 const sc_fxcast_switch &cast_sw, \
665 sc_fxnum(a, type_params_, SC_US_, cast_sw, observer_) \
929 inline sc_ufix_fast::sc_ufix_fast(const sc_fxcast_switch &cast_sw,
931 sc_fxnum_fast(sc_fxtype_params(), SC_US_, cast_sw, observer_)
935 int wl_, int iwl_, const sc_fxcast_switch &cast_sw,
937 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_), SC_US_, cast_sw, observer_)
941 sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw,
943 sc_fxnum_fast(sc_fxtype_params(qm, om), SC_US_, cast_sw, observer_)
947 sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw,
949 sc_fxnum_fast(sc_fxtype_params(qm, om, nb), SC_US_, cast_sw, observer_)
954 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) :
955 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw,
961 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) :
962 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, cast_sw,
972 const sc_fxcast_switch &cast_sw,
974 sc_fxnum_fast(type_params_, SC_US_, cast_sw, observer_)
1015 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxcast_switch &cast_sw, \
1017 sc_fxnum_fast(a, sc_fxtype_params(), SC_US_, cast_sw, observer_) \
1021 const sc_fxcast_switch &cast_sw, \
1023 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_), SC_US_, cast_sw, observer_) \
1027 const sc_fxcast_switch &cast_sw, \
1029 sc_fxnum_fast(a, sc_fxtype_params(qm, om), SC_US_, cast_sw, observer_) \
1033 const sc_fxcast_switch &cast_sw, \
1035 sc_fxnum_fast(a, sc_fxtype_params(qm, om, nb), SC_US_, cast_sw, \
1041 const sc_fxcast_switch &cast_sw, \
1043 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw, \
1049 const sc_fxcast_switch &cast_sw, \
1052 cast_sw, observer_) \
1063 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) : \
1064 sc_fxnum_fast(a, type_params_, SC_US_, cast_sw, observer_) \
1104 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxcast_switch &cast_sw, \
1106 sc_fxnum_fast(a, a.type_params(), SC_US_, cast_sw, observer_) \
1110 tp a, int wl_, int iwl_, const sc_fxcast_switch &cast_sw, \
1113 cast_sw, observer_) \
1117 const sc_fxcast_switch &cast_sw, \
1120 cast_sw, observer_) \
1124 const sc_fxcast_switch &cast_sw, \
1127 cast_sw, observer_) \
1132 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) : \
1133 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw, \
1139 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) : \
1141 cast_sw, observer_) \
1150 const sc_fxcast_switch &cast_sw, \
1152 sc_fxnum_fast(a, type_params_, SC_US_, cast_sw, observer_) \