Lines Matching defs:const

89     explicit sc_ufix( const sc_fxcast_switch&,
92 const sc_fxcast_switch&,
95 const sc_fxcast_switch&,
98 const sc_fxcast_switch&,
101 const sc_fxcast_switch&,
104 const sc_fxcast_switch&,
106 explicit sc_ufix( const sc_fxtype_params&,
108 sc_ufix( const sc_fxtype_params&,
109 const sc_fxcast_switch&,
129 const sc_fxcast_switch&, \
133 const sc_fxcast_switch&, \
137 const sc_fxcast_switch&, \
141 const sc_fxcast_switch&, \
145 const sc_fxcast_switch&, \
149 const sc_fxcast_switch&, \
152 const sc_fxtype_params&, \
155 const sc_fxtype_params&, \
156 const sc_fxcast_switch&, \
175 DECL_CTORS_T_A(const char*)
176 DECL_CTORS_T_A(const sc_fxval&)
177 DECL_CTORS_T_A(const sc_fxval_fast&)
178 DECL_CTORS_T_A(const sc_fxnum&)
179 DECL_CTORS_T_A(const sc_fxnum_fast&)
183 DECL_CTORS_T_B(const sc_int_base&)
184 DECL_CTORS_T_B(const sc_uint_base&)
185 DECL_CTORS_T_B(const sc_signed&)
186 DECL_CTORS_T_B(const sc_unsigned&)
195 sc_ufix( const sc_ufix& );
200 const sc_ufix operator ~ () const;
205 friend void b_not( sc_ufix&, const sc_ufix& );
210 friend const sc_ufix operator & ( const sc_ufix&, const sc_ufix& );
211 friend const sc_ufix operator & ( const sc_ufix&, const sc_ufix_fast& );
212 friend const sc_ufix operator & ( const sc_ufix_fast&, const sc_ufix& );
213 friend const sc_ufix operator | ( const sc_ufix&, const sc_ufix& );
214 friend const sc_ufix operator | ( const sc_ufix&, const sc_ufix_fast& );
215 friend const sc_ufix operator | ( const sc_ufix_fast&, const sc_ufix& );
216 friend const sc_ufix operator ^ ( const sc_ufix&, const sc_ufix& );
217 friend const sc_ufix operator ^ ( const sc_ufix&, const sc_ufix_fast& );
218 friend const sc_ufix operator ^ ( const sc_ufix_fast&, const sc_ufix& );
223 friend void b_and( sc_ufix&, const sc_ufix&, const sc_ufix& );
224 friend void b_and( sc_ufix&, const sc_ufix&, const sc_ufix_fast& );
225 friend void b_and( sc_ufix&, const sc_ufix_fast&, const sc_ufix& );
226 friend void b_or ( sc_ufix&, const sc_ufix&, const sc_ufix& );
227 friend void b_or ( sc_ufix&, const sc_ufix&, const sc_ufix_fast& );
228 friend void b_or ( sc_ufix&, const sc_ufix_fast&, const sc_ufix& );
229 friend void b_xor( sc_ufix&, const sc_ufix&, const sc_ufix& );
230 friend void b_xor( sc_ufix&, const sc_ufix&, const sc_ufix_fast& );
231 friend void b_xor( sc_ufix&, const sc_ufix_fast&, const sc_ufix& );
236 sc_ufix& operator = ( const sc_ufix& );
245 DECL_ASN_OP_T(op,const sc_int_base&) \
246 DECL_ASN_OP_T(op,const sc_uint_base&) \
247 DECL_ASN_OP_T(op,const sc_signed&) \
248 DECL_ASN_OP_T(op,const sc_unsigned&)
260 DECL_ASN_OP_T(op,const char*) \
261 DECL_ASN_OP_T(op,const sc_fxval&) \
262 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
263 DECL_ASN_OP_T(op,const sc_fxnum&) \
264 DECL_ASN_OP_T(op,const sc_fxnum_fast&) \
277 DECL_ASN_OP_T(&=,const sc_ufix&)
278 DECL_ASN_OP_T(&=,const sc_ufix_fast&)
279 DECL_ASN_OP_T(|=,const sc_ufix&)
280 DECL_ASN_OP_T(|=,const sc_ufix_fast&)
281 DECL_ASN_OP_T(^=,const sc_ufix&)
282 DECL_ASN_OP_T(^=,const sc_ufix_fast&)
291 const sc_fxval operator ++ ( int );
292 const sc_fxval operator -- ( int );
324 explicit sc_ufix_fast( const sc_fxcast_switch&,
327 const sc_fxcast_switch&,
330 const sc_fxcast_switch&,
333 const sc_fxcast_switch&,
336 const sc_fxcast_switch&,
339 const sc_fxcast_switch&,
341 explicit sc_ufix_fast( const sc_fxtype_params&,
343 sc_ufix_fast( const sc_fxtype_params&,
344 const sc_fxcast_switch&,
364 const sc_fxcast_switch&, \
368 const sc_fxcast_switch&, \
372 const sc_fxcast_switch&, \
376 const sc_fxcast_switch&, \
380 const sc_fxcast_switch&, \
384 const sc_fxcast_switch&, \
387 const sc_fxtype_params&, \
390 const sc_fxtype_params&, \
391 const sc_fxcast_switch&, \
410 DECL_CTORS_T_A(const char*)
411 DECL_CTORS_T_A(const sc_fxval&)
412 DECL_CTORS_T_A(const sc_fxval_fast&)
413 DECL_CTORS_T_A(const sc_fxnum&)
414 DECL_CTORS_T_A(const sc_fxnum_fast&)
418 DECL_CTORS_T_B(const sc_int_base&)
419 DECL_CTORS_T_B(const sc_uint_base&)
420 DECL_CTORS_T_B(const sc_signed&)
421 DECL_CTORS_T_B(const sc_unsigned&)
430 sc_ufix_fast( const sc_ufix_fast& );
435 const sc_ufix_fast operator ~ () const;
440 friend void b_not( sc_ufix_fast&, const sc_ufix_fast& );
445 friend const sc_ufix_fast operator & ( const sc_ufix_fast&,
446 const sc_ufix_fast& );
447 friend const sc_ufix_fast operator ^ ( const sc_ufix_fast&,
448 const sc_ufix_fast& );
449 friend const sc_ufix_fast operator | ( const sc_ufix_fast&,
450 const sc_ufix_fast& );
455 friend void b_and( sc_ufix_fast&, const sc_ufix_fast&,
456 const sc_ufix_fast& );
457 friend void b_or ( sc_ufix_fast&, const sc_ufix_fast&,
458 const sc_ufix_fast& );
459 friend void b_xor( sc_ufix_fast&, const sc_ufix_fast&,
460 const sc_ufix_fast& );
465 sc_ufix_fast& operator = ( const sc_ufix_fast& );
474 DECL_ASN_OP_T(op,const sc_int_base&) \
475 DECL_ASN_OP_T(op,const sc_uint_base&) \
476 DECL_ASN_OP_T(op,const sc_signed&) \
477 DECL_ASN_OP_T(op,const sc_unsigned&)
489 DECL_ASN_OP_T(op,const char*) \
490 DECL_ASN_OP_T(op,const sc_fxval&) \
491 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
492 DECL_ASN_OP_T(op,const sc_fxnum&) \
493 DECL_ASN_OP_T(op,const sc_fxnum_fast&) \
506 DECL_ASN_OP_T(&=,const sc_ufix&)
507 DECL_ASN_OP_T(&=,const sc_ufix_fast&)
508 DECL_ASN_OP_T(|=,const sc_ufix&)
509 DECL_ASN_OP_T(|=,const sc_ufix_fast&)
510 DECL_ASN_OP_T(^=,const sc_ufix&)
511 DECL_ASN_OP_T(^=,const sc_ufix_fast&)
520 const sc_fxval_fast operator ++ ( int );
521 const sc_fxval_fast operator -- ( int );
593 sc_ufix::sc_ufix( const sc_fxcast_switch& cast_sw,
603 const sc_fxcast_switch& cast_sw,
613 const sc_fxcast_switch& cast_sw,
623 const sc_fxcast_switch& cast_sw,
633 const sc_fxcast_switch& cast_sw,
643 const sc_fxcast_switch& cast_sw,
652 sc_ufix::sc_ufix( const sc_fxtype_params& type_params,
661 sc_ufix::sc_ufix( const sc_fxtype_params& type_params,
662 const sc_fxcast_switch& cast_sw,
738 const sc_fxcast_switch& cast_sw, \
750 const sc_fxcast_switch& cast_sw, \
762 const sc_fxcast_switch& cast_sw, \
774 const sc_fxcast_switch& cast_sw, \
786 const sc_fxcast_switch& cast_sw, \
798 const sc_fxcast_switch& cast_sw, \
809 const sc_fxtype_params& type_params, \
820 const sc_fxtype_params& type_params, \
821 const sc_fxcast_switch& cast_sw, \
898 const sc_fxcast_switch& cast_sw, \
910 const sc_fxcast_switch& cast_sw, \
922 const sc_fxcast_switch& cast_sw, \
934 const sc_fxcast_switch& cast_sw, \
946 const sc_fxcast_switch& cast_sw, \
958 const sc_fxcast_switch& cast_sw, \
969 const sc_fxtype_params& type_params, \
980 const sc_fxtype_params& type_params, \
981 const sc_fxcast_switch& cast_sw, \
996 DEFN_CTORS_T_A(const char*)
997 DEFN_CTORS_T_A(const sc_fxval&)
998 DEFN_CTORS_T_A(const sc_fxval_fast&)
999 DEFN_CTORS_T_B(const sc_fxnum&)
1000 DEFN_CTORS_T_B(const sc_fxnum_fast&)
1004 DEFN_CTORS_T_A(const sc_int_base&)
1005 DEFN_CTORS_T_A(const sc_uint_base&)
1006 DEFN_CTORS_T_A(const sc_signed&)
1007 DEFN_CTORS_T_A(const sc_unsigned&)
1016 sc_ufix::sc_ufix( const sc_ufix& a )
1028 const sc_ufix
1029 sc_ufix::operator ~ () const
1045 b_not( sc_ufix& c, const sc_ufix& a )
1060 const sc_ufix \
1061 operator op ( const tp1& a, const tp2& b ) \
1095 fnc ( sc_ufix& c, const tp1& a, const tp2& b ) \
1125 sc_ufix::operator = ( const sc_ufix& a )
1144 DEFN_ASN_OP_T(op,const sc_int_base&) \
1145 DEFN_ASN_OP_T(op,const sc_uint_base&) \
1146 DEFN_ASN_OP_T(op,const sc_signed&) \
1147 DEFN_ASN_OP_T(op,const sc_unsigned&)
1159 DEFN_ASN_OP_T(op,const char*) \
1160 DEFN_ASN_OP_T(op,const sc_fxval&) \
1161 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
1162 DEFN_ASN_OP_T(op,const sc_fxnum&) \
1163 DEFN_ASN_OP_T(op,const sc_fxnum_fast&) \
1184 sc_ufix::operator op ( const tp& b ) \
1209 const sc_fxval
1216 const sc_fxval
1302 sc_ufix_fast::sc_ufix_fast( const sc_fxcast_switch& cast_sw,
1312 const sc_fxcast_switch& cast_sw,
1322 const sc_fxcast_switch& cast_sw,
1332 const sc_fxcast_switch& cast_sw,
1342 const sc_fxcast_switch& cast_sw,
1353 const sc_fxcast_switch& cast_sw,
1362 sc_ufix_fast::sc_ufix_fast( const sc_fxtype_params& type_params,
1371 sc_ufix_fast::sc_ufix_fast( const sc_fxtype_params& type_params,
1372 const sc_fxcast_switch& cast_sw,
1449 const sc_fxcast_switch& cast_sw, \
1461 const sc_fxcast_switch& cast_sw, \
1473 const sc_fxcast_switch& cast_sw, \
1485 const sc_fxcast_switch& cast_sw, \
1497 const sc_fxcast_switch& cast_sw, \
1510 const sc_fxcast_switch& cast_sw, \
1521 const sc_fxtype_params& type_params, \
1532 const sc_fxtype_params& type_params, \
1533 const sc_fxcast_switch& cast_sw, \
1611 const sc_fxcast_switch& cast_sw, \
1623 const sc_fxcast_switch& cast_sw, \
1635 const sc_fxcast_switch& cast_sw, \
1647 const sc_fxcast_switch& cast_sw, \
1659 const sc_fxcast_switch& cast_sw, \
1672 const sc_fxcast_switch& cast_sw, \
1683 const sc_fxtype_params& type_params, \
1694 const sc_fxtype_params& type_params, \
1695 const sc_fxcast_switch& cast_sw, \
1710 DEFN_CTORS_T_A(const char*)
1711 DEFN_CTORS_T_A(const sc_fxval&)
1712 DEFN_CTORS_T_A(const sc_fxval_fast&)
1713 DEFN_CTORS_T_B(const sc_fxnum&)
1714 DEFN_CTORS_T_B(const sc_fxnum_fast&)
1718 DEFN_CTORS_T_A(const sc_int_base&)
1719 DEFN_CTORS_T_A(const sc_uint_base&)
1720 DEFN_CTORS_T_A(const sc_signed&)
1721 DEFN_CTORS_T_A(const sc_unsigned&)
1730 sc_ufix_fast::sc_ufix_fast( const sc_ufix_fast& a )
1742 const sc_ufix_fast
1743 sc_ufix_fast::operator ~ () const
1759 b_not( sc_ufix_fast& c, const sc_ufix_fast& a )
1774 const sc_ufix_fast \
1775 operator op ( const tp1& a, const tp2& b ) \
1801 fnc ( sc_ufix_fast& c, const tp1& a, const tp2& b ) \
1823 sc_ufix_fast::operator = ( const sc_ufix_fast& a )
1842 DEFN_ASN_OP_T(op,const sc_int_base&) \
1843 DEFN_ASN_OP_T(op,const sc_uint_base&) \
1844 DEFN_ASN_OP_T(op,const sc_signed&) \
1845 DEFN_ASN_OP_T(op,const sc_unsigned&)
1857 DEFN_ASN_OP_T(op,const char*) \
1858 DEFN_ASN_OP_T(op,const sc_fxval&) \
1859 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
1860 DEFN_ASN_OP_T(op,const sc_fxnum&) \
1861 DEFN_ASN_OP_T(op,const sc_fxnum_fast&) \
1882 sc_ufix_fast::operator op ( const tp& b ) \
1907 const sc_fxval_fast
1914 const sc_fxval_fast