76template <
int W>
class sc_uint;
127 {
assign( a->to_uint64() ); }
153 explicit sc_uint(
const sc_fxval_fast& a )
157 explicit sc_uint(
const sc_fxnum& a )
161 explicit sc_uint(
const sc_fxnum_fast& a )
210 {
assign( a );
return *
this; }
213 {
assign( a );
return *
this; }
220 {
assign( a->to_uint64() );
return *
this; }
247 sc_uint<W>&
operator = (
const sc_fxval_fast& a )
253 sc_uint<W>&
operator = (
const sc_fxnum_fast& a )
268 {
assign( a );
return *
this; }
271 {
assign( a );
return *
this; }
274 {
assign( a );
return *
this; }
277 {
assign( a );
return *
this; }
280 {
assign( a );
return *
this; }
329 {
return sc_uint<W>( sc_uint_base::operator ++ ( 0 ) ); }
335 {
return sc_uint<W>( sc_uint_base::operator -- ( 0 ) ); }
sc_uint< W > & operator/=(uint_type v)
sc_uint< W > & operator&=(uint_type v)
sc_uint(const sc_uint_subref_r &a)
sc_uint< W > & operator%=(uint_type v)
sc_uint(const sc_signed &a)
sc_uint< W > & operator--()
sc_uint< W > & operator*=(uint_type v)
sc_uint(const sc_generic_base< T > &a)
sc_uint(const sc_bv_base &a)
sc_uint(const sc_uint_base &a)
sc_uint< W > & operator|=(uint_type v)
sc_uint< W > & operator^=(uint_type v)
sc_uint< W > & operator-=(uint_type v)
sc_uint(const sc_uint< W > &a)
void assign(uint_type value)
sc_uint< W > & operator+=(uint_type v)
sc_uint< W > & operator>>=(uint_type v)
sc_uint(const sc_bigint< WO > &a)
sc_uint(const sc_lv_base &a)
sc_uint< W > & operator=(uint_type v)
sc_uint(const sc_unsigned &a)
sc_uint(const sc_biguint< WO > &a)
sc_uint< W > & operator<<=(uint_type v)
sc_uint< W > & operator++()
sc_uint_base & operator++()
sc_uint_base & operator>>=(uint_type v)
sc_uint_base & operator/=(uint_type v)
sc_uint_base(int w=sc_length_param().len())
sc_uint_base & operator=(uint_type v)
sc_uint_base & operator%=(uint_type v)
sc_uint_base & operator<<=(uint_type v)
sc_uint_base & operator^=(uint_type v)
sc_uint_base & operator+=(uint_type v)
sc_uint_base & operator*=(uint_type v)
sc_uint_base & operator--()
sc_uint_base & operator|=(uint_type v)
sc_uint_base & operator-=(uint_type v)
sc_uint_base & operator&=(uint_type v)