73template <
int W>
class sc_int;
124 {
assign( a->to_uint64() ); }
150 explicit sc_int(
const sc_fxval_fast& a )
154 explicit sc_int(
const sc_fxnum& a )
158 explicit sc_int(
const sc_fxnum_fast& a )
204 {
assign( v );
return *
this; }
207 {
assign( a );
return *
this; }
210 {
assign( a );
return *
this; }
217 {
assign( a->to_uint64() );
return *
this; }
242 sc_int<W>&
operator = (
const sc_fxval_fast& a )
248 sc_int<W>&
operator = (
const sc_fxnum_fast& a )
263 {
assign( a );
return *
this; }
266 {
assign( a );
return *
this; }
269 {
assign( a );
return *
this; }
272 {
assign( a );
return *
this; }
275 {
assign( a );
return *
this; }
324 {
return sc_int<W>( sc_int_base::operator ++ ( 0 ) ); }
330 {
return sc_int<W>( sc_int_base::operator -- ( 0 ) ); }
unsigned long long uint64
constexpr uint64 UINT64_ZERO
constexpr uint64 UINT_ZERO
sc_int(const sc_int< W > &a)
sc_int(const sc_lv_base &a)
sc_int(const sc_bv_base &a)
sc_int< W > & operator&=(int_type v)
sc_int< W > & operator<<=(int_type v)
sc_int< W > & operator=(int_type v)
sc_int< W > & operator/=(int_type v)
sc_int< W > & operator^=(int_type v)
sc_int< W > & operator--()
sc_int< W > & operator+=(int_type v)
sc_int< W > & operator++()
sc_int< W > & operator|=(int_type v)
sc_int(const sc_biguint< WO > &a)
sc_int< W > & operator-=(int_type v)
sc_int(const sc_signed &a)
sc_int(const sc_int_base &a)
sc_int(const sc_int_subref_r &a)
sc_int(const sc_generic_base< T > &a)
sc_int(const sc_unsigned &a)
void assign(uint_type value)
sc_int(const sc_bigint< WO > &a)
sc_int< W > & operator>>=(int_type v)
sc_int< W > & operator%=(int_type v)
sc_int< W > & operator*=(int_type v)
sc_int_base & operator+=(int_type v)
sc_int_base & operator|=(int_type v)
sc_int_base & operator=(int_type v)
sc_int_base & operator>>=(int_type v)
sc_int_base & operator-=(int_type v)
sc_int_base & operator/=(int_type v)
sc_int_base & operator++()
sc_int_base & operator%=(int_type v)
sc_int_base & operator&=(int_type v)
sc_int_base & operator<<=(int_type v)
sc_int_base & operator*=(int_type v)
sc_int_base(int w=sc_length_param().len())
sc_int_base & operator^=(int_type v)
sc_int_base & operator--()