Lines Matching defs:DECL_ASN_OP_T

238 #define DECL_ASN_OP_T(op,tp)                                                  \
243 DECL_ASN_OP_T(op,int64) \
244 DECL_ASN_OP_T(op,uint64) \
245 DECL_ASN_OP_T(op,const sc_int_base&) \
246 DECL_ASN_OP_T(op,const sc_uint_base&) \
247 DECL_ASN_OP_T(op,const sc_signed&) \
248 DECL_ASN_OP_T(op,const sc_unsigned&)
254 DECL_ASN_OP_T(op,int) \
255 DECL_ASN_OP_T(op,unsigned int) \
256 DECL_ASN_OP_T(op,long) \
257 DECL_ASN_OP_T(op,unsigned long) \
258 DECL_ASN_OP_T(op,float) \
259 DECL_ASN_OP_T(op,double) \
260 DECL_ASN_OP_T(op,const char*) \
261 DECL_ASN_OP_T(op,const sc_fxval&) \
262 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
263 DECL_ASN_OP_T(op,const sc_fxnum&) \
264 DECL_ASN_OP_T(op,const sc_fxnum_fast&) \
274 DECL_ASN_OP_T(<<=,int)
275 DECL_ASN_OP_T(>>=,int)
277 DECL_ASN_OP_T(&=,const sc_fix&)
278 DECL_ASN_OP_T(&=,const sc_fix_fast&)
279 DECL_ASN_OP_T(|=,const sc_fix&)
280 DECL_ASN_OP_T(|=,const sc_fix_fast&)
281 DECL_ASN_OP_T(^=,const sc_fix&)
282 DECL_ASN_OP_T(^=,const sc_fix_fast&)
284 #undef DECL_ASN_OP_T
464 #define DECL_ASN_OP_T(op,tp) \
469 DECL_ASN_OP_T(op,int64) \
470 DECL_ASN_OP_T(op,uint64) \
471 DECL_ASN_OP_T(op,const sc_int_base&) \
472 DECL_ASN_OP_T(op,const sc_uint_base&) \
473 DECL_ASN_OP_T(op,const sc_signed&) \
474 DECL_ASN_OP_T(op,const sc_unsigned&)
480 DECL_ASN_OP_T(op,int) \
481 DECL_ASN_OP_T(op,unsigned int) \
482 DECL_ASN_OP_T(op,long) \
483 DECL_ASN_OP_T(op,unsigned long) \
484 DECL_ASN_OP_T(op,float) \
485 DECL_ASN_OP_T(op,double) \
486 DECL_ASN_OP_T(op,const char*) \
487 DECL_ASN_OP_T(op,const sc_fxval&) \
488 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
489 DECL_ASN_OP_T(op,const sc_fxnum&) \
490 DECL_ASN_OP_T(op,const sc_fxnum_fast&) \
500 DECL_ASN_OP_T(<<=,int)
501 DECL_ASN_OP_T(>>=,int)
503 DECL_ASN_OP_T(&=,const sc_fix&)
504 DECL_ASN_OP_T(&=,const sc_fix_fast&)
505 DECL_ASN_OP_T(|=,const sc_fix&)
506 DECL_ASN_OP_T(|=,const sc_fix_fast&)
507 DECL_ASN_OP_T(^=,const sc_fix&)
508 DECL_ASN_OP_T(^=,const sc_fix_fast&)
510 #undef DECL_ASN_OP_T