#include <sysc/datatypes/int/sc_unsigned.h>


Public Member Functions | |
| sc_unsigned_subref (const sc_unsigned_subref &a) | |
| const sc_unsigned_subref & | operator= (const sc_unsigned_subref_r &a) |
| const sc_unsigned_subref & | operator= (const sc_unsigned_subref &a) |
| const sc_unsigned_subref & | operator= (const sc_unsigned &a) |
| template<class T> | |
| const sc_unsigned_subref & | operator= (const sc_generic_base< T > &a) |
| const sc_unsigned_subref & | operator= (const sc_signed_subref_r &a) |
| const sc_unsigned_subref & | operator= (const sc_signed &a) |
| const sc_unsigned_subref & | operator= (const char *a) |
| const sc_unsigned_subref & | operator= (unsigned long a) |
| const sc_unsigned_subref & | operator= (long a) |
| const sc_unsigned_subref & | operator= (unsigned int a) |
| const sc_unsigned_subref & | operator= (int a) |
| const sc_unsigned_subref & | operator= (uint64 a) |
| const sc_unsigned_subref & | operator= (int64 a) |
| const sc_unsigned_subref & | operator= (double a) |
| const sc_unsigned_subref & | operator= (const sc_int_base &a) |
| const sc_unsigned_subref & | operator= (const sc_uint_base &a) |
| virtual void | concat_set (int64 src, int low_i) |
| virtual void | concat_set (const sc_signed &src, int low_i) |
| virtual void | concat_set (const sc_unsigned &src, int low_i) |
| virtual void | concat_set (uint64 src, int low_i) |
| void | scan (::std::istream &is=::std::cin) |
| int | length () const |
| operator sc_unsigned () const | |
| int | to_int () const |
| unsigned int | to_uint () const |
| long | to_long () const |
| unsigned long | to_ulong () const |
| int64 | to_int64 () const |
| uint64 | to_uint64 () const |
| double | to_double () const |
| const std::string | to_string (sc_numrep numrep=SC_DEC) const |
| const std::string | to_string (sc_numrep numrep, bool w_prefix) const |
| virtual int | concat_length (bool *xz_present_p) const |
| virtual uint64 | concat_get_uint64 () const |
| virtual bool | concat_get_ctrl (sc_digit *dst_p, int low_i) const |
| virtual bool | concat_get_data (sc_digit *dst_p, int low_i) const |
| bool | and_reduce () const |
| bool | nand_reduce () const |
| bool | or_reduce () const |
| bool | nor_reduce () const |
| bool | xor_reduce () const |
| bool | xnor_reduce () const |
| void | print (::std::ostream &os=::std::cout) const |
Protected Member Functions | |
| sc_unsigned_subref () | |
| void | initialize (const sc_unsigned *obj_p, int left_, int right_) |
Protected Attributes | |
| int | m_left |
| sc_unsigned * | m_obj_p |
| int | m_right |
Static Protected Attributes | |
| static sc_core::sc_vpool < sc_unsigned_subref > | m_pool |
Friends | |
| class | sc_unsigned |
| class | sc_core::sc_vpool< sc_unsigned_subref > |
Definition at line 895 of file sc_unsigned.h.
| sc_dt::sc_unsigned_subref::sc_unsigned_subref | ( | ) | [inline, protected] |
Definition at line 905 of file sc_unsigned.h.
| sc_dt::sc_unsigned_subref::sc_unsigned_subref | ( | const sc_unsigned_subref & | a | ) | [inline] |
Definition at line 912 of file sc_unsigned.h.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_unsigned_subref_r & | a | ) |
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_unsigned_subref & | a | ) |
Definition at line 6189 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_unsigned & | a | ) |
Definition at line 6198 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_generic_base< T > & | a | ) | [inline] |
Definition at line 2022 of file sc_unsigned.h.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_signed_subref_r & | a | ) |
Definition at line 6208 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_signed & | a | ) |
Definition at line 6214 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const char * | a | ) | [inline] |
Definition at line 2108 of file sc_unsigned.h.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | unsigned long | a | ) |
Definition at line 6224 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | long | a | ) |
Definition at line 6234 of file sc_unsigned.cpp.
| const sc_unsigned_subref& sc_dt::sc_unsigned_subref::operator= | ( | unsigned int | a | ) | [inline] |
Definition at line 931 of file sc_unsigned.h.
| const sc_unsigned_subref& sc_dt::sc_unsigned_subref::operator= | ( | int | a | ) | [inline] |
Definition at line 934 of file sc_unsigned.h.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | uint64 | a | ) |
Definition at line 6245 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | int64 | a | ) |
Definition at line 6255 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | double | a | ) |
Definition at line 6266 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_int_base & | a | ) |
Definition at line 6322 of file sc_unsigned.cpp.
| const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_uint_base & | a | ) |
Definition at line 6328 of file sc_unsigned.cpp.
| void sc_dt::sc_unsigned_subref::concat_set | ( | int64 | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_unsigned_subref::concat_set | ( | const sc_signed & | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_unsigned_subref::concat_set | ( | const sc_unsigned & | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_unsigned_subref::concat_set | ( | uint64 | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_unsigned_subref::scan | ( | ::std::istream & | is = ::std::cin |
) |
Definition at line 6423 of file sc_unsigned.cpp.
| void sc_dt::sc_unsigned_subref_r::initialize | ( | const sc_unsigned * | obj_p, | |
| int | left_, | |||
| int | right_ | |||
| ) | [inline, protected, inherited] |
Definition at line 795 of file sc_unsigned.h.
| int sc_dt::sc_unsigned_subref_r::length | ( | ) | const [inline, inherited] |
Definition at line 819 of file sc_unsigned.h.
| sc_dt::sc_unsigned_subref_r::operator sc_unsigned | ( | ) | const [inherited] |
Definition at line 6097 of file sc_unsigned.cpp.
| int sc_dt::sc_unsigned_subref_r::to_int | ( | ) | const [inherited] |
Definition at line 6106 of file sc_unsigned.cpp.
| unsigned int sc_dt::sc_unsigned_subref_r::to_uint | ( | ) | const [inherited] |
Definition at line 6113 of file sc_unsigned.cpp.
| long sc_dt::sc_unsigned_subref_r::to_long | ( | ) | const [inherited] |
Definition at line 6120 of file sc_unsigned.cpp.
| unsigned long sc_dt::sc_unsigned_subref_r::to_ulong | ( | ) | const [inherited] |
Definition at line 6127 of file sc_unsigned.cpp.
| int64 sc_dt::sc_unsigned_subref_r::to_int64 | ( | ) | const [inherited] |
Definition at line 6134 of file sc_unsigned.cpp.
| uint64 sc_dt::sc_unsigned_subref_r::to_uint64 | ( | ) | const [inherited] |
Definition at line 6141 of file sc_unsigned.cpp.
| double sc_dt::sc_unsigned_subref_r::to_double | ( | ) | const [inherited] |
Definition at line 6148 of file sc_unsigned.cpp.
| const std::string sc_dt::sc_unsigned_subref_r::to_string | ( | sc_numrep | numrep = SC_DEC |
) | const [inherited] |
Definition at line 6158 of file sc_unsigned.cpp.
| const std::string sc_dt::sc_unsigned_subref_r::to_string | ( | sc_numrep | numrep, | |
| bool | w_prefix | |||
| ) | const [inherited] |
Definition at line 6166 of file sc_unsigned.cpp.
| virtual int sc_dt::sc_unsigned_subref_r::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual, inherited] |
| uint64 sc_dt::sc_unsigned_subref_r::concat_get_uint64 | ( | ) | const [virtual, inherited] |
| bool sc_dt::sc_unsigned_subref_r::concat_get_ctrl | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [virtual, inherited] |
| bool sc_dt::sc_unsigned_subref_r::concat_get_data | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [virtual, inherited] |
| bool sc_dt::sc_unsigned_subref_r::and_reduce | ( | ) | const [inline, inherited] |
Definition at line 2047 of file sc_unsigned.h.
| bool sc_dt::sc_unsigned_subref_r::nand_reduce | ( | ) | const [inline, inherited] |
Definition at line 2055 of file sc_unsigned.h.
| bool sc_dt::sc_unsigned_subref_r::or_reduce | ( | ) | const [inline, inherited] |
Definition at line 2060 of file sc_unsigned.h.
| bool sc_dt::sc_unsigned_subref_r::nor_reduce | ( | ) | const [inline, inherited] |
Definition at line 2068 of file sc_unsigned.h.
| bool sc_dt::sc_unsigned_subref_r::xor_reduce | ( | ) | const [inline, inherited] |
Definition at line 2073 of file sc_unsigned.h.
| bool sc_dt::sc_unsigned_subref_r::xnor_reduce | ( | ) | const [inline, inherited] |
Definition at line 2083 of file sc_unsigned.h.
| void sc_dt::sc_unsigned_subref_r::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline, inherited] |
Definition at line 867 of file sc_unsigned.h.
friend class sc_unsigned [friend] |
friend class sc_core::sc_vpool< sc_unsigned_subref > [friend] |
Definition at line 899 of file sc_unsigned.h.
sc_core::sc_vpool< sc_unsigned_subref > sc_dt::sc_unsigned_subref::m_pool [static, protected] |
Definition at line 955 of file sc_unsigned.h.
int sc_dt::sc_unsigned_subref_r::m_left [protected, inherited] |
Definition at line 872 of file sc_unsigned.h.
sc_unsigned* sc_dt::sc_unsigned_subref_r::m_obj_p [protected, inherited] |
Definition at line 873 of file sc_unsigned.h.
int sc_dt::sc_unsigned_subref_r::m_right [protected, inherited] |
Definition at line 874 of file sc_unsigned.h.
1.5.5