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_fix_fast : public sc_fxnum_fast
307 DECL_CTORS_T_A(const sc_fxnum_fast &)
366 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
668 DEFN_CTORS_T_B(const sc_fxnum_fast &)
804 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
880 sc_fxnum_fast(sc_fxtype_params(), SC_TC_, sc_fxcast_switch(),
886 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_), SC_TC_, sc_fxcast_switch(),
892 sc_fxnum_fast(sc_fxtype_params(qm, om), SC_TC_, sc_fxcast_switch(),
898 sc_fxnum_fast(sc_fxtype_params(qm, om, nb), SC_TC_, sc_fxcast_switch(),
904 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om), SC_TC_,
910 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_TC_,
916 sc_fxnum_fast(sc_fxtype_params(), SC_TC_, cast_sw, observer_)
922 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_), SC_TC_, cast_sw, observer_)
928 sc_fxnum_fast(sc_fxtype_params(qm, om), SC_TC_, cast_sw, observer_)
934 sc_fxnum_fast(sc_fxtype_params(qm, om, nb), SC_TC_, cast_sw, observer_)
940 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om), SC_TC_, cast_sw,
947 sc_fxnum_fast(sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_TC_, cast_sw,
953 sc_fxnum_fast(type_params_, SC_TC_, sc_fxcast_switch(), observer_)
959 sc_fxnum_fast(type_params_, SC_TC_, cast_sw, observer_)
964 sc_fxnum_fast(a, sc_fxtype_params(), SC_TC_, sc_fxcast_switch(), \
970 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_), SC_TC_, \
976 sc_fxnum_fast(a, sc_fxtype_params(qm, om), SC_TC_, \
982 sc_fxnum_fast(a, sc_fxtype_params(qm, om, nb), SC_TC_, \
989 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_TC_, \
996 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_TC_, \
1002 sc_fxnum_fast(a, sc_fxtype_params(), SC_TC_, cast_sw, observer_) \
1008 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_), SC_TC_, cast_sw, \
1015 sc_fxnum_fast(a, sc_fxtype_params(qm, om), SC_TC_, cast_sw, \
1022 sc_fxnum_fast(a, sc_fxtype_params(qm, om, nb), SC_TC_, cast_sw, \
1030 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_TC_, \
1038 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_TC_, \
1044 sc_fxnum_fast(a, type_params_, SC_TC_, sc_fxcast_switch(), observer_) \
1050 sc_fxnum_fast(a, type_params_, SC_TC_, cast_sw, observer_) \
1055 sc_fxnum_fast(a, a.type_params(), SC_TC_, sc_fxcast_switch(), \
1061 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), wl_, iwl_), \
1067 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), qm, om), SC_TC_, \
1073 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), qm, om, nb), \
1080 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_TC_, \
1087 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_TC_, \
1093 sc_fxnum_fast(a, a.type_params(), SC_TC_, cast_sw, observer_) \
1099 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), wl_, iwl_), \
1106 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), qm, om), SC_TC_, \
1113 sc_fxnum_fast(a, sc_fxtype_params(a.type_params(), qm, om, nb), \
1121 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om), SC_TC_, \
1129 sc_fxnum_fast(a, sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_TC_, \
1135 sc_fxnum_fast(a, type_params_, SC_TC_, sc_fxcast_switch(), observer_) \
1141 sc_fxnum_fast(a, type_params_, SC_TC_, cast_sw, observer_ ) \
1154 DEFN_CTORS_T_B(const sc_fxnum_fast &)
1168 sc_fxnum_fast(a, a.type_params(), SC_TC_, sc_fxcast_switch(), 0)
1243 sc_fxnum_fast::operator = (a);
1251 sc_fxnum_fast::operator op(a); \
1274 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
1318 return sc_fxval_fast(sc_fxnum_fast::operator ++ (0));
1324 return sc_fxval_fast(sc_fxnum_fast::operator -- (0));
1330 sc_fxnum_fast::operator ++ ();
1337 sc_fxnum_fast::operator -- ();