Lines Matching defs:DECL_ASN_OP_T

178 #define DECL_ASN_OP_T(op,tp) sc_ufix &operator op (tp);
181 DECL_ASN_OP_T(op, int64) \
182 DECL_ASN_OP_T(op, uint64) \
183 DECL_ASN_OP_T(op, const sc_int_base &) \
184 DECL_ASN_OP_T(op, const sc_uint_base &) \
185 DECL_ASN_OP_T(op, const sc_signed &) \
186 DECL_ASN_OP_T(op, const sc_unsigned &)
189 DECL_ASN_OP_T(op, int) \
190 DECL_ASN_OP_T(op, unsigned int) \
191 DECL_ASN_OP_T(op, long) \
192 DECL_ASN_OP_T(op, unsigned long) \
193 DECL_ASN_OP_T(op, float) \
194 DECL_ASN_OP_T(op, double) \
195 DECL_ASN_OP_T(op, const char *) \
196 DECL_ASN_OP_T(op, const sc_fxval &) \
197 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
198 DECL_ASN_OP_T(op, const sc_fxnum &) \
199 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
209 DECL_ASN_OP_T(<<=, int)
210 DECL_ASN_OP_T(>>=, int)
212 DECL_ASN_OP_T(&=, const sc_ufix &)
213 DECL_ASN_OP_T(&=, const sc_ufix_fast &)
214 DECL_ASN_OP_T(|=, const sc_ufix &)
215 DECL_ASN_OP_T(|=, const sc_ufix_fast &)
216 DECL_ASN_OP_T(^=, const sc_ufix &)
217 DECL_ASN_OP_T(^=, const sc_ufix_fast &)
219 #undef DECL_ASN_OP_T
352 #define DECL_ASN_OP_T(op,tp) sc_ufix_fast &operator op (tp);
355 DECL_ASN_OP_T(op, int64) \
356 DECL_ASN_OP_T(op, uint64) \
357 DECL_ASN_OP_T(op, const sc_int_base &) \
358 DECL_ASN_OP_T(op, const sc_uint_base &) \
359 DECL_ASN_OP_T(op, const sc_signed &) \
360 DECL_ASN_OP_T(op, const sc_unsigned &)
363 DECL_ASN_OP_T(op, int) \
364 DECL_ASN_OP_T(op, unsigned int) \
365 DECL_ASN_OP_T(op, long) \
366 DECL_ASN_OP_T(op, unsigned long) \
367 DECL_ASN_OP_T(op, float) \
368 DECL_ASN_OP_T(op, double) \
369 DECL_ASN_OP_T(op, const char *) \
370 DECL_ASN_OP_T(op, const sc_fxval &) \
371 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
372 DECL_ASN_OP_T(op, const sc_fxnum &) \
373 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
383 DECL_ASN_OP_T(<<=, int)
384 DECL_ASN_OP_T(>>=, int)
386 DECL_ASN_OP_T(&=, const sc_ufix &)
387 DECL_ASN_OP_T(&=, const sc_ufix_fast &)
388 DECL_ASN_OP_T(|=, const sc_ufix &)
389 DECL_ASN_OP_T(|=, const sc_ufix_fast &)
390 DECL_ASN_OP_T(^=, const sc_ufix &)
391 DECL_ASN_OP_T(^=, const sc_ufix_fast &)
393 #undef DECL_ASN_OP_T