Lines Matching refs:DECL_ASN_OP_T

116 #define DECL_ASN_OP_T(op,tp) sc_ufixed &operator op (tp);
119 DECL_ASN_OP_T(op, int64) \
120 DECL_ASN_OP_T(op, uint64) \
121 DECL_ASN_OP_T(op, const sc_int_base &) \
122 DECL_ASN_OP_T(op, const sc_uint_base &) \
123 DECL_ASN_OP_T(op, const sc_signed &) \
124 DECL_ASN_OP_T(op, const sc_unsigned &)
127 DECL_ASN_OP_T(op, int) \
128 DECL_ASN_OP_T(op, unsigned int) \
129 DECL_ASN_OP_T(op, long) \
130 DECL_ASN_OP_T(op, unsigned long) \
131 DECL_ASN_OP_T(op, float) \
132 DECL_ASN_OP_T(op, double) \
133 DECL_ASN_OP_T(op, const char *) \
134 DECL_ASN_OP_T(op, const sc_fxval &) \
135 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
136 DECL_ASN_OP_T(op, const sc_fxnum &) \
137 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
147 DECL_ASN_OP_T(<<=, int)
148 DECL_ASN_OP_T(>>=, int)
150 DECL_ASN_OP_T(&=, const sc_ufix &)
151 DECL_ASN_OP_T(&=, const sc_ufix_fast &)
152 DECL_ASN_OP_T(|=, const sc_ufix &)
153 DECL_ASN_OP_T(|=, const sc_ufix_fast &)
154 DECL_ASN_OP_T(^=, const sc_ufix &)
155 DECL_ASN_OP_T(^=, const sc_ufix_fast &)
157 #undef DECL_ASN_OP_T
222 #define DECL_ASN_OP_T(op,tp) sc_ufixed_fast &operator op (tp);
225 DECL_ASN_OP_T(op, int64) \
226 DECL_ASN_OP_T(op, uint64) \
227 DECL_ASN_OP_T(op, const sc_int_base &) \
228 DECL_ASN_OP_T(op, const sc_uint_base &) \
229 DECL_ASN_OP_T(op, const sc_signed &) \
230 DECL_ASN_OP_T(op, const sc_unsigned &)
233 DECL_ASN_OP_T(op, int) \
234 DECL_ASN_OP_T(op, unsigned int) \
235 DECL_ASN_OP_T(op, long) \
236 DECL_ASN_OP_T(op, unsigned long) \
237 DECL_ASN_OP_T(op, float) \
238 DECL_ASN_OP_T(op, double) \
239 DECL_ASN_OP_T(op, const char *) \
240 DECL_ASN_OP_T(op, const sc_fxval &) \
241 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
242 DECL_ASN_OP_T(op, const sc_fxnum &) \
243 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
253 DECL_ASN_OP_T(<<=, int)
254 DECL_ASN_OP_T(>>=, int)
256 DECL_ASN_OP_T(&=, const sc_ufix &)
257 DECL_ASN_OP_T(&=, const sc_ufix_fast &)
258 DECL_ASN_OP_T(|=, const sc_ufix &)
259 DECL_ASN_OP_T(|=, const sc_ufix_fast &)
260 DECL_ASN_OP_T(^=, const sc_ufix &)
261 DECL_ASN_OP_T(^=, const sc_ufix_fast &)
263 #undef DECL_ASN_OP_T