Lines Matching defs:DECL_ASN_OP_T

124 #define DECL_ASN_OP_T(op,tp)                                                  \
129 DECL_ASN_OP_T(op,int64) \
130 DECL_ASN_OP_T(op,uint64) \
131 DECL_ASN_OP_T(op,const sc_int_base&) \
132 DECL_ASN_OP_T(op,const sc_uint_base&) \
133 DECL_ASN_OP_T(op,const sc_signed&) \
134 DECL_ASN_OP_T(op,const sc_unsigned&)
140 DECL_ASN_OP_T(op,int) \
141 DECL_ASN_OP_T(op,unsigned int) \
142 DECL_ASN_OP_T(op,long) \
143 DECL_ASN_OP_T(op,unsigned long) \
144 DECL_ASN_OP_T(op,float) \
145 DECL_ASN_OP_T(op,double) \
146 DECL_ASN_OP_T(op,const char*) \
147 DECL_ASN_OP_T(op,const sc_fxval&) \
148 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
149 DECL_ASN_OP_T(op,const sc_fxnum&) \
150 DECL_ASN_OP_T(op,const sc_fxnum_fast&) \
160 DECL_ASN_OP_T(<<=,int)
161 DECL_ASN_OP_T(>>=,int)
163 DECL_ASN_OP_T(&=,const sc_fix&)
164 DECL_ASN_OP_T(&=,const sc_fix_fast&)
165 DECL_ASN_OP_T(|=,const sc_fix&)
166 DECL_ASN_OP_T(|=,const sc_fix_fast&)
167 DECL_ASN_OP_T(^=,const sc_fix&)
168 DECL_ASN_OP_T(^=,const sc_fix_fast&)
170 #undef DECL_ASN_OP_T
248 #define DECL_ASN_OP_T(op,tp) \
253 DECL_ASN_OP_T(op,int64) \
254 DECL_ASN_OP_T(op,uint64) \
255 DECL_ASN_OP_T(op,const sc_int_base&) \
256 DECL_ASN_OP_T(op,const sc_uint_base&) \
257 DECL_ASN_OP_T(op,const sc_signed&) \
258 DECL_ASN_OP_T(op,const sc_unsigned&)
264 DECL_ASN_OP_T(op,int) \
265 DECL_ASN_OP_T(op,unsigned int) \
266 DECL_ASN_OP_T(op,long) \
267 DECL_ASN_OP_T(op,unsigned long) \
268 DECL_ASN_OP_T(op,float) \
269 DECL_ASN_OP_T(op,double) \
270 DECL_ASN_OP_T(op,const char*) \
271 DECL_ASN_OP_T(op,const sc_fxval&) \
272 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
273 DECL_ASN_OP_T(op,const sc_fxnum&) \
274 DECL_ASN_OP_T(op,const sc_fxnum_fast&) \
284 DECL_ASN_OP_T(<<=,int)
285 DECL_ASN_OP_T(>>=,int)
287 DECL_ASN_OP_T(&=,const sc_fix&)
288 DECL_ASN_OP_T(&=,const sc_fix_fast&)
289 DECL_ASN_OP_T(|=,const sc_fix&)
290 DECL_ASN_OP_T(|=,const sc_fix_fast&)
291 DECL_ASN_OP_T(^=,const sc_fix&)
292 DECL_ASN_OP_T(^=,const sc_fix_fast&)
294 #undef DECL_ASN_OP_T