sc_fix_fast(tp, int, int, sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, sc_q_mode, sc_o_mode, sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, sc_q_mode, sc_o_mode, int, sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, int, int, sc_q_mode, sc_o_mode, \
sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, int, int, sc_q_mode, sc_o_mode, int, \
sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, const sc_fxcast_switch &, sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, int, int, const sc_fxcast_switch &, \
sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, \
sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, int, int, sc_q_mode, sc_o_mode, int, \
const sc_fxcast_switch &, sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, const sc_fxtype_params &, sc_fxnum_fast_observer * = 0); \
sc_fix_fast(tp, const sc_fxtype_params &, const sc_fxcast_switch &, \
sc_fxnum_fast_observer * = 0);