Lines Matching refs:DECL_BIN_OP_T

544 #define DECL_BIN_OP_T(op, tp) \
549 DECL_BIN_OP_T(op, int64) \
550 DECL_BIN_OP_T(op, uint64) \
551 DECL_BIN_OP_T(op, const sc_int_base &) \
552 DECL_BIN_OP_T(op, const sc_uint_base &) \
553 DECL_BIN_OP_T(op, const sc_signed &) \
554 DECL_BIN_OP_T(op, const sc_unsigned &)
558 DECL_BIN_OP_T(op, int) \
559 DECL_BIN_OP_T(op, unsigned int) \
560 DECL_BIN_OP_T(op, long) \
561 DECL_BIN_OP_T(op, unsigned long) \
562 DECL_BIN_OP_T(op, float) \
563 DECL_BIN_OP_T(op, double) \
564 DECL_BIN_OP_T(op, const char *) \
565 DECL_BIN_OP_T(op, const sc_fxval &) \
566 DECL_BIN_OP_T(op, const sc_fxval_fast &) \
567 DECL_BIN_OP_T(op, const sc_fxnum_fast &) \
576 DECL_BIN_OP_T(/, int)
577 DECL_BIN_OP_T(/, unsigned int)
578 DECL_BIN_OP_T(/, long)
579 DECL_BIN_OP_T(/, unsigned long)
580 DECL_BIN_OP_T(/, float)
581 DECL_BIN_OP_T(/, double)
582 DECL_BIN_OP_T(/, const char *)
583 DECL_BIN_OP_T(/, const sc_fxval &)
584 DECL_BIN_OP_T(/, const sc_fxval_fast &)
585 DECL_BIN_OP_T(/, const sc_fxnum_fast &)
588 DECL_BIN_OP_T(/, int64)
589 DECL_BIN_OP_T(/, uint64)
590 DECL_BIN_OP_T(/, const sc_int_base &)
591 DECL_BIN_OP_T(/, const sc_uint_base &)
592 DECL_BIN_OP_T(/, const sc_signed &)
593 DECL_BIN_OP_T(/, const sc_unsigned &)
595 #undef DECL_BIN_OP_T
905 #define DECL_BIN_OP_T(op, tp) \
910 DECL_BIN_OP_T(op, int64) \
911 DECL_BIN_OP_T(op, uint64) \
912 DECL_BIN_OP_T(op, const sc_int_base &) \
913 DECL_BIN_OP_T(op, const sc_uint_base &) \
914 DECL_BIN_OP_T(op, const sc_signed &) \
915 DECL_BIN_OP_T(op, const sc_unsigned &)
920 DECL_BIN_OP_T(op, int) \
921 DECL_BIN_OP_T(op, unsigned int) \
922 DECL_BIN_OP_T(op, long) \
923 DECL_BIN_OP_T(op, unsigned long) \
924 DECL_BIN_OP_T(op, float) \
925 DECL_BIN_OP_T(op, double) \
926 DECL_BIN_OP_T(op, const char *) \
927 DECL_BIN_OP_T(op, const sc_fxval_fast &) \
936 DECL_BIN_OP_T(/, int)
937 DECL_BIN_OP_T(/, unsigned int)
938 DECL_BIN_OP_T(/, long)
939 DECL_BIN_OP_T(/, unsigned long)
940 DECL_BIN_OP_T(/, float)
941 DECL_BIN_OP_T(/, double)
942 DECL_BIN_OP_T(/, const char *)
943 DECL_BIN_OP_T(/, const sc_fxval_fast &)
946 DECL_BIN_OP_T(/, int64) \
947 DECL_BIN_OP_T(/, uint64) \
948 DECL_BIN_OP_T(/, const sc_int_base &) \
949 DECL_BIN_OP_T(/, const sc_uint_base &) \
950 DECL_BIN_OP_T(/, const sc_signed &) \
951 DECL_BIN_OP_T(/, const sc_unsigned &)
953 #undef DECL_BIN_OP_T