87 template<
int W = SC_MAX_NBITS >
117 { a->to_sc_signed(*
this); }
210 { a->to_sc_signed(*
this);
return *
this;}
Base class for the fixed-point types; limited precision.
sc_bigint(const sc_bigint< W > &v)
Fixed-point value types; limited precision.
Arbitrary precision signed arithmetic.
Arbitrary precision signed number.
sc_bigint(const sc_lv_base &v)
Arbitrary precision unsigned number.
Base class for the fixed-point types; arbitrary precision.
Arbitrary size signed integer type.
sc_bigint(const sc_signed_subref &v)
Fixed-point value type; arbitrary precision.
Arbitrary size logic vector base class.
Proxy class for sc_unsigned part selection (r-value and l-value).
Arbitrary precision unsigned arithmetic.
Proxy class for sc_signed part selection (r-value and l-value).
sc_bigint(const sc_signed &v)
Proxy class for user-defined value classes and other classes that.
sc_bigint(const sc_unsigned_subref &v)
sc_bigint(const sc_unsigned &v)
sc_bigint(unsigned int v)
sc_bigint< W > & operator=(const sc_bigint< W > &v)
sc_bigint(unsigned long v)
const sc_signed & operator=(const sc_signed &v)
Arbitrary size bit vector base class.
sc_bigint(const sc_generic_base< T > &a)
sc_bigint(const sc_bv_base &v)
sc_signed(int nb=sc_length_param().len())