Lines Matching refs:tp

93 #define DECL_CTORS_T(tp) \
94 sc_ufix(tp, int, int, sc_fxnum_observer * =0); \
95 sc_ufix(tp, sc_q_mode, sc_o_mode, sc_fxnum_observer * =0); \
96 sc_ufix(tp, sc_q_mode, sc_o_mode, int, sc_fxnum_observer * =0); \
97 sc_ufix(tp, int, int, sc_q_mode, sc_o_mode, sc_fxnum_observer * =0); \
98 sc_ufix(tp, int, int, sc_q_mode, sc_o_mode, int, sc_fxnum_observer * =0); \
99 sc_ufix(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
100 sc_ufix(tp, int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
101 sc_ufix(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
103 sc_ufix(tp, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, \
105 sc_ufix(tp, int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
107 sc_ufix(tp, int, int, sc_q_mode, sc_o_mode, int, \
109 sc_ufix(tp, const sc_fxtype_params &, sc_fxnum_observer * =0); \
110 sc_ufix(tp, const sc_fxtype_params &, const sc_fxcast_switch &, \
113 #define DECL_CTORS_T_A(tp) \
114 sc_ufix(tp, sc_fxnum_observer * =0); \
115 DECL_CTORS_T(tp)
117 #define DECL_CTORS_T_B(tp) \
118 explicit sc_ufix(tp, sc_fxnum_observer * =0); \
119 DECL_CTORS_T(tp)
178 #define DECL_ASN_OP_T(op,tp) sc_ufix &operator op (tp);
266 #define DECL_CTORS_T(tp) \
267 sc_ufix_fast(tp, int, int, sc_fxnum_fast_observer * =0); \
268 sc_ufix_fast(tp, sc_q_mode, sc_o_mode, sc_fxnum_fast_observer * =0); \
269 sc_ufix_fast(tp, sc_q_mode, sc_o_mode, int, sc_fxnum_fast_observer * =0); \
270 sc_ufix_fast(tp, int, int, sc_q_mode, sc_o_mode, \
272 sc_ufix_fast(tp, int, int, sc_q_mode, sc_o_mode, int, \
274 sc_ufix_fast(tp, const sc_fxcast_switch &, sc_fxnum_fast_observer * =0); \
275 sc_ufix_fast(tp, int, int, const sc_fxcast_switch &, \
277 sc_ufix_fast(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
279 sc_ufix_fast(tp, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, \
281 sc_ufix_fast(tp, int, int, sc_q_mode, sc_o_mode, \
283 sc_ufix_fast(tp, int, int, sc_q_mode, sc_o_mode, int, \
285 sc_ufix_fast(tp, const sc_fxtype_params &, sc_fxnum_fast_observer * =0); \
286 sc_ufix_fast(tp, const sc_fxtype_params &, const sc_fxcast_switch &, \
289 #define DECL_CTORS_T_A(tp) \
290 sc_ufix_fast(tp, sc_fxnum_fast_observer * =0); \
291 DECL_CTORS_T(tp)
293 #define DECL_CTORS_T_B(tp) \
294 explicit sc_ufix_fast(tp, sc_fxnum_fast_observer * =0); \
295 DECL_CTORS_T(tp)
352 #define DECL_ASN_OP_T(op,tp) sc_ufix_fast &operator op (tp);
497 #define DEFN_CTORS_T_A(tp) \
498 inline sc_ufix::sc_ufix(tp a, sc_fxnum_observer *observer_ ) : \
503 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, \
509 inline sc_ufix::sc_ufix(tp a, sc_q_mode qm, sc_o_mode om, \
515 inline sc_ufix::sc_ufix(tp a, sc_q_mode qm, sc_o_mode om, int nb, \
521 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
527 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
533 inline sc_ufix::sc_ufix(tp a, const sc_fxcast_switch &cast_sw, \
538 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, \
544 inline sc_ufix::sc_ufix(tp a, sc_q_mode qm, sc_o_mode om, \
550 inline sc_ufix::sc_ufix(tp a, sc_q_mode qm, sc_o_mode om, int nb, \
556 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
563 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
570 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params &type_params_, \
575 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params& type_params_, \
581 #define DEFN_CTORS_T_B(tp) \
582 inline sc_ufix::sc_ufix(tp a, sc_fxnum_observer *observer_) : \
586 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, \
593 sc_ufix::sc_ufix(tp a, sc_q_mode qm, sc_o_mode om, \
599 inline sc_ufix::sc_ufix(tp a, sc_q_mode qm, sc_o_mode om, int nb, \
605 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
611 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
617 inline sc_ufix::sc_ufix(tp a, const sc_fxcast_switch& cast_sw, \
622 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, \
629 inline sc_ufix::sc_ufix(tp a, sc_q_mode qm, sc_o_mode om, \
636 inline sc_ufix::sc_ufix(tp a, sc_q_mode qm, sc_o_mode om, int nb, \
643 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
650 inline sc_ufix::sc_ufix(tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
657 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params &type_params_, \
662 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params& type_params_, \
788 #define DEFN_ASN_OP_T(op, tp) \
790 sc_ufix::operator op (tp a) \
833 #define DEFN_ASN_OP_T(op, op2, tp) \
835 sc_ufix::operator op (const tp &b) \
977 #define DEFN_CTORS_T_A(tp) \
978 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_fxnum_fast_observer *observer_) : \
983 inline sc_ufix_fast::sc_ufix_fast(tp a, int wl_, int iwl_, \
989 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_q_mode qm, sc_o_mode om, \
995 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_q_mode qm, sc_o_mode om, int nb, \
1002 tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
1009 tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, \
1015 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxcast_switch &cast_sw, \
1020 inline sc_ufix_fast::sc_ufix_fast(tp a, int wl_, int iwl_, \
1026 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_q_mode qm, sc_o_mode om, \
1032 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_q_mode qm, sc_o_mode om, int nb, \
1039 inline sc_ufix_fast::sc_ufix_fast(tp a, int wl_, int iwl_, \
1047 inline sc_ufix_fast::sc_ufix_fast(tp a, int wl_, int iwl_, \
1056 tp a, const sc_fxtype_params &type_params_, \
1062 tp a, const sc_fxtype_params &type_params_, \
1067 #define DEFN_CTORS_T_B(tp) \
1068 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_fxnum_fast_observer *observer_) : \
1072 inline sc_ufix_fast::sc_ufix_fast(tp a, int wl_, int iwl_, \
1078 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_q_mode qm, sc_o_mode om, \
1084 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_q_mode qm, sc_o_mode om, int nb, \
1091 tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
1098 tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, \
1104 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxcast_switch &cast_sw, \
1110 tp a, int wl_, int iwl_, const sc_fxcast_switch &cast_sw, \
1116 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_q_mode qm, sc_o_mode om, \
1123 inline sc_ufix_fast::sc_ufix_fast(tp a, sc_q_mode qm, sc_o_mode om, int nb, \
1131 tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, \
1138 tp a, int wl_, int iwl_, sc_q_mode qm, sc_o_mode om, int nb, \
1144 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxtype_params &type_params_, \
1149 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxtype_params &type_params_, \
1258 #define DEFN_ASN_OP_T(op, tp) \
1260 sc_ufix_fast::operator op (tp a) \
1302 #define DEFN_ASN_OP_T(op, op2, tp) \
1304 sc_ufix_fast::operator op (const tp &b) \