Lines Matching defs:const

89     explicit sc_fix( 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_fix( const sc_fxtype_params&,
108 sc_fix( 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_fix( const sc_fix& );
200 const sc_fix operator ~ () const;
205 friend void b_not( sc_fix&, const sc_fix& );
210 friend const sc_fix operator & ( const sc_fix&, const sc_fix& );
211 friend const sc_fix operator & ( const sc_fix&, const sc_fix_fast& );
212 friend const sc_fix operator & ( const sc_fix_fast&, const sc_fix& );
213 friend const sc_fix operator | ( const sc_fix&, const sc_fix& );
214 friend const sc_fix operator | ( const sc_fix&, const sc_fix_fast& );
215 friend const sc_fix operator | ( const sc_fix_fast&, const sc_fix& );
216 friend const sc_fix operator ^ ( const sc_fix&, const sc_fix& );
217 friend const sc_fix operator ^ ( const sc_fix&, const sc_fix_fast& );
218 friend const sc_fix operator ^ ( const sc_fix_fast&, const sc_fix& );
223 friend void b_and( sc_fix&, const sc_fix&, const sc_fix& );
224 friend void b_and( sc_fix&, const sc_fix&, const sc_fix_fast& );
225 friend void b_and( sc_fix&, const sc_fix_fast&, const sc_fix& );
226 friend void b_or ( sc_fix&, const sc_fix&, const sc_fix& );
227 friend void b_or ( sc_fix&, const sc_fix&, const sc_fix_fast& );
228 friend void b_or ( sc_fix&, const sc_fix_fast&, const sc_fix& );
229 friend void b_xor( sc_fix&, const sc_fix&, const sc_fix& );
230 friend void b_xor( sc_fix&, const sc_fix&, const sc_fix_fast& );
231 friend void b_xor( sc_fix&, const sc_fix_fast&, const sc_fix& );
236 sc_fix& operator = ( const sc_fix& );
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_fix&)
278 DECL_ASN_OP_T(&=,const sc_fix_fast&)
279 DECL_ASN_OP_T(|=,const sc_fix&)
280 DECL_ASN_OP_T(|=,const sc_fix_fast&)
281 DECL_ASN_OP_T(^=,const sc_fix&)
282 DECL_ASN_OP_T(^=,const sc_fix_fast&)
291 const sc_fxval operator ++ ( int );
292 const sc_fxval operator -- ( int );
324 explicit sc_fix_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_fix_fast( const sc_fxtype_params&,
343 sc_fix_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_fix_fast( const sc_fix_fast& );
435 const sc_fix_fast operator ~ () const;
440 friend void b_not( sc_fix_fast&, const sc_fix_fast& );
445 friend const sc_fix_fast operator & ( const sc_fix_fast&,
446 const sc_fix_fast& );
447 friend const sc_fix_fast operator ^ ( const sc_fix_fast&,
448 const sc_fix_fast& );
449 friend const sc_fix_fast operator | ( const sc_fix_fast&,
450 const sc_fix_fast& );
455 friend void b_and( sc_fix_fast&, const sc_fix_fast&, const sc_fix_fast& );
456 friend void b_or ( sc_fix_fast&, const sc_fix_fast&, const sc_fix_fast& );
457 friend void b_xor( sc_fix_fast&, const sc_fix_fast&, const sc_fix_fast& );
462 sc_fix_fast& operator = ( const sc_fix_fast& );
471 DECL_ASN_OP_T(op,const sc_int_base&) \
472 DECL_ASN_OP_T(op,const sc_uint_base&) \
473 DECL_ASN_OP_T(op,const sc_signed&) \
474 DECL_ASN_OP_T(op,const sc_unsigned&)
486 DECL_ASN_OP_T(op,const char*) \
487 DECL_ASN_OP_T(op,const sc_fxval&) \
488 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
489 DECL_ASN_OP_T(op,const sc_fxnum&) \
490 DECL_ASN_OP_T(op,const sc_fxnum_fast&) \
503 DECL_ASN_OP_T(&=,const sc_fix&)
504 DECL_ASN_OP_T(&=,const sc_fix_fast&)
505 DECL_ASN_OP_T(|=,const sc_fix&)
506 DECL_ASN_OP_T(|=,const sc_fix_fast&)
507 DECL_ASN_OP_T(^=,const sc_fix&)
508 DECL_ASN_OP_T(^=,const sc_fix_fast&)
517 const sc_fxval_fast operator ++ ( int );
518 const sc_fxval_fast operator -- ( int );
590 sc_fix::sc_fix( const sc_fxcast_switch& cast_sw,
600 const sc_fxcast_switch& cast_sw,
610 const sc_fxcast_switch& cast_sw,
620 const sc_fxcast_switch& cast_sw,
630 const sc_fxcast_switch& cast_sw,
640 const sc_fxcast_switch& cast_sw,
649 sc_fix::sc_fix( const sc_fxtype_params& type_params,
658 sc_fix::sc_fix( const sc_fxtype_params& type_params,
659 const sc_fxcast_switch& cast_sw,
735 const sc_fxcast_switch& cast_sw, \
747 const sc_fxcast_switch& cast_sw, \
759 const sc_fxcast_switch& cast_sw, \
771 const sc_fxcast_switch& cast_sw, \
783 const sc_fxcast_switch& cast_sw, \
795 const sc_fxcast_switch& cast_sw, \
806 const sc_fxtype_params& type_params, \
817 const sc_fxtype_params& type_params, \
818 const sc_fxcast_switch& cast_sw, \
895 const sc_fxcast_switch& cast_sw, \
907 const sc_fxcast_switch& cast_sw, \
919 const sc_fxcast_switch& cast_sw, \
931 const sc_fxcast_switch& cast_sw, \
943 const sc_fxcast_switch& cast_sw, \
955 const sc_fxcast_switch& cast_sw, \
966 const sc_fxtype_params& type_params, \
977 const sc_fxtype_params& type_params, \
978 const sc_fxcast_switch& cast_sw, \
993 DEFN_CTORS_T_A(const char*)
994 DEFN_CTORS_T_A(const sc_fxval&)
995 DEFN_CTORS_T_A(const sc_fxval_fast&)
996 DEFN_CTORS_T_B(const sc_fxnum&)
997 DEFN_CTORS_T_B(const sc_fxnum_fast&)
1001 DEFN_CTORS_T_A(const sc_int_base&)
1002 DEFN_CTORS_T_A(const sc_uint_base&)
1003 DEFN_CTORS_T_A(const sc_signed&)
1004 DEFN_CTORS_T_A(const sc_unsigned&)
1013 sc_fix::sc_fix( const sc_fix& a )
1025 const sc_fix
1026 sc_fix::operator ~ () const
1042 b_not( sc_fix& c, const sc_fix& a )
1057 const sc_fix \
1058 operator op ( const tp1& a, const tp2& b ) \
1092 fnc ( sc_fix& c, const tp1& a, const tp2& b ) \
1122 sc_fix::operator = ( const sc_fix& a )
1141 DEFN_ASN_OP_T(op,const sc_int_base&) \
1142 DEFN_ASN_OP_T(op,const sc_uint_base&) \
1143 DEFN_ASN_OP_T(op,const sc_signed&) \
1144 DEFN_ASN_OP_T(op,const sc_unsigned&)
1156 DEFN_ASN_OP_T(op,const char*) \
1157 DEFN_ASN_OP_T(op,const sc_fxval&) \
1158 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
1159 DEFN_ASN_OP_T(op,const sc_fxnum&) \
1160 DEFN_ASN_OP_T(op,const sc_fxnum_fast&) \
1181 sc_fix::operator op ( const tp& b ) \
1206 const sc_fxval
1213 const sc_fxval
1299 sc_fix_fast::sc_fix_fast( const sc_fxcast_switch& cast_sw,
1309 const sc_fxcast_switch& cast_sw,
1319 const sc_fxcast_switch& cast_sw,
1329 const sc_fxcast_switch& cast_sw,
1339 const sc_fxcast_switch& cast_sw,
1350 const sc_fxcast_switch& cast_sw,
1359 sc_fix_fast::sc_fix_fast( const sc_fxtype_params& type_params,
1368 sc_fix_fast::sc_fix_fast( const sc_fxtype_params& type_params,
1369 const sc_fxcast_switch& cast_sw,
1446 const sc_fxcast_switch& cast_sw, \
1458 const sc_fxcast_switch& cast_sw, \
1470 const sc_fxcast_switch& cast_sw, \
1482 const sc_fxcast_switch& cast_sw, \
1494 const sc_fxcast_switch& cast_sw, \
1507 const sc_fxcast_switch& cast_sw, \
1518 const sc_fxtype_params& type_params, \
1529 const sc_fxtype_params& type_params, \
1530 const sc_fxcast_switch& cast_sw, \
1608 const sc_fxcast_switch& cast_sw, \
1620 const sc_fxcast_switch& cast_sw, \
1632 const sc_fxcast_switch& cast_sw, \
1644 const sc_fxcast_switch& cast_sw, \
1656 const sc_fxcast_switch& cast_sw, \
1669 const sc_fxcast_switch& cast_sw, \
1680 const sc_fxtype_params& type_params, \
1691 const sc_fxtype_params& type_params, \
1692 const sc_fxcast_switch& cast_sw, \
1707 DEFN_CTORS_T_A(const char*)
1708 DEFN_CTORS_T_A(const sc_fxval&)
1709 DEFN_CTORS_T_A(const sc_fxval_fast&)
1710 DEFN_CTORS_T_B(const sc_fxnum&)
1711 DEFN_CTORS_T_B(const sc_fxnum_fast&)
1715 DEFN_CTORS_T_A(const sc_int_base&)
1716 DEFN_CTORS_T_A(const sc_uint_base&)
1717 DEFN_CTORS_T_A(const sc_signed&)
1718 DEFN_CTORS_T_A(const sc_unsigned&)
1727 sc_fix_fast::sc_fix_fast( const sc_fix_fast& a )
1739 const sc_fix_fast
1740 sc_fix_fast::operator ~ () const
1756 b_not( sc_fix_fast& c, const sc_fix_fast& a )
1771 const sc_fix_fast \
1772 operator op ( const tp1& a, const tp2& b ) \
1798 fnc ( sc_fix_fast& c, const tp1& a, const tp2& b ) \
1820 sc_fix_fast::operator = ( const sc_fix_fast& a )
1839 DEFN_ASN_OP_T(op,const sc_int_base&) \
1840 DEFN_ASN_OP_T(op,const sc_uint_base&) \
1841 DEFN_ASN_OP_T(op,const sc_signed&) \
1842 DEFN_ASN_OP_T(op,const sc_unsigned&)
1854 DEFN_ASN_OP_T(op,const char*) \
1855 DEFN_ASN_OP_T(op,const sc_fxval&) \
1856 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
1857 DEFN_ASN_OP_T(op,const sc_fxnum&) \
1858 DEFN_ASN_OP_T(op,const sc_fxnum_fast&) \
1879 sc_fix_fast::operator op ( const tp& b ) \
1904 const sc_fxval_fast
1911 const sc_fxval_fast