Lines Matching defs:DECL_ASN_OP_T

116 #define DECL_ASN_OP_T(op, tp) sc_fixed &operator op (tp);
119 DECL_ASN_OP_T(op, int64) \
120 DECL_ASN_OP_T(op, uint64) \
121 DECL_ASN_OP_T(op, const sc_int_base&) \
122 DECL_ASN_OP_T(op, const sc_uint_base&) \
123 DECL_ASN_OP_T(op, const sc_signed&) \
124 DECL_ASN_OP_T(op, const sc_unsigned&)
127 DECL_ASN_OP_T(op, int) \
128 DECL_ASN_OP_T(op, unsigned int) \
129 DECL_ASN_OP_T(op, long) \
130 DECL_ASN_OP_T(op, unsigned long) \
131 DECL_ASN_OP_T(op, float) \
132 DECL_ASN_OP_T(op, double) \
133 DECL_ASN_OP_T(op, const char *) \
134 DECL_ASN_OP_T(op, const sc_fxval &) \
135 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
136 DECL_ASN_OP_T(op, const sc_fxnum &) \
137 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
147 DECL_ASN_OP_T(<<=, int)
148 DECL_ASN_OP_T(>>=, int)
150 DECL_ASN_OP_T(&=, const sc_fix &)
151 DECL_ASN_OP_T(&=, const sc_fix_fast &)
152 DECL_ASN_OP_T(|=, const sc_fix &)
153 DECL_ASN_OP_T(|=, const sc_fix_fast &)
154 DECL_ASN_OP_T(^=, const sc_fix &)
155 DECL_ASN_OP_T(^=, const sc_fix_fast &)
157 #undef DECL_ASN_OP_T
225 #define DECL_ASN_OP_T(op, tp) sc_fixed_fast &operator op (tp);
228 DECL_ASN_OP_T(op, int64) \
229 DECL_ASN_OP_T(op, uint64) \
230 DECL_ASN_OP_T(op, const sc_int_base &) \
231 DECL_ASN_OP_T(op, const sc_uint_base &) \
232 DECL_ASN_OP_T(op, const sc_signed &) \
233 DECL_ASN_OP_T(op, const sc_unsigned &)
236 DECL_ASN_OP_T(op, int) \
237 DECL_ASN_OP_T(op, unsigned int) \
238 DECL_ASN_OP_T(op, long) \
239 DECL_ASN_OP_T(op, unsigned long) \
240 DECL_ASN_OP_T(op, float) \
241 DECL_ASN_OP_T(op, double) \
242 DECL_ASN_OP_T(op, const char *) \
243 DECL_ASN_OP_T(op, const sc_fxval &) \
244 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
245 DECL_ASN_OP_T(op, const sc_fxnum &) \
246 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
256 DECL_ASN_OP_T(<<=, int)
257 DECL_ASN_OP_T(>>=, int)
259 DECL_ASN_OP_T(&=, const sc_fix &)
260 DECL_ASN_OP_T(&=, const sc_fix_fast &)
261 DECL_ASN_OP_T(|=, const sc_fix &)
262 DECL_ASN_OP_T(|=, const sc_fix_fast &)
263 DECL_ASN_OP_T(^=, const sc_fix &)
264 DECL_ASN_OP_T(^=, const sc_fix_fast &)
266 #undef DECL_ASN_OP_T