Lines Matching refs:sc_fxnum_fast

131     DECL_CTORS_T_A(const sc_fxnum_fast &)
199 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
238 class sc_ufix_fast : public sc_fxnum_fast
307 DECL_CTORS_T_A(const sc_fxnum_fast &)
373 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
678 DEFN_CTORS_T_B(const sc_fxnum_fast &)
815 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
893 sc_fxnum_fast(sc_fxtype_params(), SC_US_, sc_fxcast_switch(),
899 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_), SC_US_, sc_fxcast_switch(),
905 sc_fxnum_fast(sc_fxtype_params(qm, om), SC_US_, sc_fxcast_switch(),
911 sc_fxnum_fast(sc_fxtype_params(qm, om, nb), SC_US_, sc_fxcast_switch(),
918 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om), SC_US_,
925 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_,
931 sc_fxnum_fast(sc_fxtype_params(), SC_US_, cast_sw, observer_)
937 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_), SC_US_, cast_sw, observer_)
943 sc_fxnum_fast(sc_fxtype_params(qm, om), SC_US_, cast_sw, observer_)
949 sc_fxnum_fast(sc_fxtype_params(qm, om, nb), SC_US_, cast_sw, observer_)
955 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw,
962 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, cast_sw,
968 sc_fxnum_fast(type_params_, SC_US_, sc_fxcast_switch(), observer_)
974 sc_fxnum_fast(type_params_, SC_US_, cast_sw, observer_)
979 sc_fxnum_fast(a, sc_fxtype_params(), SC_US_, sc_fxcast_switch(), \
985 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_), SC_US_, sc_fxcast_switch(), \
991 sc_fxnum_fast(a, sc_fxtype_params(qm, om), SC_US_, sc_fxcast_switch(), \
997 sc_fxnum_fast(a, sc_fxtype_params(qm, om, nb), SC_US_, \
1004 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, \
1011 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, \
1017 sc_fxnum_fast(a, sc_fxtype_params(), SC_US_, cast_sw, observer_) \
1023 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_), SC_US_, cast_sw, observer_) \
1029 sc_fxnum_fast(a, sc_fxtype_params(qm, om), SC_US_, cast_sw, observer_) \
1035 sc_fxnum_fast(a, sc_fxtype_params(qm, om, nb), SC_US_, cast_sw, \
1043 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw, \
1051 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, \
1058 sc_fxnum_fast(a, type_params_, SC_US_, sc_fxcast_switch(), observer_) \
1064 sc_fxnum_fast(a, type_params_, SC_US_, cast_sw, observer_) \
1069 sc_fxnum_fast(a, a.type_params(), SC_US_, sc_fxcast_switch(), observer_) \
1074 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), wl_, iwl_), SC_US_, \
1080 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), qm, om), SC_US_, \
1086 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), qm, om, nb), SC_US_, \
1093 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, \
1100 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, \
1106 sc_fxnum_fast(a, a.type_params(), SC_US_, cast_sw, observer_) \
1112 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), wl_, iwl_), SC_US_, \
1119 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), qm, om), SC_US_, \
1126 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), qm, om, nb), SC_US_, \
1133 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_US_, cast_sw, \
1140 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_, \
1146 sc_fxnum_fast(a, type_params_, SC_US_, sc_fxcast_switch(), observer_) \
1152 sc_fxnum_fast(a, type_params_, SC_US_, cast_sw, observer_) \
1165 DEFN_CTORS_T_B(const sc_fxnum_fast &)
1179 sc_fxnum_fast(a, a.type_params(), SC_US_, sc_fxcast_switch(), 0)
1254 sc_fxnum_fast::operator = (a);
1262 sc_fxnum_fast::operator op(a); \
1285 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
1329 return sc_fxval_fast(sc_fxnum_fast::operator ++ (0));
1335 return sc_fxval_fast(sc_fxnum_fast::operator -- (0));
1341 sc_fxnum_fast::operator ++ ();
1348 sc_fxnum_fast::operator -- ();