Lines Matching defs:const

79     explicit sc_fix(const sc_fxcast_switch &, sc_fxnum_observer * =0);
80 sc_fix(int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0);
81 sc_fix(sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
83 sc_fix(sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
85 sc_fix(int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
87 sc_fix(int, int, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
89 explicit sc_fix(const sc_fxtype_params &, sc_fxnum_observer * =0);
90 sc_fix(const sc_fxtype_params &, const sc_fxcast_switch &,
99 sc_fix(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
100 sc_fix(tp, int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
101 sc_fix(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
103 sc_fix(tp, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, \
105 sc_fix(tp, int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
108 const sc_fxcast_switch &, sc_fxnum_observer * =0); \
109 sc_fix(tp, const sc_fxtype_params &, sc_fxnum_observer * =0); \
110 sc_fix(tp, const sc_fxtype_params &, const sc_fxcast_switch &, \
127 DECL_CTORS_T_A(const char *)
128 DECL_CTORS_T_A(const sc_fxval &)
129 DECL_CTORS_T_A(const sc_fxval_fast &)
130 DECL_CTORS_T_A(const sc_fxnum &)
131 DECL_CTORS_T_A(const sc_fxnum_fast &)
135 DECL_CTORS_T_B(const sc_int_base &)
136 DECL_CTORS_T_B(const sc_uint_base &)
137 DECL_CTORS_T_B(const sc_signed &)
138 DECL_CTORS_T_B(const sc_unsigned &)
145 sc_fix(const sc_fix &);
148 const sc_fix operator ~ () const;
151 friend void b_not(sc_fix &, const sc_fix &);
154 friend const sc_fix operator & (const sc_fix &, const sc_fix &);
155 friend const sc_fix operator & (const sc_fix &, const sc_fix_fast &);
156 friend const sc_fix operator & (const sc_fix_fast &, const sc_fix &);
157 friend const sc_fix operator | (const sc_fix &, const sc_fix &);
158 friend const sc_fix operator | (const sc_fix &, const sc_fix_fast &);
159 friend const sc_fix operator | (const sc_fix_fast &, const sc_fix &);
160 friend const sc_fix operator ^ (const sc_fix &, const sc_fix &);
161 friend const sc_fix operator ^ (const sc_fix &, const sc_fix_fast &);
162 friend const sc_fix operator ^ (const sc_fix_fast&, const sc_fix &);
165 friend void b_and(sc_fix &, const sc_fix &, const sc_fix &);
166 friend void b_and(sc_fix &, const sc_fix &, const sc_fix_fast &);
167 friend void b_and(sc_fix &, const sc_fix_fast &, const sc_fix &);
168 friend void b_or(sc_fix &, const sc_fix &, const sc_fix &);
169 friend void b_or(sc_fix &, const sc_fix &, const sc_fix_fast &);
170 friend void b_or(sc_fix &, const sc_fix_fast &, const sc_fix &);
171 friend void b_xor(sc_fix &, const sc_fix &, const sc_fix &);
172 friend void b_xor(sc_fix &, const sc_fix &, const sc_fix_fast &);
173 friend void b_xor(sc_fix &, const sc_fix_fast &, const sc_fix &);
176 sc_fix &operator = (const sc_fix &);
183 DECL_ASN_OP_T(op, const sc_int_base &) \
184 DECL_ASN_OP_T(op, const sc_uint_base &) \
185 DECL_ASN_OP_T(op, const sc_signed &) \
186 DECL_ASN_OP_T(op, const sc_unsigned &)
195 DECL_ASN_OP_T(op, const char *) \
196 DECL_ASN_OP_T(op, const sc_fxval &) \
197 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
198 DECL_ASN_OP_T(op, const sc_fxnum &) \
199 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
212 DECL_ASN_OP_T(&=, const sc_fix &)
213 DECL_ASN_OP_T(&=, const sc_fix_fast &)
214 DECL_ASN_OP_T(|=, const sc_fix &)
215 DECL_ASN_OP_T(|=, const sc_fix_fast &)
216 DECL_ASN_OP_T(^=, const sc_fix &)
217 DECL_ASN_OP_T(^=, const sc_fix_fast &)
224 const sc_fxval operator ++ (int);
225 const sc_fxval operator -- (int);
249 explicit sc_fix_fast(const sc_fxcast_switch &,
251 sc_fix_fast(int, int, const sc_fxcast_switch &,
253 sc_fix_fast(sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
255 sc_fix_fast(sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
257 sc_fix_fast(int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
259 sc_fix_fast(int, int, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
261 explicit sc_fix_fast(const sc_fxtype_params &,
263 sc_fix_fast(const sc_fxtype_params &, const sc_fxcast_switch &,
274 sc_fix_fast(tp, const sc_fxcast_switch &, sc_fxnum_fast_observer * = 0); \
275 sc_fix_fast(tp, int, int, const sc_fxcast_switch &, \
277 sc_fix_fast(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
279 sc_fix_fast(tp, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, \
281 sc_fix_fast(tp, int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
284 const sc_fxcast_switch &, sc_fxnum_fast_observer * = 0); \
285 sc_fix_fast(tp, const sc_fxtype_params &, sc_fxnum_fast_observer * = 0); \
286 sc_fix_fast(tp, const sc_fxtype_params &, const sc_fxcast_switch &, \
303 DECL_CTORS_T_A(const char *)
304 DECL_CTORS_T_A(const sc_fxval &)
305 DECL_CTORS_T_A(const sc_fxval_fast &)
306 DECL_CTORS_T_A(const sc_fxnum &)
307 DECL_CTORS_T_A(const sc_fxnum_fast &)
311 DECL_CTORS_T_B(const sc_int_base &)
312 DECL_CTORS_T_B(const sc_uint_base &)
313 DECL_CTORS_T_B(const sc_signed &)
314 DECL_CTORS_T_B(const sc_unsigned &)
321 sc_fix_fast(const sc_fix_fast &);
324 const sc_fix_fast operator ~ () const;
327 friend void b_not(sc_fix_fast &, const sc_fix_fast &);
330 friend const sc_fix_fast operator & (
331 const sc_fix_fast &, const sc_fix_fast &);
332 friend const sc_fix_fast operator ^ (
333 const sc_fix_fast &, const sc_fix_fast &);
334 friend const sc_fix_fast operator | (
335 const sc_fix_fast &, const sc_fix_fast &);
338 friend void b_and(sc_fix_fast &, const sc_fix_fast &, const sc_fix_fast &);
339 friend void b_or(sc_fix_fast &, const sc_fix_fast &, const sc_fix_fast &);
340 friend void b_xor(sc_fix_fast &, const sc_fix_fast &, const sc_fix_fast &);
343 sc_fix_fast &operator = (const sc_fix_fast &);
350 DECL_ASN_OP_T(op, const sc_int_base &) \
351 DECL_ASN_OP_T(op, const sc_uint_base &) \
352 DECL_ASN_OP_T(op, const sc_signed &) \
353 DECL_ASN_OP_T(op, const sc_unsigned &)
362 DECL_ASN_OP_T(op, const char *) \
363 DECL_ASN_OP_T(op, const sc_fxval &) \
364 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
365 DECL_ASN_OP_T(op, const sc_fxnum &) \
366 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
379 DECL_ASN_OP_T(&=, const sc_fix &)
380 DECL_ASN_OP_T(&=, const sc_fix_fast &)
381 DECL_ASN_OP_T(|=, const sc_fix &)
382 DECL_ASN_OP_T(|=, const sc_fix_fast &)
383 DECL_ASN_OP_T(^=, const sc_fix &)
384 DECL_ASN_OP_T(^=, const sc_fix_fast &)
391 const sc_fxval_fast operator ++ (int);
392 const sc_fxval_fast operator -- (int);
441 inline sc_fix::sc_fix(const sc_fxcast_switch &cast_sw,
446 inline sc_fix::sc_fix(int wl_, int iwl_, const sc_fxcast_switch &cast_sw,
452 const sc_fxcast_switch &cast_sw,
458 const sc_fxcast_switch &cast_sw,
464 const sc_fxcast_switch &cast_sw,
471 const sc_fxcast_switch &cast_sw,
477 inline sc_fix::sc_fix(const sc_fxtype_params &type_params_,
482 inline sc_fix::sc_fix(const sc_fxtype_params &type_params_,
483 const sc_fxcast_switch &cast_sw,
524 inline sc_fix::sc_fix(tp a, const sc_fxcast_switch &cast_sw, \
530 const sc_fxcast_switch &cast_sw, \
536 const sc_fxcast_switch &cast_sw, \
542 const sc_fxcast_switch &cast_sw, \
548 const sc_fxcast_switch &cast_sw, \
555 int nb, const sc_fxcast_switch &cast_sw, \
561 inline sc_fix::sc_fix(tp a, const sc_fxtype_params &type_params_, \
566 inline sc_fix::sc_fix(tp a, const sc_fxtype_params &type_params_, \
567 const sc_fxcast_switch &cast_sw, \
607 inline sc_fix::sc_fix(tp a, const sc_fxcast_switch &cast_sw, \
613 const sc_fxcast_switch &cast_sw, \
620 const sc_fxcast_switch &cast_sw, \
627 const sc_fxcast_switch &cast_sw, \
634 const sc_fxcast_switch &cast_sw, \
641 int nb, const sc_fxcast_switch &cast_sw, \
647 inline sc_fix::sc_fix(tp a, const sc_fxtype_params &type_params_, \
652 inline sc_fix::sc_fix(tp a, const sc_fxtype_params &type_params_, \
653 const sc_fxcast_switch &cast_sw, \
664 DEFN_CTORS_T_A(const char *)
665 DEFN_CTORS_T_A(const sc_fxval &)
666 DEFN_CTORS_T_A(const sc_fxval_fast &)
667 DEFN_CTORS_T_B(const sc_fxnum &)
668 DEFN_CTORS_T_B(const sc_fxnum_fast &)
672 DEFN_CTORS_T_A(const sc_int_base &)
673 DEFN_CTORS_T_A(const sc_uint_base &)
674 DEFN_CTORS_T_A(const sc_signed &)
675 DEFN_CTORS_T_A(const sc_unsigned &)
681 inline sc_fix::sc_fix(const sc_fix &a) :
686 inline const sc_fix sc_fix::operator ~ () const
699 b_not(sc_fix &c, const sc_fix &a)
711 inline const sc_fix \
712 operator op (const tp1 &a, const tp2 &b) \
743 fnc (sc_fix &c, const tp1 &a, const tp2 &b) \
771 sc_fix::operator = (const sc_fix &a)
788 DEFN_ASN_OP_T(op, const sc_int_base &) \
789 DEFN_ASN_OP_T(op, const sc_uint_base &) \
790 DEFN_ASN_OP_T(op, const sc_signed &) \
791 DEFN_ASN_OP_T(op, const sc_unsigned &)
800 DEFN_ASN_OP_T(op, const char *) \
801 DEFN_ASN_OP_T(op, const sc_fxval &) \
802 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
803 DEFN_ASN_OP_T(op, const sc_fxnum &) \
804 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
823 sc_fix::operator op (const tp &b) \
845 inline const sc_fxval
851 inline const sc_fxval
914 inline sc_fix_fast::sc_fix_fast(const sc_fxcast_switch &cast_sw,
920 const sc_fxcast_switch &cast_sw,
926 const sc_fxcast_switch &cast_sw,
932 const sc_fxcast_switch &cast_sw,
938 const sc_fxcast_switch &cast_sw,
945 int nb, const sc_fxcast_switch &cast_sw,
951 inline sc_fix_fast::sc_fix_fast(const sc_fxtype_params &type_params_,
956 inline sc_fix_fast::sc_fix_fast(const sc_fxtype_params &type_params_,
957 const sc_fxcast_switch &cast_sw,
1000 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxcast_switch &cast_sw, \
1006 const sc_fxcast_switch &cast_sw, \
1013 const sc_fxcast_switch &cast_sw, \
1020 const sc_fxcast_switch &cast_sw, \
1028 const sc_fxcast_switch &cast_sw, \
1036 const sc_fxcast_switch &cast_sw, \
1042 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxtype_params &type_params_, \
1047 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxtype_params &type_params_, \
1048 const sc_fxcast_switch &cast_sw, \
1091 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxcast_switch &cast_sw, \
1097 const sc_fxcast_switch &cast_sw, \
1104 const sc_fxcast_switch &cast_sw, \
1111 const sc_fxcast_switch &cast_sw, \
1119 const sc_fxcast_switch &cast_sw, \
1127 const sc_fxcast_switch &cast_sw, \
1133 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxtype_params &type_params_, \
1138 inline sc_fix_fast::sc_fix_fast(tp a, const sc_fxtype_params &type_params_, \
1139 const sc_fxcast_switch &cast_sw, \
1150 DEFN_CTORS_T_A(const char *)
1151 DEFN_CTORS_T_A(const sc_fxval &)
1152 DEFN_CTORS_T_A(const sc_fxval_fast &)
1153 DEFN_CTORS_T_B(const sc_fxnum &)
1154 DEFN_CTORS_T_B(const sc_fxnum_fast &)
1158 DEFN_CTORS_T_A(const sc_int_base &)
1159 DEFN_CTORS_T_A(const sc_uint_base &)
1160 DEFN_CTORS_T_A(const sc_signed &)
1161 DEFN_CTORS_T_A(const sc_unsigned &)
1167 inline sc_fix_fast::sc_fix_fast(const sc_fix_fast &a) :
1172 inline const sc_fix_fast
1173 sc_fix_fast::operator ~ () const
1186 b_not(sc_fix_fast &c, const sc_fix_fast &a)
1198 inline const sc_fix_fast \
1199 operator op (const tp1 &a, const tp2 &b) \
1222 fnc(sc_fix_fast &c, const tp1 &a, const tp2 &b) \
1241 sc_fix_fast::operator = (const sc_fix_fast &a)
1258 DEFN_ASN_OP_T(op, const sc_int_base &) \
1259 DEFN_ASN_OP_T(op, const sc_uint_base &) \
1260 DEFN_ASN_OP_T(op, const sc_signed &) \
1261 DEFN_ASN_OP_T(op, const sc_unsigned &)
1270 DEFN_ASN_OP_T(op, const char *) \
1271 DEFN_ASN_OP_T(op, const sc_fxval &) \
1272 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
1273 DEFN_ASN_OP_T(op, const sc_fxnum &) \
1274 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
1293 sc_fix_fast::operator op (const tp &b) \
1315 inline const sc_fxval_fast
1321 inline const sc_fxval_fast