Lines Matching refs: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_ufix&)
278 DECL_ASN_OP_T(&=,const sc_ufix_fast&)
279 DECL_ASN_OP_T(|=,const sc_ufix&)
280 DECL_ASN_OP_T(|=,const sc_ufix_fast&)
281 DECL_ASN_OP_T(^=,const sc_ufix&)
282 DECL_ASN_OP_T(^=,const sc_ufix_fast&)
284 #undef DECL_ASN_OP_T
467 #define DECL_ASN_OP_T(op,tp) \
472 DECL_ASN_OP_T(op,int64) \
473 DECL_ASN_OP_T(op,uint64) \
474 DECL_ASN_OP_T(op,const sc_int_base&) \
475 DECL_ASN_OP_T(op,const sc_uint_base&) \
476 DECL_ASN_OP_T(op,const sc_signed&) \
477 DECL_ASN_OP_T(op,const sc_unsigned&)
483 DECL_ASN_OP_T(op,int) \
484 DECL_ASN_OP_T(op,unsigned int) \
485 DECL_ASN_OP_T(op,long) \
486 DECL_ASN_OP_T(op,unsigned long) \
487 DECL_ASN_OP_T(op,float) \
488 DECL_ASN_OP_T(op,double) \
489 DECL_ASN_OP_T(op,const char*) \
490 DECL_ASN_OP_T(op,const sc_fxval&) \
491 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
492 DECL_ASN_OP_T(op,const sc_fxnum&) \
493 DECL_ASN_OP_T(op,const sc_fxnum_fast&) \
503 DECL_ASN_OP_T(<<=,int)
504 DECL_ASN_OP_T(>>=,int)
506 DECL_ASN_OP_T(&=,const sc_ufix&)
507 DECL_ASN_OP_T(&=,const sc_ufix_fast&)
508 DECL_ASN_OP_T(|=,const sc_ufix&)
509 DECL_ASN_OP_T(|=,const sc_ufix_fast&)
510 DECL_ASN_OP_T(^=,const sc_ufix&)
511 DECL_ASN_OP_T(^=,const sc_ufix_fast&)
513 #undef DECL_ASN_OP_T