Lines Matching defs:DECL_BIN_OP_T

152 #define DECL_BIN_OP_T(op,tp)                                                  \
158 DECL_BIN_OP_T(op,int64) \
159 DECL_BIN_OP_T(op,uint64) \
160 DECL_BIN_OP_T(op,const sc_int_base&) \
161 DECL_BIN_OP_T(op,const sc_uint_base&) \
162 DECL_BIN_OP_T(op,const sc_signed&) \
163 DECL_BIN_OP_T(op,const sc_unsigned&)
170 DECL_BIN_OP_T(op,int) \
171 DECL_BIN_OP_T(op,unsigned int) \
172 DECL_BIN_OP_T(op,long) \
173 DECL_BIN_OP_T(op,unsigned long) \
174 DECL_BIN_OP_T(op,float) \
175 DECL_BIN_OP_T(op,double) \
176 DECL_BIN_OP_T(op,const char*) \
177 DECL_BIN_OP_T(op,const sc_fxval_fast&) \
178 DECL_BIN_OP_T(op,const sc_fxnum_fast&) \
188 DECL_BIN_OP_T(/,int)
189 DECL_BIN_OP_T(/,unsigned int)
190 DECL_BIN_OP_T(/,long)
191 DECL_BIN_OP_T(/,unsigned long)
192 DECL_BIN_OP_T(/,float)
193 DECL_BIN_OP_T(/,double)
194 DECL_BIN_OP_T(/,const char*)
195 DECL_BIN_OP_T(/,const sc_fxval_fast&)
196 DECL_BIN_OP_T(/,const sc_fxnum_fast&)
199 DECL_BIN_OP_T(/,int64) \
200 DECL_BIN_OP_T(/,uint64) \
201 DECL_BIN_OP_T(/,const sc_int_base&) \
202 DECL_BIN_OP_T(/,const sc_uint_base&) \
203 DECL_BIN_OP_T(/,const sc_signed&) \
204 DECL_BIN_OP_T(/,const sc_unsigned&)
208 #undef DECL_BIN_OP_T
491 #define DECL_BIN_OP_T(op,tp) \
497 DECL_BIN_OP_T(op,int64) \
498 DECL_BIN_OP_T(op,uint64) \
499 DECL_BIN_OP_T(op,const sc_int_base&) \
500 DECL_BIN_OP_T(op,const sc_uint_base&) \
501 DECL_BIN_OP_T(op,const sc_signed&) \
502 DECL_BIN_OP_T(op,const sc_unsigned&)
510 DECL_BIN_OP_T(op,int) \
511 DECL_BIN_OP_T(op,unsigned int) \
512 DECL_BIN_OP_T(op,long) \
513 DECL_BIN_OP_T(op,unsigned long) \
514 DECL_BIN_OP_T(op,float) \
515 DECL_BIN_OP_T(op,double) \
516 DECL_BIN_OP_T(op,const char*) \
526 DECL_BIN_OP_T(/,int)
527 DECL_BIN_OP_T(/,unsigned int)
528 DECL_BIN_OP_T(/,long)
529 DECL_BIN_OP_T(/,unsigned long)
530 DECL_BIN_OP_T(/,float)
531 DECL_BIN_OP_T(/,double)
532 DECL_BIN_OP_T(/,const char*)
535 DECL_BIN_OP_T(/,int64) \
536 DECL_BIN_OP_T(/,uint64) \
537 DECL_BIN_OP_T(/,const sc_int_base&) \
538 DECL_BIN_OP_T(/,const sc_uint_base&) \
539 DECL_BIN_OP_T(/,const sc_signed&) \
540 DECL_BIN_OP_T(/,const sc_unsigned&)
543 #undef DECL_BIN_OP_T