Lines Matching defs:DEFN_BIN_OP_T

2287 #define DEFN_BIN_OP_T(op, fnc, tp) \
2306 DEFN_BIN_OP_T(op, fnc, int64) \
2307 DEFN_BIN_OP_T(op, fnc, uint64) \
2308 DEFN_BIN_OP_T(op, fnc, const sc_int_base &) \
2309 DEFN_BIN_OP_T(op, fnc, const sc_uint_base &) \
2310 DEFN_BIN_OP_T(op, fnc, const sc_signed &) \
2311 DEFN_BIN_OP_T(op, fnc, const sc_unsigned &)
2339 DEFN_BIN_OP_T(op, fnc, int) \
2340 DEFN_BIN_OP_T(op, fnc, unsigned int) \
2341 DEFN_BIN_OP_T(op, fnc, long) \
2342 DEFN_BIN_OP_T(op, fnc, unsigned long) \
2343 DEFN_BIN_OP_T(op, fnc, float) \
2344 DEFN_BIN_OP_T(op, fnc, double) \
2345 DEFN_BIN_OP_T(op, fnc, const char *) \
2346 DEFN_BIN_OP_T(op, fnc, const sc_fxval_fast &) \
2347 DEFN_BIN_OP_T(op, fnc, const sc_fxnum_fast &) \
2377 DEFN_BIN_OP_T(/, div, int)
2378 DEFN_BIN_OP_T(/, div, unsigned int)
2379 DEFN_BIN_OP_T(/, div, long)
2380 DEFN_BIN_OP_T(/, div, unsigned long)
2381 DEFN_BIN_OP_T(/, div, float)
2382 DEFN_BIN_OP_T(/, div, double)
2383 DEFN_BIN_OP_T(/, div, const char *)
2384 DEFN_BIN_OP_T(/, div, const sc_fxval_fast &)
2385 DEFN_BIN_OP_T(/, div, const sc_fxnum_fast &)
2388 DEFN_BIN_OP_T(/, div, int64)
2389 DEFN_BIN_OP_T(/, div, uint64)
2390 DEFN_BIN_OP_T(/, div, const sc_int_base &)
2391 DEFN_BIN_OP_T(/, div, const sc_uint_base &)
2392 DEFN_BIN_OP_T(/, div, const sc_signed &)
2393 DEFN_BIN_OP_T(/, div, const sc_unsigned &)
2395 #undef DEFN_BIN_OP_T
3258 #define DEFN_BIN_OP_T(op, tp) \
3276 DEFN_BIN_OP_T(op, int64) \
3277 DEFN_BIN_OP_T(op, uint64) \
3278 DEFN_BIN_OP_T(op, const sc_int_base &) \
3279 DEFN_BIN_OP_T(op, const sc_uint_base &) \
3280 DEFN_BIN_OP_T(op, const sc_signed &) \
3281 DEFN_BIN_OP_T(op, const sc_unsigned &)
3306 DEFN_BIN_OP_T(op, int) \
3307 DEFN_BIN_OP_T(op, unsigned int) \
3308 DEFN_BIN_OP_T(op, long) \
3309 DEFN_BIN_OP_T(op, unsigned long) \
3310 DEFN_BIN_OP_T(op, float) \
3311 DEFN_BIN_OP_T(op, double) \
3312 DEFN_BIN_OP_T(op, const char *) \
3341 DEFN_BIN_OP_T(/, int)
3342 DEFN_BIN_OP_T(/, unsigned int)
3343 DEFN_BIN_OP_T(/, long)
3344 DEFN_BIN_OP_T(/, unsigned long)
3345 DEFN_BIN_OP_T(/, float)
3346 DEFN_BIN_OP_T(/, double)
3347 DEFN_BIN_OP_T(/, const char *)
3350 DEFN_BIN_OP_T(/, int64)
3351 DEFN_BIN_OP_T(/, uint64)
3352 DEFN_BIN_OP_T(/, const sc_int_base &)
3353 DEFN_BIN_OP_T(/, const sc_uint_base &)
3354 DEFN_BIN_OP_T(/, const sc_signed &)
3355 DEFN_BIN_OP_T(/, const sc_unsigned &)
3357 #undef DEFN_BIN_OP_T
4096 #define DEFN_BIN_OP_T(op, fnc, tp) \
4114 DEFN_BIN_OP_T(op, fnc, const sc_fxnum_fast &)
4120 DEFN_BIN_OP_T(/, div, const sc_fxnum_fast &)
4122 #undef DEFN_BIN_OP_T