Lines Matching defs:DECL_ASN_OP_T

178 #define DECL_ASN_OP_T(op, tp) sc_fix &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_fix &)
213 DECL_ASN_OP_T(&=, const sc_fix_fast &)
214 DECL_ASN_OP_T(|=, const sc_fix &)
215 DECL_ASN_OP_T(|=, const sc_fix_fast &)
216 DECL_ASN_OP_T(^=, const sc_fix &)
217 DECL_ASN_OP_T(^=, const sc_fix_fast &)
219 #undef DECL_ASN_OP_T
345 #define DECL_ASN_OP_T(op,tp) sc_fix_fast &operator op (tp);
348 DECL_ASN_OP_T(op, int64) \
349 DECL_ASN_OP_T(op, uint64) \
350 DECL_ASN_OP_T(op, const sc_int_base &) \
351 DECL_ASN_OP_T(op, const sc_uint_base &) \
352 DECL_ASN_OP_T(op, const sc_signed &) \
353 DECL_ASN_OP_T(op, const sc_unsigned &)
356 DECL_ASN_OP_T(op, int) \
357 DECL_ASN_OP_T(op, unsigned int) \
358 DECL_ASN_OP_T(op, long) \
359 DECL_ASN_OP_T(op, unsigned long) \
360 DECL_ASN_OP_T(op, float) \
361 DECL_ASN_OP_T(op, double) \
362 DECL_ASN_OP_T(op, const char *) \
363 DECL_ASN_OP_T(op, const sc_fxval &) \
364 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
365 DECL_ASN_OP_T(op, const sc_fxnum &) \
366 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
376 DECL_ASN_OP_T(<<=, int)
377 DECL_ASN_OP_T(>>=, int)
379 DECL_ASN_OP_T(&=, const sc_fix &)
380 DECL_ASN_OP_T(&=, const sc_fix_fast &)
381 DECL_ASN_OP_T(|=, const sc_fix &)
382 DECL_ASN_OP_T(|=, const sc_fix_fast &)
383 DECL_ASN_OP_T(^=, const sc_fix &)
384 DECL_ASN_OP_T(^=, const sc_fix_fast &)
386 #undef DECL_ASN_OP_T