Lines Matching defs:const

79     explicit sc_ufix(const sc_fxcast_switch &, sc_fxnum_observer * =0);
80 sc_ufix(int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0);
81 sc_ufix(sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
83 sc_ufix(sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
85 sc_ufix(int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
87 sc_ufix(int, int, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
89 explicit sc_ufix(const sc_fxtype_params &, sc_fxnum_observer * =0);
90 sc_ufix(const sc_fxtype_params &, const sc_fxcast_switch &,
99 sc_ufix(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
100 sc_ufix(tp, int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
101 sc_ufix(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
103 sc_ufix(tp, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, \
105 sc_ufix(tp, int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
108 const sc_fxcast_switch &, sc_fxnum_observer * =0); \
109 sc_ufix(tp, const sc_fxtype_params &, sc_fxnum_observer * =0); \
110 sc_ufix(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_ufix(const sc_ufix &);
148 const sc_ufix operator ~ () const;
151 friend void b_not(sc_ufix &, const sc_ufix &);
154 friend const sc_ufix operator & (const sc_ufix &, const sc_ufix &);
155 friend const sc_ufix operator & (const sc_ufix &, const sc_ufix_fast &);
156 friend const sc_ufix operator & (const sc_ufix_fast &, const sc_ufix &);
157 friend const sc_ufix operator | (const sc_ufix &, const sc_ufix &);
158 friend const sc_ufix operator | (const sc_ufix &, const sc_ufix_fast &);
159 friend const sc_ufix operator | (const sc_ufix_fast &, const sc_ufix &);
160 friend const sc_ufix operator ^ (const sc_ufix &, const sc_ufix &);
161 friend const sc_ufix operator ^ (const sc_ufix &, const sc_ufix_fast &);
162 friend const sc_ufix operator ^ (const sc_ufix_fast &, const sc_ufix &);
165 friend void b_and(sc_ufix &, const sc_ufix &, const sc_ufix &);
166 friend void b_and(sc_ufix &, const sc_ufix &, const sc_ufix_fast &);
167 friend void b_and(sc_ufix &, const sc_ufix_fast &, const sc_ufix &);
168 friend void b_or(sc_ufix &, const sc_ufix &, const sc_ufix &);
169 friend void b_or(sc_ufix &, const sc_ufix &, const sc_ufix_fast &);
170 friend void b_or(sc_ufix &, const sc_ufix_fast &, const sc_ufix &);
171 friend void b_xor(sc_ufix &, const sc_ufix &, const sc_ufix &);
172 friend void b_xor(sc_ufix &, const sc_ufix &, const sc_ufix_fast &);
173 friend void b_xor(sc_ufix &, const sc_ufix_fast &, const sc_ufix &);
176 sc_ufix &operator = (const sc_ufix &);
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_ufix &)
213 DECL_ASN_OP_T(&=, const sc_ufix_fast &)
214 DECL_ASN_OP_T(|=, const sc_ufix &)
215 DECL_ASN_OP_T(|=, const sc_ufix_fast &)
216 DECL_ASN_OP_T(^=, const sc_ufix &)
217 DECL_ASN_OP_T(^=, const sc_ufix_fast &)
224 const sc_fxval operator ++ (int);
225 const sc_fxval operator -- (int);
249 explicit sc_ufix_fast(const sc_fxcast_switch &,
251 sc_ufix_fast(int, int, const sc_fxcast_switch &,
253 sc_ufix_fast(sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
255 sc_ufix_fast(sc_q_mode, sc_o_mode, int, const sc_fxcast_switch&,
257 sc_ufix_fast(int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
259 sc_ufix_fast(int, int, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
261 explicit sc_ufix_fast(const sc_fxtype_params &,
263 sc_ufix_fast(const sc_fxtype_params &, const sc_fxcast_switch &,
274 sc_ufix_fast(tp, const sc_fxcast_switch &, sc_fxnum_fast_observer * =0); \
275 sc_ufix_fast(tp, int, int, const sc_fxcast_switch &, \
277 sc_ufix_fast(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, \
279 sc_ufix_fast(tp, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, \
282 const sc_fxcast_switch &, sc_fxnum_fast_observer * =0); \
284 const sc_fxcast_switch &, sc_fxnum_fast_observer * =0); \
285 sc_ufix_fast(tp, const sc_fxtype_params &, sc_fxnum_fast_observer * =0); \
286 sc_ufix_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_ufix_fast(const sc_ufix_fast &);
324 const sc_ufix_fast operator ~ () const;
327 friend void b_not(sc_ufix_fast &, const sc_ufix_fast &);
332 friend const sc_ufix_fast operator & (const sc_ufix_fast &,
333 const sc_ufix_fast &);
334 friend const sc_ufix_fast operator ^ (const sc_ufix_fast &,
335 const sc_ufix_fast &);
336 friend const sc_ufix_fast operator | (const sc_ufix_fast &,
337 const sc_ufix_fast &);
342 friend void b_and(sc_ufix_fast &, const sc_ufix_fast &,
343 const sc_ufix_fast &);
344 friend void b_or(sc_ufix_fast &, const sc_ufix_fast &,
345 const sc_ufix_fast &);
346 friend void b_xor(sc_ufix_fast &, const sc_ufix_fast &,
347 const sc_ufix_fast &);
350 sc_ufix_fast &operator = (const sc_ufix_fast &);
357 DECL_ASN_OP_T(op, const sc_int_base &) \
358 DECL_ASN_OP_T(op, const sc_uint_base &) \
359 DECL_ASN_OP_T(op, const sc_signed &) \
360 DECL_ASN_OP_T(op, const sc_unsigned &)
369 DECL_ASN_OP_T(op, const char *) \
370 DECL_ASN_OP_T(op, const sc_fxval &) \
371 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
372 DECL_ASN_OP_T(op, const sc_fxnum &) \
373 DECL_ASN_OP_T(op, const sc_fxnum_fast &) \
386 DECL_ASN_OP_T(&=, const sc_ufix &)
387 DECL_ASN_OP_T(&=, const sc_ufix_fast &)
388 DECL_ASN_OP_T(|=, const sc_ufix &)
389 DECL_ASN_OP_T(|=, const sc_ufix_fast &)
390 DECL_ASN_OP_T(^=, const sc_ufix &)
391 DECL_ASN_OP_T(^=, const sc_ufix_fast &)
398 const sc_fxval_fast operator ++ (int);
399 const sc_fxval_fast operator -- (int);
450 inline sc_ufix::sc_ufix(const sc_fxcast_switch &cast_sw,
455 inline sc_ufix::sc_ufix(int wl_, int iwl_, const sc_fxcast_switch &cast_sw,
461 const sc_fxcast_switch &cast_sw,
467 const sc_fxcast_switch &cast_sw,
473 const sc_fxcast_switch &cast_sw,
480 const sc_fxcast_switch &cast_sw,
486 inline sc_ufix::sc_ufix(const sc_fxtype_params &type_params_,
491 inline sc_ufix::sc_ufix(const sc_fxtype_params &type_params_,
492 const sc_fxcast_switch &cast_sw,
533 inline sc_ufix::sc_ufix(tp a, const sc_fxcast_switch &cast_sw, \
539 const sc_fxcast_switch &cast_sw, \
545 const sc_fxcast_switch &cast_sw, \
551 const sc_fxcast_switch &cast_sw, \
557 const sc_fxcast_switch &cast_sw, \
564 int nb, const sc_fxcast_switch &cast_sw, \
570 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params &type_params_, \
575 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params& type_params_, \
576 const sc_fxcast_switch &cast_sw, \
617 inline sc_ufix::sc_ufix(tp a, const sc_fxcast_switch& cast_sw, \
623 const sc_fxcast_switch &cast_sw, \
630 const sc_fxcast_switch &cast_sw, \
637 const sc_fxcast_switch &cast_sw, \
644 const sc_fxcast_switch &cast_sw, \
651 int nb, const sc_fxcast_switch &cast_sw, \
657 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params &type_params_, \
662 inline sc_ufix::sc_ufix(tp a, const sc_fxtype_params& type_params_, \
663 const sc_fxcast_switch &cast_sw, \
674 DEFN_CTORS_T_A(const char *)
675 DEFN_CTORS_T_A(const sc_fxval &)
676 DEFN_CTORS_T_A(const sc_fxval_fast &)
677 DEFN_CTORS_T_B(const sc_fxnum &)
678 DEFN_CTORS_T_B(const sc_fxnum_fast &)
682 DEFN_CTORS_T_A(const sc_int_base &)
683 DEFN_CTORS_T_A(const sc_uint_base &)
684 DEFN_CTORS_T_A(const sc_signed &)
685 DEFN_CTORS_T_A(const sc_unsigned &)
692 inline sc_ufix::sc_ufix(const sc_ufix &a) :
697 inline const sc_ufix
698 sc_ufix::operator ~ () const
711 b_not(sc_ufix &c, const sc_ufix &a)
723 inline const sc_ufix \
724 operator op (const tp1 &a, const tp2 &b) \
755 fnc (sc_ufix &c, const tp1 &a, const tp2 &b) \
782 sc_ufix::operator = (const sc_ufix &a)
799 DEFN_ASN_OP_T(op, const sc_int_base &) \
800 DEFN_ASN_OP_T(op, const sc_uint_base &) \
801 DEFN_ASN_OP_T(op, const sc_signed &) \
802 DEFN_ASN_OP_T(op, const sc_unsigned &)
811 DEFN_ASN_OP_T(op, const char *) \
812 DEFN_ASN_OP_T(op, const sc_fxval &) \
813 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
814 DEFN_ASN_OP_T(op, const sc_fxnum &) \
815 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
835 sc_ufix::operator op (const tp &b) \
857 inline const sc_fxval
863 inline const sc_fxval
929 inline sc_ufix_fast::sc_ufix_fast(const sc_fxcast_switch &cast_sw,
935 int wl_, int iwl_, const sc_fxcast_switch &cast_sw,
941 sc_q_mode qm, sc_o_mode om, const sc_fxcast_switch &cast_sw,
947 sc_q_mode qm, sc_o_mode om, int nb, const sc_fxcast_switch &cast_sw,
954 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) :
961 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) :
966 inline sc_ufix_fast::sc_ufix_fast(const sc_fxtype_params &type_params_,
971 inline sc_ufix_fast::sc_ufix_fast(const sc_fxtype_params &type_params_,
972 const sc_fxcast_switch &cast_sw,
1015 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxcast_switch &cast_sw, \
1021 const sc_fxcast_switch &cast_sw, \
1027 const sc_fxcast_switch &cast_sw, \
1033 const sc_fxcast_switch &cast_sw, \
1041 const sc_fxcast_switch &cast_sw, \
1049 const sc_fxcast_switch &cast_sw, \
1056 tp a, const sc_fxtype_params &type_params_, \
1062 tp a, const sc_fxtype_params &type_params_, \
1063 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) : \
1104 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxcast_switch &cast_sw, \
1110 tp a, int wl_, int iwl_, const sc_fxcast_switch &cast_sw, \
1117 const sc_fxcast_switch &cast_sw, \
1124 const sc_fxcast_switch &cast_sw, \
1132 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) : \
1139 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) : \
1144 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxtype_params &type_params_, \
1149 inline sc_ufix_fast::sc_ufix_fast(tp a, const sc_fxtype_params &type_params_, \
1150 const sc_fxcast_switch &cast_sw, \
1161 DEFN_CTORS_T_A(const char *)
1162 DEFN_CTORS_T_A(const sc_fxval &)
1163 DEFN_CTORS_T_A(const sc_fxval_fast &)
1164 DEFN_CTORS_T_B(const sc_fxnum &)
1165 DEFN_CTORS_T_B(const sc_fxnum_fast &)
1169 DEFN_CTORS_T_A(const sc_int_base &)
1170 DEFN_CTORS_T_A(const sc_uint_base &)
1171 DEFN_CTORS_T_A(const sc_signed &)
1172 DEFN_CTORS_T_A(const sc_unsigned &)
1178 inline sc_ufix_fast::sc_ufix_fast(const sc_ufix_fast &a) :
1183 inline const sc_ufix_fast
1184 sc_ufix_fast::operator ~ () const
1197 b_not(sc_ufix_fast &c, const sc_ufix_fast &a)
1209 inline const sc_ufix_fast \
1210 operator op (const tp1 &a, const tp2 &b) \
1233 fnc (sc_ufix_fast &c, const tp1 &a, const tp2 &b) \
1252 sc_ufix_fast::operator = (const sc_ufix_fast &a)
1269 DEFN_ASN_OP_T(op, const sc_int_base &) \
1270 DEFN_ASN_OP_T(op, const sc_uint_base &) \
1271 DEFN_ASN_OP_T(op, const sc_signed &) \
1272 DEFN_ASN_OP_T(op, const sc_unsigned &)
1281 DEFN_ASN_OP_T(op, const char *) \
1282 DEFN_ASN_OP_T(op, const sc_fxval &) \
1283 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
1284 DEFN_ASN_OP_T(op, const sc_fxnum &) \
1285 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
1304 sc_ufix_fast::operator op (const tp &b) \
1326 inline const sc_fxval_fast
1332 inline const sc_fxval_fast