Lines Matching defs:type_params_

477 inline sc_fix::sc_fix(const sc_fxtype_params &type_params_,
479 sc_fxnum( type_params_, SC_TC_, sc_fxcast_switch(), observer_)
482 inline sc_fix::sc_fix(const sc_fxtype_params &type_params_,
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_, sc_fxcast_switch(), observer_) \
652 inline sc_fix::sc_fix(tp a, const sc_fxtype_params &type_params_, \
655 sc_fxnum(a, type_params_, SC_TC_, cast_sw, observer_) \
951 inline sc_fix_fast::sc_fix_fast(const sc_fxtype_params &type_params_,
953 sc_fxnum_fast(type_params_, SC_TC_, sc_fxcast_switch(), observer_)
956 inline sc_fix_fast::sc_fix_fast(const sc_fxtype_params &type_params_,
959 sc_fxnum_fast(type_params_, SC_TC_, cast_sw, observer_)
1042 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxtype_params &type_params_, \
1044 sc_fxnum_fast(a, type_params_, SC_TC_, sc_fxcast_switch(), observer_) \
1047 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxtype_params &type_params_, \
1050 sc_fxnum_fast(a, type_params_, SC_TC_, cast_sw, observer_) \
1133 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxtype_params &type_params_, \
1135 sc_fxnum_fast(a, type_params_, SC_TC_, sc_fxcast_switch(), observer_) \
1138 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxtype_params &type_params_, \
1141 sc_fxnum_fast(a, type_params_, SC_TC_, cast_sw, observer_ ) \