Lines Matching defs:DEFN_ASN_OP_T

1010 #define DEFN_ASN_OP_T(tp) \
1020 DEFN_ASN_OP_T(int)
1021 DEFN_ASN_OP_T(unsigned int)
1022 DEFN_ASN_OP_T(long)
1023 DEFN_ASN_OP_T(unsigned long)
1024 DEFN_ASN_OP_T(float)
1025 DEFN_ASN_OP_T(double)
1026 DEFN_ASN_OP_T(const char *)
1027 DEFN_ASN_OP_T(const sc_fxval_fast &)
1029 DEFN_ASN_OP_T(int64)
1030 DEFN_ASN_OP_T(uint64)
1031 DEFN_ASN_OP_T(const sc_int_base &)
1032 DEFN_ASN_OP_T(const sc_uint_base &)
1033 DEFN_ASN_OP_T(const sc_signed &)
1034 DEFN_ASN_OP_T(const sc_unsigned &)
1036 #undef DEFN_ASN_OP_T
1038 #define DEFN_ASN_OP_T(op, fnc, tp) \
1052 DEFN_ASN_OP_T(op, fnc, int64) \
1053 DEFN_ASN_OP_T(op, fnc, uint64) \
1054 DEFN_ASN_OP_T(op, fnc, const sc_int_base &) \
1055 DEFN_ASN_OP_T(op, fnc, const sc_uint_base &) \
1056 DEFN_ASN_OP_T(op, fnc, const sc_signed &) \
1057 DEFN_ASN_OP_T(op, fnc, const sc_unsigned &)
1072 DEFN_ASN_OP_T(op, fnc, int) \
1073 DEFN_ASN_OP_T(op, fnc, unsigned int) \
1074 DEFN_ASN_OP_T(op, fnc, long) \
1075 DEFN_ASN_OP_T(op, fnc, unsigned long) \
1076 DEFN_ASN_OP_T(op, fnc, float) \
1077 DEFN_ASN_OP_T(op, fnc, double) \
1078 DEFN_ASN_OP_T(op, fnc, const char *) \
1079 DEFN_ASN_OP_T(op, fnc, const sc_fxval_fast &) \
1087 #undef DEFN_ASN_OP_T
1646 #define DEFN_ASN_OP_T(tp) \
1656 DEFN_ASN_OP_T(int)
1657 DEFN_ASN_OP_T(unsigned int)
1658 DEFN_ASN_OP_T(long)
1659 DEFN_ASN_OP_T(unsigned long)
1660 DEFN_ASN_OP_T(float)
1661 DEFN_ASN_OP_T(double)
1662 DEFN_ASN_OP_T(const char *)
1663 DEFN_ASN_OP_T(const sc_fxval &)
1665 DEFN_ASN_OP_T(int64)
1666 DEFN_ASN_OP_T(uint64)
1667 DEFN_ASN_OP_T(const sc_int_base &)
1668 DEFN_ASN_OP_T(const sc_uint_base &)
1669 DEFN_ASN_OP_T(const sc_signed &)
1670 DEFN_ASN_OP_T(const sc_unsigned &)
1672 #undef DEFN_ASN_OP_T
1674 #define DEFN_ASN_OP_T(op, tp) \
1686 DEFN_ASN_OP_T(op, int64) \
1687 DEFN_ASN_OP_T(op, uint64) \
1688 DEFN_ASN_OP_T(op, const sc_int_base &) \
1689 DEFN_ASN_OP_T(op, const sc_uint_base &) \
1690 DEFN_ASN_OP_T(op, const sc_signed &) \
1691 DEFN_ASN_OP_T(op, const sc_unsigned &)
1704 DEFN_ASN_OP_T(op, int) \
1705 DEFN_ASN_OP_T(op, unsigned int) \
1706 DEFN_ASN_OP_T(op, long) \
1707 DEFN_ASN_OP_T(op, unsigned long) \
1708 DEFN_ASN_OP_T(op, float) \
1709 DEFN_ASN_OP_T(op, double) \
1710 DEFN_ASN_OP_T(op, const char *) \
1711 DEFN_ASN_OP_T(op, const sc_fxval &) \
1719 #undef DEFN_ASN_OP_T