Lines Matching defs:DECL_BIN_OP_T

131 #define DECL_BIN_OP_T(op,tp) \
136 DECL_BIN_OP_T(op, int64) \
137 DECL_BIN_OP_T(op, uint64) \
138 DECL_BIN_OP_T(op, const sc_int_base &) \
139 DECL_BIN_OP_T(op, const sc_uint_base &) \
140 DECL_BIN_OP_T(op, const sc_signed &) \
141 DECL_BIN_OP_T(op, const sc_unsigned &)
145 DECL_BIN_OP_T(op, int) \
146 DECL_BIN_OP_T(op, unsigned int) \
147 DECL_BIN_OP_T(op, long) \
148 DECL_BIN_OP_T(op, unsigned long) \
149 DECL_BIN_OP_T(op, float) \
150 DECL_BIN_OP_T(op, double) \
151 DECL_BIN_OP_T(op, const char *) \
152 DECL_BIN_OP_T(op, const sc_fxval_fast &) \
153 DECL_BIN_OP_T(op, const sc_fxnum_fast &) \
163 DECL_BIN_OP_T(/, int)
164 DECL_BIN_OP_T(/, unsigned int)
165 DECL_BIN_OP_T(/, long)
166 DECL_BIN_OP_T(/, unsigned long)
167 DECL_BIN_OP_T(/, float)
168 DECL_BIN_OP_T(/, double)
169 DECL_BIN_OP_T(/, const char *)
170 DECL_BIN_OP_T(/, const sc_fxval_fast &)
171 DECL_BIN_OP_T(/, const sc_fxnum_fast &)
174 DECL_BIN_OP_T(/, int64)
175 DECL_BIN_OP_T(/, uint64)
176 DECL_BIN_OP_T(/, const sc_int_base &)
177 DECL_BIN_OP_T(/, const sc_uint_base &)
178 DECL_BIN_OP_T(/, const sc_signed &)
179 DECL_BIN_OP_T(/, const sc_unsigned &)
181 #undef DECL_BIN_OP_T
418 #define DECL_BIN_OP_T(op, tp) \
423 DECL_BIN_OP_T(op, int64) \
424 DECL_BIN_OP_T(op, uint64) \
425 DECL_BIN_OP_T(op, const sc_int_base &) \
426 DECL_BIN_OP_T(op, const sc_uint_base &) \
427 DECL_BIN_OP_T(op, const sc_signed &) \
428 DECL_BIN_OP_T(op, const sc_unsigned &)
433 DECL_BIN_OP_T(op, int) \
434 DECL_BIN_OP_T(op, unsigned int) \
435 DECL_BIN_OP_T(op, long) \
436 DECL_BIN_OP_T(op, unsigned long) \
437 DECL_BIN_OP_T(op, float) \
438 DECL_BIN_OP_T(op, double) \
439 DECL_BIN_OP_T(op, const char *) \
449 DECL_BIN_OP_T(/, int)
450 DECL_BIN_OP_T(/, unsigned int)
451 DECL_BIN_OP_T(/, long)
452 DECL_BIN_OP_T(/, unsigned long)
453 DECL_BIN_OP_T(/, float)
454 DECL_BIN_OP_T(/, double)
455 DECL_BIN_OP_T(/, const char *)
458 DECL_BIN_OP_T(/, int64) \
459 DECL_BIN_OP_T(/, uint64) \
460 DECL_BIN_OP_T(/, const sc_int_base &) \
461 DECL_BIN_OP_T(/, const sc_uint_base &) \
462 DECL_BIN_OP_T(/, const sc_signed &) \
463 DECL_BIN_OP_T(/, const sc_unsigned &)
465 #undef DECL_BIN_OP_T