Lines Matching refs:DECL_BIN_OP_T

641 #define DECL_BIN_OP_T(op,tp)                                                  \
647 DECL_BIN_OP_T(op,int64) \
648 DECL_BIN_OP_T(op,uint64) \
649 DECL_BIN_OP_T(op,const sc_int_base&) \
650 DECL_BIN_OP_T(op,const sc_uint_base&) \
651 DECL_BIN_OP_T(op,const sc_signed&) \
652 DECL_BIN_OP_T(op,const sc_unsigned&)
659 DECL_BIN_OP_T(op,int) \
660 DECL_BIN_OP_T(op,unsigned int) \
661 DECL_BIN_OP_T(op,long) \
662 DECL_BIN_OP_T(op,unsigned long) \
663 DECL_BIN_OP_T(op,float) \
664 DECL_BIN_OP_T(op,double) \
665 DECL_BIN_OP_T(op,const char*) \
666 DECL_BIN_OP_T(op,const sc_fxval&) \
667 DECL_BIN_OP_T(op,const sc_fxval_fast&) \
668 DECL_BIN_OP_T(op,const sc_fxnum_fast&) \
677 DECL_BIN_OP_T(/,int)
678 DECL_BIN_OP_T(/,unsigned int)
679 DECL_BIN_OP_T(/,long)
680 DECL_BIN_OP_T(/,unsigned long)
681 DECL_BIN_OP_T(/,float)
682 DECL_BIN_OP_T(/,double)
683 DECL_BIN_OP_T(/,const char*)
684 DECL_BIN_OP_T(/,const sc_fxval&)
685 DECL_BIN_OP_T(/,const sc_fxval_fast&)
686 DECL_BIN_OP_T(/,const sc_fxnum_fast&)
689 DECL_BIN_OP_T(/,int64)
690 DECL_BIN_OP_T(/,uint64)
691 DECL_BIN_OP_T(/,const sc_int_base&)
692 DECL_BIN_OP_T(/,const sc_uint_base&)
693 DECL_BIN_OP_T(/,const sc_signed&)
694 DECL_BIN_OP_T(/,const sc_unsigned&)
697 #undef DECL_BIN_OP_T
1068 #define DECL_BIN_OP_T(op,tp) \
1074 DECL_BIN_OP_T(op,int64) \
1075 DECL_BIN_OP_T(op,uint64) \
1076 DECL_BIN_OP_T(op,const sc_int_base&) \
1077 DECL_BIN_OP_T(op,const sc_uint_base&) \
1078 DECL_BIN_OP_T(op,const sc_signed&) \
1079 DECL_BIN_OP_T(op,const sc_unsigned&)
1087 DECL_BIN_OP_T(op,int) \
1088 DECL_BIN_OP_T(op,unsigned int) \
1089 DECL_BIN_OP_T(op,long) \
1090 DECL_BIN_OP_T(op,unsigned long) \
1091 DECL_BIN_OP_T(op,float) \
1092 DECL_BIN_OP_T(op,double) \
1093 DECL_BIN_OP_T(op,const char*) \
1094 DECL_BIN_OP_T(op,const sc_fxval_fast&) \
1103 DECL_BIN_OP_T(/,int)
1104 DECL_BIN_OP_T(/,unsigned int)
1105 DECL_BIN_OP_T(/,long)
1106 DECL_BIN_OP_T(/,unsigned long)
1107 DECL_BIN_OP_T(/,float)
1108 DECL_BIN_OP_T(/,double)
1109 DECL_BIN_OP_T(/,const char*)
1110 DECL_BIN_OP_T(/,const sc_fxval_fast&)
1113 DECL_BIN_OP_T(/,int64) \
1114 DECL_BIN_OP_T(/,uint64) \
1115 DECL_BIN_OP_T(/,const sc_int_base&) \
1116 DECL_BIN_OP_T(/,const sc_uint_base&) \
1117 DECL_BIN_OP_T(/,const sc_signed&) \
1118 DECL_BIN_OP_T(/,const sc_unsigned&)
1121 #undef DECL_BIN_OP_T