SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
Typedefs | |
typedef sc_context < sc_fxcast_switch > | sc_fxcast_context |
typedef sc_context < sc_fxtype_params > | sc_fxtype_context |
typedef unsigned int | word |
typedef unsigned short | half_word |
typedef sc_context < sc_length_param > | sc_length_context |
typedef unsigned char | uchar |
typedef int | small_type |
typedef unsigned int | sc_digit |
typedef int64_t | int64 |
typedef uint64_t | uint64 |
typedef ::std::ios::fmtflags | fmtflags |
typedef int64 | int_type |
typedef uint64 | uint_type |
typedef ::std::istream | systemc_istream |
typedef ::std::ostream | systemc_ostream |
Enumerations | |
enum | sc_logic_value_t { Log_0 = 0, Log_1, Log_Z, Log_X } |
enum | sc_context_begin { SC_NOW, SC_LATER } |
enum | sc_enc { SC_TC_, SC_US_ } |
enum | sc_q_mode { SC_RND, SC_RND_ZERO, SC_RND_MIN_INF, SC_RND_INF, SC_RND_CONV, SC_TRN, SC_TRN_ZERO } |
enum | sc_o_mode { SC_SAT, SC_SAT_ZERO, SC_SAT_SYM, SC_WRAP, SC_WRAP_SM } |
enum | sc_switch { SC_OFF, SC_ON } |
enum | sc_fmt { SC_F, SC_E } |
enum | sc_numrep { SC_NOBASE = 0, SC_BIN = 2, SC_OCT = 8, SC_DEC = 10, SC_HEX = 16, SC_BIN_US, SC_BIN_SM, SC_OCT_US, SC_OCT_SM, SC_HEX_US, SC_HEX_SM, SC_CSD } |
Functions | |
void | sc_deprecated_sc_bit () |
bool | operator== (const sc_bit &a, const sc_bit &b) |
bool | operator!= (const sc_bit &a, const sc_bit &b) |
bool | equal (const sc_bit &a, const sc_bit &b) |
bool | not_equal (const sc_bit &a, const sc_bit &b) |
const sc_bit | operator~ (const sc_bit &a) |
const sc_bit | b_not (const sc_bit &a) |
void | b_not (sc_bit &r, const sc_bit &a) |
const sc_bit | operator& (const sc_bit &a, const sc_bit &b) |
const sc_bit | operator| (const sc_bit &a, const sc_bit &b) |
const sc_bit | operator^ (const sc_bit &a, const sc_bit &b) |
const sc_bit | b_and (const sc_bit &a, const sc_bit &b) |
const sc_bit | b_or (const sc_bit &a, const sc_bit &b) |
const sc_bit | b_xor (const sc_bit &a, const sc_bit &b) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_bit &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_bit &a) |
template<class T1 , class T2 > | |
const sc_logic | operator& (const sc_bitref_r< T1 > &a, const sc_bitref_r< T2 > &b) |
template<class T1 , class T2 > | |
const sc_logic | operator| (const sc_bitref_r< T1 > &a, const sc_bitref_r< T2 > &b) |
template<class T1 , class T2 > | |
const sc_logic | operator^ (const sc_bitref_r< T1 > &a, const sc_bitref_r< T2 > &b) |
template<class T1 , class T2 > | |
bool | operator== (const sc_bitref_r< T1 > &a, const sc_bitref_r< T2 > &b) |
template<class T1 , class T2 > | |
bool | operator!= (const sc_bitref_r< T1 > &a, const sc_bitref_r< T2 > &b) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_bitref_r< T2 > > | operator, (sc_bitref_r< T1 >, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_subref_r< T2 > > | operator, (sc_bitref_r< T1 >, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_concref_r< T2, T3 > > | operator, (sc_bitref_r< T1 >, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , T2 > | operator, (sc_bitref_r< T1 >, const sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | operator, (sc_bitref_r< T >, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (const char *, sc_bitref_r< T >) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | operator, (sc_bitref_r< T >, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (const sc_logic &, sc_bitref_r< T >) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | operator, (sc_bitref_r< T >, bool) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (bool, sc_bitref_r< T >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_bitref_r< T2 > > | concat (sc_bitref_r< T1 >, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_subref_r< T2 > > | concat (sc_bitref_r< T1 >, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_concref_r< T2, T3 > > | concat (sc_bitref_r< T1 >, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , T2 > | concat (sc_bitref_r< T1 >, const sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | concat (sc_bitref_r< T >, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (const char *, sc_bitref_r< T >) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | concat (sc_bitref_r< T >, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (const sc_logic &, sc_bitref_r< T >) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | concat (sc_bitref_r< T >, bool) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (bool, sc_bitref_r< T >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_bitref_r< T2 > > | operator, (sc_bitref_r< T1 >, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_bitref_r< T2 > > | operator, (sc_bitref< T1 >, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_subref_r< T2 > > | operator, (sc_bitref_r< T1 >, sc_subref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_subref_r< T2 > > | operator, (sc_bitref< T1 >, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_concref_r< T2, T3 > > | operator, (sc_bitref_r< T1 >, sc_concref< T2, T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_concref_r< T2, T3 > > | operator, (sc_bitref< T1 >, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , T2 > | operator, (sc_bitref< T1 >, const sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , T2 > | operator, (sc_bitref_r< T1 >, sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | operator, (sc_bitref< T >, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (const char *, sc_bitref< T >) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | operator, (sc_bitref< T >, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (const sc_logic &, sc_bitref< T >) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | operator, (sc_bitref< T >, bool) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (bool, sc_bitref< T >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_bitref_r< T2 > > | concat (sc_bitref_r< T1 >, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_bitref_r< T2 > > | concat (sc_bitref< T1 >, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_subref_r< T2 > > | concat (sc_bitref_r< T1 >, sc_subref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_subref_r< T2 > > | concat (sc_bitref< T1 >, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_concref_r< T2, T3 > > | concat (sc_bitref_r< T1 >, sc_concref< T2, T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_bitref_r< T1 > , sc_concref_r< T2, T3 > > | concat (sc_bitref< T1 >, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , T2 > | concat (sc_bitref< T1 >, const sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bitref_r< T1 > , T2 > | concat (sc_bitref_r< T1 >, sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | concat (sc_bitref< T >, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (const char *, sc_bitref< T >) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | concat (sc_bitref< T >, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (const sc_logic &, sc_bitref< T >) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_lv_base > | concat (sc_bitref< T >, bool) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (bool, sc_bitref< T >) |
template<class T1 , class T2 > | |
sc_concref< sc_bitref< T1 > , sc_bitref< T2 > > | operator, (sc_bitref< T1 >, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref< sc_bitref< T1 > , sc_subref< T2 > > | operator, (sc_bitref< T1 >, sc_subref< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_bitref< T1 > , sc_concref< T2, T3 > > | operator, (sc_bitref< T1 >, sc_concref< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref< sc_bitref< T1 >, T2 > | operator, (sc_bitref< T1 >, sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref< sc_bitref< T1 > , sc_bitref< T2 > > | concat (sc_bitref< T1 >, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref< sc_bitref< T1 > , sc_subref< T2 > > | concat (sc_bitref< T1 >, sc_subref< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_bitref< T1 > , sc_concref< T2, T3 > > | concat (sc_bitref< T1 >, sc_concref< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref< sc_bitref< T1 >, T2 > | concat (sc_bitref< T1 >, sc_proxy< T2 > &) |
template<class T > | |
::std::istream & | operator>> (::std::istream &, sc_bitref< T >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_bitref_r< T2 > > | operator, (sc_subref_r< T1 >, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_subref_r< T2 > > | operator, (sc_subref_r< T1 >, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_subref_r< T1 > , sc_concref_r< T2, T3 > > | operator, (sc_subref_r< T1 >, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , T2 > | operator, (sc_subref_r< T1 >, const sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_lv_base > | operator, (sc_subref_r< T >, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | operator, (const char *, sc_subref_r< T >) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_lv_base > | operator, (sc_subref_r< T >, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | operator, (const sc_logic &, sc_subref_r< T >) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_bv_base > | operator, (sc_subref_r< T >, bool) |
template<class T > | |
sc_concref_r< sc_bv_base, sc_subref_r< T > > | operator, (bool, sc_subref_r< T >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_bitref_r< T2 > > | concat (sc_subref_r< T1 >, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_subref_r< T2 > > | concat (sc_subref_r< T1 >, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_subref_r< T1 > , sc_concref_r< T2, T3 > > | concat (sc_subref_r< T1 >, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , T2 > | concat (sc_subref_r< T1 >, const sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_lv_base > | concat (sc_subref_r< T >, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | concat (const char *, sc_subref_r< T >) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_lv_base > | concat (sc_subref_r< T >, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | concat (const sc_logic &, sc_subref_r< T >) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_bv_base > | concat (sc_subref_r< T >, bool) |
template<class T > | |
sc_concref_r< sc_bv_base, sc_subref_r< T > > | concat (bool, sc_subref_r< T >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_bitref_r< T2 > > | operator, (sc_subref_r< T1 >, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_bitref_r< T2 > > | operator, (sc_subref< T1 >, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_subref_r< T2 > > | operator, (sc_subref_r< T1 >, sc_subref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_subref_r< T2 > > | operator, (sc_subref< T1 >, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_subref_r< T1 > , sc_concref_r< T2, T3 > > | operator, (sc_subref_r< T1 >, sc_concref< T2, T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_subref_r< T1 > , sc_concref_r< T2, T3 > > | operator, (sc_subref< T1 >, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , T2 > | operator, (sc_subref< T1 >, const sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , T2 > | operator, (sc_subref_r< T1 >, sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_lv_base > | operator, (sc_subref< T >, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | operator, (const char *, sc_subref< T >) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_lv_base > | operator, (sc_subref< T >, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | operator, (const sc_logic &, sc_subref< T >) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_bv_base > | operator, (sc_subref< T >, bool) |
template<class T > | |
sc_concref_r< sc_bv_base, sc_subref_r< T > > | operator, (bool, sc_subref< T >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_bitref_r< T2 > > | concat (sc_subref_r< T1 >, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_bitref_r< T2 > > | concat (sc_subref< T1 >, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_subref_r< T2 > > | concat (sc_subref_r< T1 >, sc_subref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , sc_subref_r< T2 > > | concat (sc_subref< T1 >, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_subref_r< T1 > , sc_concref_r< T2, T3 > > | concat (sc_subref_r< T1 >, sc_concref< T2, T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_subref_r< T1 > , sc_concref_r< T2, T3 > > | concat (sc_subref< T1 >, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , T2 > | concat (sc_subref< T1 >, const sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_subref_r< T1 > , T2 > | concat (sc_subref_r< T1 >, sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_lv_base > | concat (sc_subref< T >, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | concat (const char *, sc_subref< T >) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_lv_base > | concat (sc_subref< T >, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | concat (const sc_logic &, sc_subref< T >) |
template<class T > | |
sc_concref_r< sc_subref_r< T > , sc_bv_base > | concat (sc_subref< T >, bool) |
template<class T > | |
sc_concref_r< sc_bv_base, sc_subref_r< T > > | concat (bool, sc_subref< T >) |
template<class T1 , class T2 > | |
sc_concref< sc_subref< T1 > , sc_bitref< T2 > > | operator, (sc_subref< T1 >, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref< sc_subref< T1 > , sc_subref< T2 > > | operator, (sc_subref< T1 >, sc_subref< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_subref< T1 > , sc_concref< T2, T3 > > | operator, (sc_subref< T1 >, sc_concref< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref< sc_subref< T1 >, T2 > | operator, (sc_subref< T1 >, sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref< sc_subref< T1 > , sc_bitref< T2 > > | concat (sc_subref< T1 >, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref< sc_subref< T1 > , sc_subref< T2 > > | concat (sc_subref< T1 >, sc_subref< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_subref< T1 > , sc_concref< T2, T3 > > | concat (sc_subref< T1 >, sc_concref< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref< sc_subref< T1 >, T2 > | concat (sc_subref< T1 >, sc_proxy< T2 > &) |
template<class T > | |
inline::std::istream & | operator>> (::std::istream &, sc_subref< T >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | operator, (sc_concref_r< T1, T2 >, sc_bitref_r< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | operator, (sc_concref_r< T1, T2 >, sc_subref_r< T3 >) |
template<class T1 , class T2 , class T3 , class T4 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | operator, (sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | operator, (sc_concref_r< T1, T2 >, const sc_proxy< T3 > &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | operator, (sc_concref_r< T1, T2 >, const char *) |
template<class T1 , class T2 > | |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | operator, (const char *, sc_concref_r< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | operator, (sc_concref_r< T1, T2 >, const sc_logic &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | operator, (const sc_logic &, sc_concref_r< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > | operator, (sc_concref_r< T1, T2 >, bool) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > | operator, (bool, sc_concref_r< T1, T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | concat (sc_concref_r< T1, T2 >, sc_bitref_r< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | concat (sc_concref_r< T1, T2 >, sc_subref_r< T3 >) |
template<class T1 , class T2 , class T3 , class T4 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | concat (sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | concat (sc_concref_r< T1, T2 >, const sc_proxy< T3 > &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | concat (sc_concref_r< T1, T2 >, const char *) |
template<class T1 , class T2 > | |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | concat (const char *, sc_concref_r< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | concat (sc_concref_r< T1, T2 >, const sc_logic &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | concat (const sc_logic &, sc_concref_r< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > | concat (sc_concref_r< T1, T2 >, bool) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > | concat (bool, sc_concref_r< T1, T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | operator, (sc_concref_r< T1, T2 >, sc_bitref< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | operator, (sc_concref< T1, T2 >, sc_bitref_r< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | operator, (sc_concref_r< T1, T2 >, sc_subref< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | operator, (sc_concref< T1, T2 >, sc_subref_r< T3 >) |
template<class T1 , class T2 , class T3 , class T4 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | operator, (sc_concref_r< T1, T2 >, sc_concref< T3, T4 >) |
template<class T1 , class T2 , class T3 , class T4 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | operator, (sc_concref< T1, T2 >, sc_concref_r< T3, T4 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | operator, (sc_concref< T1, T2 >, const sc_proxy< T3 > &) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | operator, (sc_concref_r< T1, T2 >, sc_proxy< T3 > &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | operator, (sc_concref< T1, T2 >, const char *) |
template<class T1 , class T2 > | |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | operator, (const char *, sc_concref< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | operator, (sc_concref< T1, T2 >, const sc_logic &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | operator, (const sc_logic &, sc_concref< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > | operator, (sc_concref< T1, T2 >, bool) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > | operator, (bool, sc_concref< T1, T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | concat (sc_concref_r< T1, T2 >, sc_bitref< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | concat (sc_concref< T1, T2 >, sc_bitref_r< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | concat (sc_concref_r< T1, T2 >, sc_subref< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | concat (sc_concref< T1, T2 >, sc_subref_r< T3 >) |
template<class T1 , class T2 , class T3 , class T4 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | concat (sc_concref_r< T1, T2 >, sc_concref< T3, T4 >) |
template<class T1 , class T2 , class T3 , class T4 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | concat (sc_concref< T1, T2 >, sc_concref_r< T3, T4 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | concat (sc_concref< T1, T2 >, const sc_proxy< T3 > &) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | concat (sc_concref_r< T1, T2 >, sc_proxy< T3 > &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | concat (sc_concref< T1, T2 >, const char *) |
template<class T1 , class T2 > | |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | concat (const char *, sc_concref< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | concat (sc_concref< T1, T2 >, const sc_logic &) |
template<class T1 , class T2 > | |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | concat (const sc_logic &, sc_concref< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > | concat (sc_concref< T1, T2 >, bool) |
template<class T1 , class T2 > | |
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > | concat (bool, sc_concref< T1, T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_concref< T1, T2 > , sc_bitref< T3 > > | operator, (sc_concref< T1, T2 >, sc_bitref< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_concref< T1, T2 > , sc_subref< T3 > > | operator, (sc_concref< T1, T2 >, sc_subref< T3 >) |
template<class T1 , class T2 , class T3 , class T4 > | |
sc_concref< sc_concref< T1, T2 > , sc_concref< T3, T4 > > | operator, (sc_concref< T1, T2 >, sc_concref< T3, T4 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_concref< T1, T2 > , T3 > | operator, (sc_concref< T1, T2 >, sc_proxy< T3 > &) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_concref< T1, T2 > , sc_bitref< T3 > > | concat (sc_concref< T1, T2 >, sc_bitref< T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_concref< T1, T2 > , sc_subref< T3 > > | concat (sc_concref< T1, T2 >, sc_subref< T3 >) |
template<class T1 , class T2 , class T3 , class T4 > | |
sc_concref< sc_concref< T1, T2 > , sc_concref< T3, T4 > > | concat (sc_concref< T1, T2 >, sc_concref< T3, T4 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< sc_concref< T1, T2 > , T3 > | concat (sc_concref< T1, T2 >, sc_proxy< T3 > &) |
template<class T1 , class T2 > | |
inline::std::istream & | operator>> (::std::istream &, sc_concref< T1, T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_bitref_r < T2 > > | operator, (const sc_proxy< T1 > &, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_subref_r < T2 > > | operator, (const sc_proxy< T1 > &, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< T1, sc_concref_r < T2, T3 > > | operator, (const sc_proxy< T1 > &, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, T2 > | operator, (const sc_proxy< T1 > &, const sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< T, sc_lv_base > | operator, (const sc_proxy< T > &, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, T > | operator, (const char *, const sc_proxy< T > &) |
template<class T > | |
sc_concref_r< T, sc_lv_base > | operator, (const sc_proxy< T > &, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, T > | operator, (const sc_logic &, const sc_proxy< T > &) |
template<class T > | |
sc_concref_r< T, sc_bv_base > | operator, (const sc_proxy< T > &, bool) |
template<class T > | |
sc_concref_r< sc_bv_base, T > | operator, (bool, const sc_proxy< T > &) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_bitref_r < T2 > > | concat (const sc_proxy< T1 > &, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_subref_r < T2 > > | concat (const sc_proxy< T1 > &, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< T1, sc_concref_r < T2, T3 > > | concat (const sc_proxy< T1 > &, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, T2 > | concat (const sc_proxy< T1 > &, const sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< T, sc_lv_base > | concat (const sc_proxy< T > &, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, T > | concat (const char *, const sc_proxy< T > &) |
template<class T > | |
sc_concref_r< T, sc_lv_base > | concat (const sc_proxy< T > &, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, T > | concat (const sc_logic &, const sc_proxy< T > &) |
template<class T > | |
sc_concref_r< T, sc_bv_base > | concat (const sc_proxy< T > &, bool) |
template<class T > | |
sc_concref_r< sc_bv_base, T > | concat (bool, const sc_proxy< T > &) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_bitref_r < T2 > > | operator, (const sc_proxy< T1 > &, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_bitref_r < T2 > > | operator, (sc_proxy< T1 > &, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_subref_r < T2 > > | operator, (const sc_proxy< T1 > &, sc_subref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_subref_r < T2 > > | operator, (sc_proxy< T1 > &, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< T1, sc_concref_r < T2, T3 > > | operator, (const sc_proxy< T1 > &, sc_concref< T2, T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< T1, sc_concref_r < T2, T3 > > | operator, (sc_proxy< T1 > &, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, T2 > | operator, (const sc_proxy< T1 > &, sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref_r< T1, T2 > | operator, (sc_proxy< T1 > &, const sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< T, sc_lv_base > | operator, (sc_proxy< T > &, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, T > | operator, (const char *, sc_proxy< T > &) |
template<class T > | |
sc_concref_r< T, sc_lv_base > | operator, (sc_proxy< T > &, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, T > | operator, (const sc_logic &, sc_proxy< T > &) |
template<class T > | |
sc_concref_r< T, sc_bv_base > | operator, (sc_proxy< T > &, bool) |
template<class T > | |
sc_concref_r< sc_bv_base, T > | operator, (bool, sc_proxy< T > &) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_bitref_r < T2 > > | concat (const sc_proxy< T1 > &, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_bitref_r < T2 > > | concat (sc_proxy< T1 > &, sc_bitref_r< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_subref_r < T2 > > | concat (const sc_proxy< T1 > &, sc_subref< T2 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, sc_subref_r < T2 > > | concat (sc_proxy< T1 > &, sc_subref_r< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< T1, sc_concref_r < T2, T3 > > | concat (const sc_proxy< T1 > &, sc_concref< T2, T3 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref_r< T1, sc_concref_r < T2, T3 > > | concat (sc_proxy< T1 > &, sc_concref_r< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref_r< T1, T2 > | concat (const sc_proxy< T1 > &, sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref_r< T1, T2 > | concat (sc_proxy< T1 > &, const sc_proxy< T2 > &) |
template<class T > | |
sc_concref_r< T, sc_lv_base > | concat (sc_proxy< T > &, const char *) |
template<class T > | |
sc_concref_r< sc_lv_base, T > | concat (const char *, sc_proxy< T > &) |
template<class T > | |
sc_concref_r< T, sc_lv_base > | concat (sc_proxy< T > &, const sc_logic &) |
template<class T > | |
sc_concref_r< sc_lv_base, T > | concat (const sc_logic &, sc_proxy< T > &) |
template<class T > | |
sc_concref_r< T, sc_bv_base > | concat (sc_proxy< T > &, bool) |
template<class T > | |
sc_concref_r< sc_bv_base, T > | concat (bool, sc_proxy< T > &) |
template<class T1 , class T2 > | |
sc_concref< T1, sc_bitref< T2 > > | operator, (sc_proxy< T1 > &, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref< T1, sc_subref< T2 > > | operator, (sc_proxy< T1 > &, sc_subref< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< T1, sc_concref< T2, T3 > > | operator, (sc_proxy< T1 > &, sc_concref< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref< T1, T2 > | operator, (sc_proxy< T1 > &, sc_proxy< T2 > &) |
template<class T1 , class T2 > | |
sc_concref< T1, sc_bitref< T2 > > | concat (sc_proxy< T1 > &, sc_bitref< T2 >) |
template<class T1 , class T2 > | |
sc_concref< T1, sc_subref< T2 > > | concat (sc_proxy< T1 > &, sc_subref< T2 >) |
template<class T1 , class T2 , class T3 > | |
sc_concref< T1, sc_concref< T2, T3 > > | concat (sc_proxy< T1 > &, sc_concref< T2, T3 >) |
template<class T1 , class T2 > | |
sc_concref< T1, T2 > | concat (sc_proxy< T1 > &, sc_proxy< T2 > &) |
template<class X > | |
inline::std::istream & | operator>> (::std::istream &is, sc_bitref< X > a) |
template<class X > | |
inline::std::istream & | operator>> (::std::istream &is, sc_subref< X > a) |
template<class X , class Y > | |
inline::std::istream & | operator>> (::std::istream &is, sc_concref< X, Y > a) |
const sc_logic | operator& (const sc_logic &a, const sc_logic &b) |
const sc_logic | operator| (const sc_logic &a, const sc_logic &b) |
const sc_logic | operator^ (const sc_logic &a, const sc_logic &b) |
bool | operator== (const sc_logic &a, const sc_logic &b) |
bool | operator!= (const sc_logic &a, const sc_logic &b) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_logic &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_logic &a) |
template<class X , class Y > | |
X & | operator&= (sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X , class Y > | |
const sc_lv_base | operator& (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X , class Y > | |
X & | operator|= (sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X , class Y > | |
const sc_lv_base | operator| (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X , class Y > | |
X & | operator^= (sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X , class Y > | |
const sc_lv_base | operator^ (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X > | |
const sc_lv_base | lrotate (const sc_proxy< X > &x, int n) |
template<class X > | |
const sc_lv_base | rrotate (const sc_proxy< X > &x, int n) |
template<class X > | |
const sc_lv_base | reverse (const sc_proxy< X > &x) |
template<class X , class Y > | |
bool | operator== (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_bv_base > | operator, (sc_bitref_r< T > a, bool b) |
template<class T > | |
sc_concref_r< sc_bv_base, sc_bitref_r< T > > | operator, (bool a, sc_bitref_r< T > b) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_bv_base > | concat (sc_bitref_r< T > a, bool b) |
template<class T > | |
sc_concref_r< sc_bv_base, sc_bitref_r< T > > | concat (bool a, sc_bitref_r< T > b) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_bv_base > | operator, (sc_bitref< T > a, bool b) |
template<class T > | |
sc_concref_r< sc_bv_base, sc_bitref_r< T > > | operator, (bool a, sc_bitref< T > b) |
template<class T > | |
sc_concref_r< sc_bitref_r< T > , sc_bv_base > | concat (sc_bitref< T > a, bool b) |
template<class T > | |
sc_concref_r< sc_bv_base, sc_bitref_r< T > > | concat (bool a, sc_bitref< T > b) |
template<class X , class Y > | |
void | assign_p_ (sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X , class T > | |
void | assign_v_ (sc_proxy< X > &px, const T &a) |
const std::string | convert_to_bin (const char *s) |
const std::string | convert_to_fmt (const std::string &s, sc_numrep numrep, bool) |
template<class X , class Y > | |
bool | operator!= (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X > | |
void | get_words_ (const X &x, int wi, sc_digit &x_dw, sc_digit &x_cw) |
template<class X > | |
void | set_words_ (X &x, int wi, sc_digit x_dw, sc_digit x_cw) |
template<class X > | |
void | extend_sign_w_ (X &x, int wi, bool sign) |
template<class X > | |
void | assign_v_ (sc_proxy< X > &px, const sc_int_base &a) |
template<class X > | |
void | assign_v_ (sc_proxy< X > &px, const sc_signed &a) |
template<class X > | |
void | assign_v_ (sc_proxy< X > &px, const sc_uint_base &a) |
template<class X > | |
void | assign_v_ (sc_proxy< X > &px, const sc_unsigned &a) |
template<class X , class Y > | |
X & | b_and_assign_ (sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X , class Y > | |
X & | b_or_assign_ (sc_proxy< X > &px, const sc_proxy< Y > &py) |
template<class X , class Y > | |
X & | b_xor_assign_ (sc_proxy< X > &a, const sc_proxy< Y > &b) |
template<class X > | |
sc_logic_value_t | and_reduce (const sc_proxy< X > &a) |
template<class X > | |
sc_logic_value_t | nand_reduce (const sc_proxy< X > &a) |
template<class X > | |
sc_logic_value_t | or_reduce (const sc_proxy< X > &a) |
template<class X > | |
sc_logic_value_t | nor_reduce (const sc_proxy< X > &a) |
template<class X > | |
sc_logic_value_t | xor_reduce (const sc_proxy< X > &a) |
template<class X > | |
sc_logic_value_t | xnor_reduce (const sc_proxy< X > &a) |
template<class X > | |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_proxy< X > &a) |
template<class X > | |
inline::std::istream & | operator>> (::std::istream &is, sc_proxy< X > &a) |
void | b_not (sc_fix &c, const sc_fix &a) |
void | b_not (sc_fix_fast &c, const sc_fix_fast &a) |
bool | operator== (const sc_fxcast_switch &a, const sc_fxcast_switch &b) |
bool | operator!= (const sc_fxcast_switch &a, const sc_fxcast_switch &b) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxcast_switch &a) |
const std::string | to_string (sc_enc) |
inline::std::ostream & | operator<< (::std::ostream &os, sc_enc enc) |
const std::string | to_string (sc_q_mode) |
inline::std::ostream & | operator<< (::std::ostream &os, sc_q_mode q_mode) |
const std::string | to_string (sc_o_mode) |
inline::std::ostream & | operator<< (::std::ostream &os, sc_o_mode o_mode) |
const std::string | to_string (sc_switch) |
inline::std::ostream & | operator<< (::std::ostream &os, sc_switch sw) |
const std::string | to_string (sc_fmt) |
inline::std::ostream & | operator<< (::std::ostream &os, sc_fmt fmt) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxnum_bitref &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_fxnum_bitref &a) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxnum_fast_bitref &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_fxnum_fast_bitref &a) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxnum_subref &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_fxnum_subref &a) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxnum_fast_subref &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_fxnum_fast_subref &a) |
void | neg (sc_fxval &c, const sc_fxnum &a) |
void | neg (sc_fxnum &c, const sc_fxnum &a) |
const sc_fxval | operator/ (const sc_fxnum &a, const sc_fxnum &b) |
const sc_fxval | operator/ (const sc_fxnum &a, const sc_fxval &b) |
const sc_fxval | operator/ (const sc_fxval &a, const sc_fxnum &b) |
const sc_fxval | operator<< (const sc_fxnum &a, int b) |
const sc_fxval | operator>> (const sc_fxnum &a, int b) |
void | lshift (sc_fxval &c, const sc_fxnum &a, int b) |
void | rshift (sc_fxval &c, const sc_fxnum &a, int b) |
void | lshift (sc_fxnum &c, const sc_fxnum &a, int b) |
void | rshift (sc_fxnum &c, const sc_fxnum &a, int b) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxnum &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_fxnum &a) |
void | neg (sc_fxval_fast &c, const sc_fxnum_fast &a) |
void | neg (sc_fxnum_fast &c, const sc_fxnum_fast &a) |
const sc_fxval_fast | operator/ (const sc_fxnum_fast &a, const sc_fxnum_fast &b) |
const sc_fxval_fast | operator/ (const sc_fxnum_fast &a, const sc_fxval_fast &b) |
const sc_fxval_fast | operator/ (const sc_fxval_fast &a, const sc_fxnum_fast &b) |
const sc_fxval_fast | operator<< (const sc_fxnum_fast &a, int b) |
const sc_fxval_fast | operator>> (const sc_fxnum_fast &a, int b) |
void | lshift (sc_fxval_fast &c, const sc_fxnum_fast &a, int b) |
void | rshift (sc_fxval_fast &c, const sc_fxnum_fast &a, int b) |
void | lshift (sc_fxnum_fast &c, const sc_fxnum_fast &a, int b) |
void | rshift (sc_fxnum_fast &c, const sc_fxnum_fast &a, int b) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxnum_fast &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_fxnum_fast &a) |
bool | operator== (const sc_fxtype_params &a, const sc_fxtype_params &b) |
bool | operator!= (const sc_fxtype_params &a, const sc_fxtype_params &b) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxtype_params &a) |
void | neg (sc_fxval &c, const sc_fxval &a) |
const sc_fxval | operator/ (const sc_fxval &a, const sc_fxval &b) |
DEFN_BIN_OP_T (/, div, int64) DEFN_BIN_OP_T(/ | |
uint64 | DEFN_BIN_OP_T (/, div, const sc_int_base &) DEFN_BIN_OP_T(/ |
uint64 const sc_uint_base & | DEFN_BIN_OP_T (/, div, const sc_signed &) inline const sc_fxval operator<< (const sc_fxval &a |
const sc_fxval | operator>> (const sc_fxval &a, int b) |
void | lshift (sc_fxval &c, const sc_fxval &a, int b) |
void | rshift (sc_fxval &c, const sc_fxval &a, int b) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxval &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_fxval &a) |
void | neg (sc_fxval_fast &c, const sc_fxval_fast &a) |
const sc_fxval_fast | operator/ (const sc_fxval_fast &a, const sc_fxval_fast &b) |
const sc_fxval_fast | operator<< (const sc_fxval_fast &a, int b) |
const sc_fxval_fast | operator>> (const sc_fxval_fast &a, int b) |
void | lshift (sc_fxval_fast &c, const sc_fxval_fast &a, int b) |
void | rshift (sc_fxval_fast &c, const sc_fxval_fast &a, int b) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_fxval_fast &a) |
inline::std::istream & | operator>> (::std::istream &is, sc_fxval_fast &a) |
void | b_not (sc_ufix &c, const sc_ufix &a) |
void | b_not (sc_ufix_fast &c, const sc_ufix_fast &a) |
double | scfx_pow2 (int exp) |
double | uint64_to_double (uint64 a) |
void | complement (scfx_mant &target, const scfx_mant &source, int size) |
void | inc (scfx_mant &mant) |
void | sc_trace (sc_core::sc_trace_file *tf, const sc_fxval &object, const std::string &name) |
void | sc_trace (sc_core::sc_trace_file *tf, const sc_fxval *object, const std::string &name) |
void | sc_trace (sc_core::sc_trace_file *tf, const sc_fxval_fast &object, const std::string &name) |
void | sc_trace (sc_core::sc_trace_file *tf, const sc_fxval_fast *object, const std::string &name) |
void | sc_trace (sc_core::sc_trace_file *tf, const sc_fxnum &object, const std::string &name) |
void | sc_trace (sc_core::sc_trace_file *tf, const sc_fxnum *object, const std::string &name) |
void | sc_trace (sc_core::sc_trace_file *tf, const sc_fxnum_fast &object, const std::string &name) |
void | sc_trace (sc_core::sc_trace_file *tf, const sc_fxnum_fast *object, const std::string &name) |
void | multiply (scfx_rep &, const scfx_rep &, const scfx_rep &, int max_wl=SC_DEFAULT_MAX_WL_) |
scfx_rep * | neg_scfx_rep (const scfx_rep &) |
scfx_rep * | mult_scfx_rep (const scfx_rep &, const scfx_rep &, int max_wl=SC_DEFAULT_MAX_WL_) |
scfx_rep * | div_scfx_rep (const scfx_rep &, const scfx_rep &, int max_wl=SC_DEFAULT_DIV_WL_) |
scfx_rep * | add_scfx_rep (const scfx_rep &, const scfx_rep &, int max_wl=SC_DEFAULT_MAX_WL_) |
scfx_rep * | sub_scfx_rep (const scfx_rep &, const scfx_rep &, int max_wl=SC_DEFAULT_MAX_WL_) |
scfx_rep * | lsh_scfx_rep (const scfx_rep &, int) |
scfx_rep * | rsh_scfx_rep (const scfx_rep &, int) |
int | cmp_scfx_rep (const scfx_rep &, const scfx_rep &) |
scfx_rep * | quantization_scfx_rep (const scfx_rep &a, const scfx_params ¶ms, bool &q_flag) |
scfx_rep * | overflow_scfx_rep (const scfx_rep &a, const scfx_params ¶ms, bool &o_flag) |
int | scfx_find_msb (unsigned long x) |
int | scfx_find_lsb (unsigned long x) |
int | scfx_parse_sign (const char *&s, bool &sign_char) |
sc_numrep | scfx_parse_prefix (const char *&s) |
int | scfx_parse_base (const char *&s) |
bool | scfx_is_equal (const char *a, const char *b) |
bool | scfx_is_nan (const char *s) |
bool | scfx_is_inf (const char *s) |
bool | scfx_exp_start (const char *s) |
bool | scfx_is_digit (char c, sc_numrep numrep) |
int | scfx_to_digit (char c, sc_numrep numrep) |
void | scfx_print_nan (scfx_string &s) |
void | scfx_print_inf (scfx_string &s, bool negative) |
void | scfx_print_prefix (scfx_string &s, sc_numrep numrep) |
void | scfx_print_exp (scfx_string &s, int exp) |
void | scfx_tc2csd (scfx_string &, int) |
void | scfx_csd2tc (scfx_string &) |
bool | operator== (const sc_int_base &a, const sc_int_base &b) |
bool | operator!= (const sc_int_base &a, const sc_int_base &b) |
bool | operator< (const sc_int_base &a, const sc_int_base &b) |
bool | operator<= (const sc_int_base &a, const sc_int_base &b) |
bool | operator> (const sc_int_base &a, const sc_int_base &b) |
bool | operator>= (const sc_int_base &a, const sc_int_base &b) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_int_bitref_r &) |
inline::std::istream & | operator>> (::std::istream &, sc_int_bitref &) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_int_subref_r &) |
inline::std::istream & | operator>> (::std::istream &, sc_int_subref &) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_int_base &) |
inline::std::istream & | operator>> (::std::istream &, sc_int_base &) |
bool | and_reduce (const sc_int_subref_r &a) |
bool | nand_reduce (const sc_int_subref_r &a) |
bool | or_reduce (const sc_int_subref_r &a) |
bool | nor_reduce (const sc_int_subref_r &a) |
bool | xor_reduce (const sc_int_subref_r &a) |
bool | xnor_reduce (const sc_int_subref_r &a) |
bool | and_reduce (const sc_int_base &a) |
bool | nand_reduce (const sc_int_base &a) |
bool | or_reduce (const sc_int_base &a) |
bool | nor_reduce (const sc_int_base &a) |
bool | xor_reduce (const sc_int_base &a) |
bool | xnor_reduce (const sc_int_base &a) |
bool | operator== (const sc_length_param &, const sc_length_param &) |
bool | operator!= (const sc_length_param &, const sc_length_param &) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_length_param &a) |
void | add_on_help (small_type &us, int unb, int und, sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
void | mul_on_help_signed (small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
void | div_on_help_signed (small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
void | mod_on_help_signed (small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
void | mul_on_help_unsigned (small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
void | div_on_help_unsigned (small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
void | mod_on_help_unsigned (small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
void | and_on_help (small_type us, int unb, int und, sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
void | or_on_help (small_type us, int unb, int und, sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
void | xor_on_help (small_type us, int unb, int und, sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_numrep | sc_io_base (systemc_ostream &, sc_numrep) |
bool | sc_io_show_base (systemc_ostream &) |
const std::string | to_string (sc_numrep) |
systemc_ostream & | operator<< (systemc_ostream &os, sc_numrep numrep) |
void | is_valid_base (sc_numrep base) |
small_type | fsm_move (char c, small_type &b, small_type &s, small_type &state) |
void | parse_binary_bits (const char *src_p, int dst_n, sc_digit *data_p, sc_digit *ctrl_p=0) |
void | parse_hex_bits (const char *src_p, int dst_n, sc_digit *data_p, sc_digit *ctrl_p=0) |
const char * | get_base_and_sign (const char *v, small_type &base, small_type &sign) |
small_type | vec_from_str (int unb, int und, sc_digit *u, const char *v, sc_numrep base=SC_NOBASE) |
void | vec_add (int ulen, const sc_digit *u, int vlen, const sc_digit *v, sc_digit *w) |
void | vec_add_on (int ulen, sc_digit *u, int vlen, const sc_digit *v) |
void | vec_add_on2 (int ulen, sc_digit *u, int vlen, const sc_digit *v) |
void | vec_add_small (int ulen, const sc_digit *u, sc_digit v, sc_digit *w) |
void | vec_add_small_on (int ulen, sc_digit *u, sc_digit v) |
void | vec_sub (int ulen, const sc_digit *u, int vlen, const sc_digit *v, sc_digit *w) |
void | vec_sub_on (int ulen, sc_digit *u, int vlen, const sc_digit *v) |
void | vec_sub_on2 (int ulen, sc_digit *u, int vlen, const sc_digit *v) |
void | vec_sub_small (int ulen, const sc_digit *u, sc_digit v, sc_digit *w) |
void | vec_sub_small_on (int ulen, sc_digit *u, sc_digit v) |
void | vec_mul (int ulen, const sc_digit *u, int vlen, const sc_digit *v, sc_digit *w) |
void | vec_mul_small (int ulen, const sc_digit *u, sc_digit v, sc_digit *w) |
void | vec_mul_small_on (int ulen, sc_digit *u, sc_digit v) |
void | vec_div_large (int ulen, const sc_digit *u, int vlen, const sc_digit *v, sc_digit *w) |
void | vec_div_small (int ulen, const sc_digit *u, sc_digit v, sc_digit *w) |
void | vec_rem_large (int ulen, const sc_digit *u, int vlen, const sc_digit *v, sc_digit *w) |
sc_digit | vec_rem_small (int ulen, const sc_digit *u, sc_digit v) |
sc_digit | vec_rem_on_small (int ulen, sc_digit *u, sc_digit v) |
int | vec_to_char (int ulen, const sc_digit *u, int vlen, uchar *v) |
void | vec_from_char (int ulen, const uchar *u, int vlen, sc_digit *v) |
void | vec_shift_left (int ulen, sc_digit *u, int nsl) |
void | vec_shift_right (int vlen, sc_digit *u, int nsr, sc_digit fill=0) |
void | vec_reverse (int unb, int und, sc_digit *ud, int l, int r=0) |
sc_digit | low_half (sc_digit d) |
sc_digit | high_half (sc_digit d) |
sc_digit | high_half_masked (sc_digit d) |
sc_digit | concat (sc_digit h, sc_digit l) |
sc_digit | one_and_ones (int n) |
sc_digit | one_and_zeros (int n) |
int | digit_ord (int i) |
int | bit_ord (int i) |
int | vec_cmp (int ulen, const sc_digit *u, int vlen, const sc_digit *v) |
int | vec_find_first_nonzero (int ulen, const sc_digit *u) |
int | vec_skip_leading_zeros (int ulen, const sc_digit *u) |
int | vec_skip_and_cmp (int ulen, const sc_digit *u, int vlen, const sc_digit *v) |
void | vec_zero (int from, int ulen, sc_digit *u) |
void | vec_zero (int ulen, sc_digit *u) |
void | vec_copy (int n, sc_digit *u, const sc_digit *v) |
void | vec_copy_and_zero (int ulen, sc_digit *u, int vlen, const sc_digit *v) |
void | vec_complement (int ulen, sc_digit *u) |
template<class Type > | |
void | from_uint (int ulen, sc_digit *u, Type v) |
template<class Type > | |
small_type | get_sign (Type &u) |
small_type | mul_signs (small_type us, small_type vs) |
template<class Type > | |
void | div_by_zero (Type s) |
small_type | check_for_zero (small_type s, int ulen, const sc_digit *u) |
bool | check_for_zero (int ulen, const sc_digit *u) |
small_type | make_zero (int nd, sc_digit *d) |
void | trim (small_type added, int nb, int nd, sc_digit *d) |
void | convert_SM_to_2C_trimmed (small_type added, small_type s, int nb, int nd, sc_digit *d) |
void | convert_SM_to_2C (small_type s, int nd, sc_digit *d) |
void | trim_signed (int nb, int nd, sc_digit *d) |
small_type | convert_signed_2C_to_SM (int nb, int nd, sc_digit *d) |
small_type | convert_signed_SM_to_2C_to_SM (small_type s, int nb, int nd, sc_digit *d) |
void | convert_signed_SM_to_2C_trimmed (small_type s, int nb, int nd, sc_digit *d) |
void | convert_signed_SM_to_2C (small_type s, int nd, sc_digit *d) |
void | trim_unsigned (int nb, int nd, sc_digit *d) |
small_type | convert_unsigned_2C_to_SM (int nb, int nd, sc_digit *d) |
small_type | convert_unsigned_SM_to_2C_to_SM (small_type s, int nb, int nd, sc_digit *d) |
void | convert_unsigned_SM_to_2C_trimmed (small_type s, int nb, int nd, sc_digit *d) |
void | convert_unsigned_SM_to_2C (small_type s, int nd, sc_digit *d) |
void | copy_digits_signed (small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
void | copy_digits_unsigned (small_type &us, int unb, int und, sc_digit *ud, int, int vnd, const sc_digit *vd) |
void | safe_set (int i, bool v, sc_digit *d) |
bool | is_nan (double v) |
bool | is_inf (double v) |
void | is_bad_double (double v) |
sc_signed | add_signed_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_signed | sub_signed_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_signed | mul_signed_friend (small_type s, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
sc_signed | div_signed_friend (small_type s, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
sc_signed | mod_signed_friend (small_type us, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
sc_signed | and_signed_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_signed | or_signed_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_signed | xor_signed_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_signed | operator+ (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator+ (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator+ (const sc_unsigned &u, int64 v) |
sc_signed | operator+ (const sc_unsigned &u, long v) |
sc_signed | operator+ (const sc_unsigned &u, int v) |
sc_signed | operator+ (int64 u, const sc_unsigned &v) |
sc_signed | operator+ (long u, const sc_unsigned &v) |
sc_signed | operator+ (int u, const sc_unsigned &v) |
sc_signed | operator+ (const sc_signed &u, const sc_signed &v) |
sc_signed | operator+ (const sc_signed &u, int64 v) |
sc_signed | operator+ (const sc_signed &u, uint64 v) |
sc_signed | operator+ (const sc_signed &u, long v) |
sc_signed | operator+ (const sc_signed &u, unsigned long v) |
sc_signed | operator+ (const sc_signed &u, int v) |
sc_signed | operator+ (const sc_signed &u, unsigned int v) |
sc_signed | operator+ (int64 u, const sc_signed &v) |
sc_signed | operator+ (uint64 u, const sc_signed &v) |
sc_signed | operator+ (long u, const sc_signed &v) |
sc_signed | operator+ (unsigned long u, const sc_signed &v) |
sc_signed | operator+ (int u, const sc_signed &v) |
sc_signed | operator+ (unsigned int u, const sc_signed &v) |
sc_signed | operator+ (const sc_unsigned &u, const sc_int_base &v) |
sc_signed | operator+ (const sc_int_base &u, const sc_unsigned &v) |
sc_signed | operator+ (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator+ (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator+ (const sc_int_base &u, const sc_signed &v) |
sc_signed | operator+ (const sc_uint_base &u, const sc_signed &v) |
sc_signed | operator- (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator- (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator- (const sc_unsigned &u, const sc_unsigned &v) |
sc_signed | operator- (const sc_unsigned &u, int64 v) |
sc_signed | operator- (const sc_unsigned &u, uint64 v) |
sc_signed | operator- (const sc_unsigned &u, long v) |
sc_signed | operator- (const sc_unsigned &u, unsigned long v) |
sc_signed | operator- (const sc_unsigned &u, int v) |
sc_signed | operator- (const sc_unsigned &u, unsigned int v) |
sc_signed | operator- (int64 u, const sc_unsigned &v) |
sc_signed | operator- (uint64 u, const sc_unsigned &v) |
sc_signed | operator- (long u, const sc_unsigned &v) |
sc_signed | operator- (unsigned long u, const sc_unsigned &v) |
sc_signed | operator- (int u, const sc_unsigned &v) |
sc_signed | operator- (unsigned int u, const sc_unsigned &v) |
sc_signed | operator- (const sc_signed &u, const sc_signed &v) |
sc_signed | operator- (const sc_signed &u, int64 v) |
sc_signed | operator- (const sc_signed &u, uint64 v) |
sc_signed | operator- (const sc_signed &u, long v) |
sc_signed | operator- (const sc_signed &u, unsigned long v) |
sc_signed | operator- (const sc_signed &u, int v) |
sc_signed | operator- (const sc_signed &u, unsigned int v) |
sc_signed | operator- (int64 u, const sc_signed &v) |
sc_signed | operator- (uint64 u, const sc_signed &v) |
sc_signed | operator- (long u, const sc_signed &v) |
sc_signed | operator- (unsigned long u, const sc_signed &v) |
sc_signed | operator- (int u, const sc_signed &v) |
sc_signed | operator- (unsigned int u, const sc_signed &v) |
sc_signed | operator- (const sc_unsigned &u, const sc_int_base &v) |
sc_signed | operator- (const sc_unsigned &u, const sc_uint_base &v) |
sc_signed | operator- (const sc_int_base &u, const sc_unsigned &v) |
sc_signed | operator- (const sc_uint_base &u, const sc_unsigned &v) |
sc_signed | operator- (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator- (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator- (const sc_int_base &u, const sc_signed &v) |
sc_signed | operator- (const sc_uint_base &u, const sc_signed &v) |
sc_signed | operator* (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator* (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator* (const sc_unsigned &u, int64 v) |
sc_signed | operator* (const sc_unsigned &u, long v) |
sc_signed | operator* (const sc_unsigned &u, int v) |
sc_signed | operator* (int64 u, const sc_unsigned &v) |
sc_signed | operator* (long u, const sc_unsigned &v) |
sc_signed | operator* (int u, const sc_unsigned &v) |
sc_signed | operator* (const sc_signed &u, const sc_signed &v) |
sc_signed | operator* (const sc_signed &u, int64 v) |
sc_signed | operator* (const sc_signed &u, uint64 v) |
sc_signed | operator* (const sc_signed &u, long v) |
sc_signed | operator* (const sc_signed &u, unsigned long v) |
sc_signed | operator* (const sc_signed &u, int v) |
sc_signed | operator* (const sc_signed &u, unsigned int v) |
sc_signed | operator* (int64 u, const sc_signed &v) |
sc_signed | operator* (uint64 u, const sc_signed &v) |
sc_signed | operator* (long u, const sc_signed &v) |
sc_signed | operator* (unsigned long u, const sc_signed &v) |
sc_signed | operator* (int u, const sc_signed &v) |
sc_signed | operator* (unsigned int u, const sc_signed &v) |
sc_signed | operator* (const sc_unsigned &u, const sc_int_base &v) |
sc_signed | operator* (const sc_int_base &u, const sc_unsigned &v) |
sc_signed | operator* (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator* (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator* (const sc_int_base &u, const sc_signed &v) |
sc_signed | operator* (const sc_uint_base &u, const sc_signed &v) |
sc_signed | operator/ (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator/ (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator/ (const sc_unsigned &u, int64 v) |
sc_signed | operator/ (const sc_unsigned &u, long v) |
sc_signed | operator/ (const sc_unsigned &u, int v) |
sc_signed | operator/ (int64 u, const sc_unsigned &v) |
sc_signed | operator/ (long u, const sc_unsigned &v) |
sc_signed | operator/ (int u, const sc_unsigned &v) |
sc_signed | operator/ (const sc_signed &u, const sc_signed &v) |
sc_signed | operator/ (const sc_signed &u, int64 v) |
sc_signed | operator/ (const sc_signed &u, uint64 v) |
sc_signed | operator/ (const sc_signed &u, long v) |
sc_signed | operator/ (const sc_signed &u, unsigned long v) |
sc_signed | operator/ (const sc_signed &u, int v) |
sc_signed | operator/ (const sc_signed &u, unsigned int v) |
sc_signed | operator/ (int64 u, const sc_signed &v) |
sc_signed | operator/ (uint64 u, const sc_signed &v) |
sc_signed | operator/ (long u, const sc_signed &v) |
sc_signed | operator/ (unsigned long u, const sc_signed &v) |
sc_signed | operator/ (int u, const sc_signed &v) |
sc_signed | operator/ (unsigned int u, const sc_signed &v) |
sc_signed | operator/ (const sc_unsigned &u, const sc_int_base &v) |
sc_signed | operator/ (const sc_int_base &u, const sc_unsigned &v) |
sc_signed | operator/ (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator/ (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator/ (const sc_int_base &u, const sc_signed &v) |
sc_signed | operator/ (const sc_uint_base &u, const sc_signed &v) |
sc_signed | operator% (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator% (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator% (const sc_unsigned &u, int64 v) |
sc_signed | operator% (const sc_unsigned &u, long v) |
sc_signed | operator% (const sc_unsigned &u, int v) |
sc_signed | operator% (int64 u, const sc_unsigned &v) |
sc_signed | operator% (long u, const sc_unsigned &v) |
sc_signed | operator% (int u, const sc_unsigned &v) |
sc_signed | operator% (const sc_signed &u, const sc_signed &v) |
sc_signed | operator% (const sc_signed &u, int64 v) |
sc_signed | operator% (const sc_signed &u, uint64 v) |
sc_signed | operator% (const sc_signed &u, long v) |
sc_signed | operator% (const sc_signed &u, unsigned long v) |
sc_signed | operator% (const sc_signed &u, int v) |
sc_signed | operator% (const sc_signed &u, unsigned int v) |
sc_signed | operator% (int64 u, const sc_signed &v) |
sc_signed | operator% (uint64 u, const sc_signed &v) |
sc_signed | operator% (long u, const sc_signed &v) |
sc_signed | operator% (unsigned long u, const sc_signed &v) |
sc_signed | operator% (int u, const sc_signed &v) |
sc_signed | operator% (unsigned int u, const sc_signed &v) |
sc_signed | operator% (const sc_unsigned &u, const sc_int_base &v) |
sc_signed | operator% (const sc_int_base &u, const sc_unsigned &v) |
sc_signed | operator% (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator% (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator% (const sc_int_base &u, const sc_signed &v) |
sc_signed | operator% (const sc_uint_base &u, const sc_signed &v) |
sc_signed | operator& (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator& (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator& (const sc_unsigned &u, int64 v) |
sc_signed | operator& (const sc_unsigned &u, long v) |
sc_signed | operator& (const sc_unsigned &u, int v) |
sc_signed | operator& (int64 u, const sc_unsigned &v) |
sc_signed | operator& (long u, const sc_unsigned &v) |
sc_signed | operator& (int u, const sc_unsigned &v) |
sc_signed | operator& (const sc_signed &u, const sc_signed &v) |
sc_signed | operator& (const sc_signed &u, int64 v) |
sc_signed | operator& (const sc_signed &u, uint64 v) |
sc_signed | operator& (const sc_signed &u, long v) |
sc_signed | operator& (const sc_signed &u, unsigned long v) |
sc_signed | operator& (const sc_signed &u, int v) |
sc_signed | operator& (const sc_signed &u, unsigned int v) |
sc_signed | operator& (int64 u, const sc_signed &v) |
sc_signed | operator& (uint64 u, const sc_signed &v) |
sc_signed | operator& (long u, const sc_signed &v) |
sc_signed | operator& (unsigned long u, const sc_signed &v) |
sc_signed | operator& (int u, const sc_signed &v) |
sc_signed | operator& (unsigned int u, const sc_signed &v) |
sc_signed | operator& (const sc_unsigned &u, const sc_int_base &v) |
sc_signed | operator& (const sc_int_base &u, const sc_unsigned &v) |
sc_signed | operator& (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator& (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator& (const sc_int_base &u, const sc_signed &v) |
sc_signed | operator& (const sc_uint_base &u, const sc_signed &v) |
sc_signed | operator| (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator| (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator| (const sc_unsigned &u, int64 v) |
sc_signed | operator| (const sc_unsigned &u, long v) |
sc_signed | operator| (const sc_unsigned &u, int v) |
sc_signed | operator| (int64 u, const sc_unsigned &v) |
sc_signed | operator| (long u, const sc_unsigned &v) |
sc_signed | operator| (int u, const sc_unsigned &v) |
sc_signed | operator| (const sc_signed &u, const sc_signed &v) |
sc_signed | operator| (const sc_signed &u, int64 v) |
sc_signed | operator| (const sc_signed &u, uint64 v) |
sc_signed | operator| (const sc_signed &u, long v) |
sc_signed | operator| (const sc_signed &u, unsigned long v) |
sc_signed | operator| (const sc_signed &u, int v) |
sc_signed | operator| (const sc_signed &u, unsigned int v) |
sc_signed | operator| (int64 u, const sc_signed &v) |
sc_signed | operator| (uint64 u, const sc_signed &v) |
sc_signed | operator| (long u, const sc_signed &v) |
sc_signed | operator| (unsigned long u, const sc_signed &v) |
sc_signed | operator| (int u, const sc_signed &v) |
sc_signed | operator| (unsigned int u, const sc_signed &v) |
sc_signed | operator| (const sc_unsigned &u, const sc_int_base &v) |
sc_signed | operator| (const sc_int_base &u, const sc_unsigned &v) |
sc_signed | operator| (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator| (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator| (const sc_int_base &u, const sc_signed &v) |
sc_signed | operator| (const sc_uint_base &u, const sc_signed &v) |
sc_signed | operator^ (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator^ (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator^ (const sc_unsigned &u, int64 v) |
sc_signed | operator^ (const sc_unsigned &u, long v) |
sc_signed | operator^ (const sc_unsigned &u, int v) |
sc_signed | operator^ (int64 u, const sc_unsigned &v) |
sc_signed | operator^ (long u, const sc_unsigned &v) |
sc_signed | operator^ (int u, const sc_unsigned &v) |
sc_signed | operator^ (const sc_signed &u, const sc_signed &v) |
sc_signed | operator^ (const sc_signed &u, int64 v) |
sc_signed | operator^ (const sc_signed &u, uint64 v) |
sc_signed | operator^ (const sc_signed &u, long v) |
sc_signed | operator^ (const sc_signed &u, unsigned long v) |
sc_signed | operator^ (const sc_signed &u, int v) |
sc_signed | operator^ (const sc_signed &u, unsigned int v) |
sc_signed | operator^ (int64 u, const sc_signed &v) |
sc_signed | operator^ (uint64 u, const sc_signed &v) |
sc_signed | operator^ (long u, const sc_signed &v) |
sc_signed | operator^ (unsigned long u, const sc_signed &v) |
sc_signed | operator^ (int u, const sc_signed &v) |
sc_signed | operator^ (unsigned int u, const sc_signed &v) |
sc_signed | operator^ (const sc_unsigned &u, const sc_int_base &v) |
sc_signed | operator^ (const sc_int_base &u, const sc_unsigned &v) |
sc_signed | operator^ (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator^ (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator^ (const sc_int_base &u, const sc_signed &v) |
sc_signed | operator^ (const sc_uint_base &u, const sc_signed &v) |
sc_unsigned | operator<< (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator<< (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator<< (const sc_signed &u, const sc_signed &v) |
sc_signed | operator<< (const sc_signed &u, int64 v) |
sc_signed | operator<< (const sc_signed &u, uint64 v) |
sc_signed | operator<< (const sc_signed &u, long v) |
sc_signed | operator<< (const sc_signed &u, unsigned long v) |
sc_signed | operator<< (const sc_signed &u, int v) |
sc_signed | operator<< (const sc_signed &u, unsigned int v) |
sc_signed | operator<< (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator<< (const sc_signed &u, const sc_uint_base &v) |
sc_unsigned | operator>> (const sc_unsigned &u, const sc_signed &v) |
sc_signed | operator>> (const sc_signed &u, const sc_unsigned &v) |
sc_signed | operator>> (const sc_signed &u, const sc_signed &v) |
sc_signed | operator>> (const sc_signed &u, int64 v) |
sc_signed | operator>> (const sc_signed &u, uint64 v) |
sc_signed | operator>> (const sc_signed &u, long v) |
sc_signed | operator>> (const sc_signed &u, unsigned long v) |
sc_signed | operator>> (const sc_signed &u, int v) |
sc_signed | operator>> (const sc_signed &u, unsigned int v) |
sc_signed | operator>> (const sc_signed &u, const sc_int_base &v) |
sc_signed | operator>> (const sc_signed &u, const sc_uint_base &v) |
sc_signed | operator+ (const sc_signed &u) |
sc_signed | operator- (const sc_signed &u) |
sc_signed | operator- (const sc_unsigned &u) |
bool | operator== (const sc_unsigned &u, const sc_signed &v) |
bool | operator== (const sc_signed &u, const sc_unsigned &v) |
bool | operator== (const sc_signed &u, const sc_signed &v) |
bool | operator== (const sc_signed &u, int64 v) |
bool | operator== (const sc_signed &u, uint64 v) |
bool | operator== (const sc_signed &u, long v) |
bool | operator== (const sc_signed &u, unsigned long v) |
bool | operator== (const sc_signed &u, int v) |
bool | operator== (const sc_signed &u, unsigned int v) |
bool | operator== (int64 u, const sc_signed &v) |
bool | operator== (uint64 u, const sc_signed &v) |
bool | operator== (long u, const sc_signed &v) |
bool | operator== (unsigned long u, const sc_signed &v) |
bool | operator== (int u, const sc_signed &v) |
bool | operator== (unsigned int u, const sc_signed &v) |
bool | operator== (const sc_signed &u, const sc_int_base &v) |
bool | operator== (const sc_signed &u, const sc_uint_base &v) |
bool | operator== (const sc_int_base &u, const sc_signed &v) |
bool | operator== (const sc_uint_base &u, const sc_signed &v) |
bool | operator!= (const sc_unsigned &u, const sc_signed &v) |
bool | operator!= (const sc_signed &u, const sc_unsigned &v) |
bool | operator!= (const sc_signed &u, const sc_signed &v) |
bool | operator!= (const sc_signed &u, int64 v) |
bool | operator!= (const sc_signed &u, uint64 v) |
bool | operator!= (const sc_signed &u, long v) |
bool | operator!= (const sc_signed &u, unsigned long v) |
bool | operator!= (const sc_signed &u, int v) |
bool | operator!= (const sc_signed &u, unsigned int v) |
bool | operator!= (int64 u, const sc_signed &v) |
bool | operator!= (uint64 u, const sc_signed &v) |
bool | operator!= (long u, const sc_signed &v) |
bool | operator!= (unsigned long u, const sc_signed &v) |
bool | operator!= (int u, const sc_signed &v) |
bool | operator!= (unsigned int u, const sc_signed &v) |
bool | operator!= (const sc_signed &u, const sc_int_base &v) |
bool | operator!= (const sc_signed &u, const sc_uint_base &v) |
bool | operator!= (const sc_int_base &u, const sc_signed &v) |
bool | operator!= (const sc_uint_base &u, const sc_signed &v) |
bool | operator< (const sc_unsigned &u, const sc_signed &v) |
bool | operator< (const sc_signed &u, const sc_unsigned &v) |
bool | operator< (const sc_signed &u, const sc_signed &v) |
bool | operator< (const sc_signed &u, int64 v) |
bool | operator< (const sc_signed &u, uint64 v) |
bool | operator< (const sc_signed &u, long v) |
bool | operator< (const sc_signed &u, unsigned long v) |
bool | operator< (const sc_signed &u, int v) |
bool | operator< (const sc_signed &u, unsigned int v) |
bool | operator< (int64 u, const sc_signed &v) |
bool | operator< (uint64 u, const sc_signed &v) |
bool | operator< (long u, const sc_signed &v) |
bool | operator< (unsigned long u, const sc_signed &v) |
bool | operator< (int u, const sc_signed &v) |
bool | operator< (unsigned int u, const sc_signed &v) |
bool | operator< (const sc_signed &u, const sc_int_base &v) |
bool | operator< (const sc_signed &u, const sc_uint_base &v) |
bool | operator< (const sc_int_base &u, const sc_signed &v) |
bool | operator< (const sc_uint_base &u, const sc_signed &v) |
bool | operator<= (const sc_unsigned &u, const sc_signed &v) |
bool | operator<= (const sc_signed &u, const sc_unsigned &v) |
bool | operator<= (const sc_signed &u, const sc_signed &v) |
bool | operator<= (const sc_signed &u, int64 v) |
bool | operator<= (const sc_signed &u, uint64 v) |
bool | operator<= (const sc_signed &u, long v) |
bool | operator<= (const sc_signed &u, unsigned long v) |
bool | operator<= (const sc_signed &u, int v) |
bool | operator<= (const sc_signed &u, unsigned int v) |
bool | operator<= (int64 u, const sc_signed &v) |
bool | operator<= (uint64 u, const sc_signed &v) |
bool | operator<= (long u, const sc_signed &v) |
bool | operator<= (unsigned long u, const sc_signed &v) |
bool | operator<= (int u, const sc_signed &v) |
bool | operator<= (unsigned int u, const sc_signed &v) |
bool | operator<= (const sc_signed &u, const sc_int_base &v) |
bool | operator<= (const sc_signed &u, const sc_uint_base &v) |
bool | operator<= (const sc_int_base &u, const sc_signed &v) |
bool | operator<= (const sc_uint_base &u, const sc_signed &v) |
bool | operator> (const sc_unsigned &u, const sc_signed &v) |
bool | operator> (const sc_signed &u, const sc_unsigned &v) |
bool | operator> (const sc_signed &u, const sc_signed &v) |
bool | operator> (const sc_signed &u, int64 v) |
bool | operator> (const sc_signed &u, uint64 v) |
bool | operator> (const sc_signed &u, long v) |
bool | operator> (const sc_signed &u, unsigned long v) |
bool | operator> (const sc_signed &u, int v) |
bool | operator> (const sc_signed &u, unsigned int v) |
bool | operator> (int64 u, const sc_signed &v) |
bool | operator> (uint64 u, const sc_signed &v) |
bool | operator> (long u, const sc_signed &v) |
bool | operator> (unsigned long u, const sc_signed &v) |
bool | operator> (int u, const sc_signed &v) |
bool | operator> (unsigned int u, const sc_signed &v) |
bool | operator> (const sc_signed &u, const sc_int_base &v) |
bool | operator> (const sc_signed &u, const sc_uint_base &v) |
bool | operator> (const sc_int_base &u, const sc_signed &v) |
bool | operator> (const sc_uint_base &u, const sc_signed &v) |
bool | operator>= (const sc_unsigned &u, const sc_signed &v) |
bool | operator>= (const sc_signed &u, const sc_unsigned &v) |
bool | operator>= (const sc_signed &u, const sc_signed &v) |
bool | operator>= (const sc_signed &u, int64 v) |
bool | operator>= (const sc_signed &u, uint64 v) |
bool | operator>= (const sc_signed &u, long v) |
bool | operator>= (const sc_signed &u, unsigned long v) |
bool | operator>= (const sc_signed &u, int v) |
bool | operator>= (const sc_signed &u, unsigned int v) |
bool | operator>= (int64 u, const sc_signed &v) |
bool | operator>= (uint64 u, const sc_signed &v) |
bool | operator>= (long u, const sc_signed &v) |
bool | operator>= (unsigned long u, const sc_signed &v) |
bool | operator>= (int u, const sc_signed &v) |
bool | operator>= (unsigned int u, const sc_signed &v) |
bool | operator>= (const sc_signed &u, const sc_int_base &v) |
bool | operator>= (const sc_signed &u, const sc_uint_base &v) |
bool | operator>= (const sc_int_base &u, const sc_signed &v) |
bool | operator>= (const sc_uint_base &u, const sc_signed &v) |
sc_signed | operator~ (const sc_signed &u) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_signed_bitref_r &) |
inline::std::istream & | operator>> (::std::istream &, sc_signed_bitref &) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_signed_subref_r &) |
inline::std::istream & | operator>> (::std::istream &, sc_signed_subref &) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_signed &) |
inline::std::istream & | operator>> (::std::istream &, sc_signed &) |
bool | operator== (const sc_uint_base &a, const sc_uint_base &b) |
bool | operator!= (const sc_uint_base &a, const sc_uint_base &b) |
bool | operator< (const sc_uint_base &a, const sc_uint_base &b) |
bool | operator<= (const sc_uint_base &a, const sc_uint_base &b) |
bool | operator> (const sc_uint_base &a, const sc_uint_base &b) |
bool | operator>= (const sc_uint_base &a, const sc_uint_base &b) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_uint_bitref_r &) |
inline::std::istream & | operator>> (::std::istream &, sc_uint_bitref &) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_uint_subref_r &) |
inline::std::istream & | operator>> (::std::istream &, sc_uint_subref &) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_uint_base &) |
inline::std::istream & | operator>> (::std::istream &, sc_uint_base &) |
bool | and_reduce (const sc_uint_subref_r &a) |
bool | nand_reduce (const sc_uint_subref_r &a) |
bool | or_reduce (const sc_uint_subref_r &a) |
bool | nor_reduce (const sc_uint_subref_r &a) |
bool | xor_reduce (const sc_uint_subref_r &a) |
bool | xnor_reduce (const sc_uint_subref_r &a) |
bool | and_reduce (const sc_uint_base &a) |
bool | nand_reduce (const sc_uint_base &a) |
bool | or_reduce (const sc_uint_base &a) |
bool | nor_reduce (const sc_uint_base &a) |
bool | xor_reduce (const sc_uint_base &a) |
bool | xnor_reduce (const sc_uint_base &a) |
int | compare_unsigned (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd, small_type if_u_signed=0, small_type if_v_signed=0) |
sc_unsigned | add_unsigned_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_unsigned | sub_unsigned_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_unsigned | mul_unsigned_friend (small_type s, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
sc_unsigned | div_unsigned_friend (small_type s, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
sc_unsigned | mod_unsigned_friend (small_type us, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd) |
sc_unsigned | and_unsigned_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_unsigned | or_unsigned_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_unsigned | xor_unsigned_friend (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd) |
sc_unsigned | operator+ (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator+ (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator+ (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator+ (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator+ (uint64 u, const sc_unsigned &v) |
sc_unsigned | operator+ (unsigned long u, const sc_unsigned &v) |
sc_unsigned | operator+ (unsigned int u, const sc_unsigned &v) |
sc_unsigned | operator+ (const sc_unsigned &u, const sc_uint_base &v) |
sc_unsigned | operator+ (const sc_uint_base &u, const sc_unsigned &v) |
sc_unsigned | operator* (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator* (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator* (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator* (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator* (uint64 u, const sc_unsigned &v) |
sc_unsigned | operator* (unsigned long u, const sc_unsigned &v) |
sc_unsigned | operator* (unsigned int u, const sc_unsigned &v) |
sc_unsigned | operator* (const sc_unsigned &u, const sc_uint_base &v) |
sc_unsigned | operator* (const sc_uint_base &u, const sc_unsigned &v) |
sc_unsigned | operator/ (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator/ (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator/ (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator/ (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator/ (uint64 u, const sc_unsigned &v) |
sc_unsigned | operator/ (unsigned long u, const sc_unsigned &v) |
sc_unsigned | operator/ (unsigned int u, const sc_unsigned &v) |
sc_unsigned | operator/ (const sc_unsigned &u, const sc_uint_base &v) |
sc_unsigned | operator/ (const sc_uint_base &u, const sc_unsigned &v) |
sc_unsigned | operator% (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator% (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator% (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator% (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator% (uint64 u, const sc_unsigned &v) |
sc_unsigned | operator% (unsigned long u, const sc_unsigned &v) |
sc_unsigned | operator% (unsigned int u, const sc_unsigned &v) |
sc_unsigned | operator% (const sc_unsigned &u, const sc_uint_base &v) |
sc_unsigned | operator% (const sc_uint_base &u, const sc_unsigned &v) |
sc_unsigned | operator& (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator& (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator& (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator& (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator& (uint64 u, const sc_unsigned &v) |
sc_unsigned | operator& (unsigned long u, const sc_unsigned &v) |
sc_unsigned | operator& (unsigned int u, const sc_unsigned &v) |
sc_unsigned | operator& (const sc_unsigned &u, const sc_uint_base &v) |
sc_unsigned | operator& (const sc_uint_base &u, const sc_unsigned &v) |
sc_unsigned | operator| (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator| (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator| (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator| (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator| (uint64 u, const sc_unsigned &v) |
sc_unsigned | operator| (unsigned long u, const sc_unsigned &v) |
sc_unsigned | operator| (unsigned int u, const sc_unsigned &v) |
sc_unsigned | operator| (const sc_unsigned &u, const sc_uint_base &v) |
sc_unsigned | operator| (const sc_uint_base &u, const sc_unsigned &v) |
sc_unsigned | operator^ (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator^ (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator^ (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator^ (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator^ (uint64 u, const sc_unsigned &v) |
sc_unsigned | operator^ (unsigned long u, const sc_unsigned &v) |
sc_unsigned | operator^ (unsigned int u, const sc_unsigned &v) |
sc_unsigned | operator^ (const sc_unsigned &u, const sc_uint_base &v) |
sc_unsigned | operator^ (const sc_uint_base &u, const sc_unsigned &v) |
sc_unsigned | operator<< (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator<< (const sc_unsigned &u, int64 v) |
sc_unsigned | operator<< (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator<< (const sc_unsigned &u, long v) |
sc_unsigned | operator<< (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator<< (const sc_unsigned &u, int v) |
sc_unsigned | operator<< (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator<< (const sc_unsigned &u, const sc_uint_base &v) |
sc_unsigned | operator<< (const sc_unsigned &u, const sc_int_base &v) |
sc_unsigned | operator>> (const sc_unsigned &u, const sc_unsigned &v) |
sc_unsigned | operator>> (const sc_unsigned &u, int64 v) |
sc_unsigned | operator>> (const sc_unsigned &u, uint64 v) |
sc_unsigned | operator>> (const sc_unsigned &u, long v) |
sc_unsigned | operator>> (const sc_unsigned &u, unsigned long v) |
sc_unsigned | operator>> (const sc_unsigned &u, int v) |
sc_unsigned | operator>> (const sc_unsigned &u, unsigned int v) |
sc_unsigned | operator>> (const sc_unsigned &, const sc_uint_base &) |
sc_unsigned | operator>> (const sc_unsigned &, const sc_int_base &) |
sc_unsigned | operator+ (const sc_unsigned &u) |
bool | operator== (const sc_unsigned &u, const sc_unsigned &v) |
bool | operator== (const sc_unsigned &u, int64 v) |
bool | operator== (const sc_unsigned &u, uint64 v) |
bool | operator== (const sc_unsigned &u, long v) |
bool | operator== (const sc_unsigned &u, unsigned long v) |
bool | operator== (const sc_unsigned &u, int v) |
bool | operator== (const sc_unsigned &u, unsigned int v) |
bool | operator== (int64 u, const sc_unsigned &v) |
bool | operator== (uint64 u, const sc_unsigned &v) |
bool | operator== (long u, const sc_unsigned &v) |
bool | operator== (unsigned long u, const sc_unsigned &v) |
bool | operator== (int u, const sc_unsigned &v) |
bool | operator== (unsigned int u, const sc_unsigned &v) |
bool | operator== (const sc_unsigned &u, const sc_uint_base &v) |
bool | operator== (const sc_unsigned &u, const sc_int_base &v) |
bool | operator== (const sc_uint_base &u, const sc_unsigned &v) |
bool | operator== (const sc_int_base &u, const sc_unsigned &v) |
bool | operator!= (const sc_unsigned &u, const sc_unsigned &v) |
bool | operator!= (const sc_unsigned &u, int64 v) |
bool | operator!= (const sc_unsigned &u, uint64 v) |
bool | operator!= (const sc_unsigned &u, long v) |
bool | operator!= (const sc_unsigned &u, unsigned long v) |
bool | operator!= (const sc_unsigned &u, int v) |
bool | operator!= (const sc_unsigned &u, unsigned int v) |
bool | operator!= (int64 u, const sc_unsigned &v) |
bool | operator!= (uint64 u, const sc_unsigned &v) |
bool | operator!= (long u, const sc_unsigned &v) |
bool | operator!= (unsigned long u, const sc_unsigned &v) |
bool | operator!= (int u, const sc_unsigned &v) |
bool | operator!= (unsigned int u, const sc_unsigned &v) |
bool | operator!= (const sc_unsigned &u, const sc_uint_base &v) |
bool | operator!= (const sc_unsigned &u, const sc_int_base &v) |
bool | operator!= (const sc_uint_base &u, const sc_unsigned &v) |
bool | operator!= (const sc_int_base &u, const sc_unsigned &v) |
bool | operator< (const sc_unsigned &u, const sc_unsigned &v) |
bool | operator< (const sc_unsigned &u, int64 v) |
bool | operator< (const sc_unsigned &u, uint64 v) |
bool | operator< (const sc_unsigned &u, long v) |
bool | operator< (const sc_unsigned &u, unsigned long v) |
bool | operator< (const sc_unsigned &u, int v) |
bool | operator< (const sc_unsigned &u, unsigned int v) |
bool | operator< (int64 u, const sc_unsigned &v) |
bool | operator< (uint64 u, const sc_unsigned &v) |
bool | operator< (long u, const sc_unsigned &v) |
bool | operator< (unsigned long u, const sc_unsigned &v) |
bool | operator< (int u, const sc_unsigned &v) |
bool | operator< (unsigned int u, const sc_unsigned &v) |
bool | operator< (const sc_unsigned &u, const sc_uint_base &v) |
bool | operator< (const sc_unsigned &u, const sc_int_base &v) |
bool | operator< (const sc_uint_base &u, const sc_unsigned &v) |
bool | operator< (const sc_int_base &u, const sc_unsigned &v) |
bool | operator<= (const sc_unsigned &u, const sc_unsigned &v) |
bool | operator<= (const sc_unsigned &u, int64 v) |
bool | operator<= (const sc_unsigned &u, uint64 v) |
bool | operator<= (const sc_unsigned &u, long v) |
bool | operator<= (const sc_unsigned &u, unsigned long v) |
bool | operator<= (const sc_unsigned &u, int v) |
bool | operator<= (const sc_unsigned &u, unsigned int v) |
bool | operator<= (int64 u, const sc_unsigned &v) |
bool | operator<= (uint64 u, const sc_unsigned &v) |
bool | operator<= (long u, const sc_unsigned &v) |
bool | operator<= (unsigned long u, const sc_unsigned &v) |
bool | operator<= (int u, const sc_unsigned &v) |
bool | operator<= (unsigned int u, const sc_unsigned &v) |
bool | operator<= (const sc_unsigned &u, const sc_uint_base &v) |
bool | operator<= (const sc_unsigned &u, const sc_int_base &v) |
bool | operator<= (const sc_uint_base &u, const sc_unsigned &v) |
bool | operator<= (const sc_int_base &u, const sc_unsigned &v) |
bool | operator> (const sc_unsigned &u, const sc_unsigned &v) |
bool | operator> (const sc_unsigned &u, int64 v) |
bool | operator> (const sc_unsigned &u, uint64 v) |
bool | operator> (const sc_unsigned &u, long v) |
bool | operator> (const sc_unsigned &u, unsigned long v) |
bool | operator> (const sc_unsigned &u, int v) |
bool | operator> (const sc_unsigned &u, unsigned int v) |
bool | operator> (int64 u, const sc_unsigned &v) |
bool | operator> (uint64 u, const sc_unsigned &v) |
bool | operator> (long u, const sc_unsigned &v) |
bool | operator> (unsigned long u, const sc_unsigned &v) |
bool | operator> (int u, const sc_unsigned &v) |
bool | operator> (unsigned int u, const sc_unsigned &v) |
bool | operator> (const sc_unsigned &u, const sc_uint_base &v) |
bool | operator> (const sc_unsigned &u, const sc_int_base &v) |
bool | operator> (const sc_uint_base &u, const sc_unsigned &v) |
bool | operator> (const sc_int_base &u, const sc_unsigned &v) |
bool | operator>= (const sc_unsigned &u, const sc_unsigned &v) |
bool | operator>= (const sc_unsigned &u, int64 v) |
bool | operator>= (const sc_unsigned &u, uint64 v) |
bool | operator>= (const sc_unsigned &u, long v) |
bool | operator>= (const sc_unsigned &u, unsigned long v) |
bool | operator>= (const sc_unsigned &u, int v) |
bool | operator>= (const sc_unsigned &u, unsigned int v) |
bool | operator>= (int64 u, const sc_unsigned &v) |
bool | operator>= (uint64 u, const sc_unsigned &v) |
bool | operator>= (long u, const sc_unsigned &v) |
bool | operator>= (unsigned long u, const sc_unsigned &v) |
bool | operator>= (int u, const sc_unsigned &v) |
bool | operator>= (unsigned int u, const sc_unsigned &v) |
bool | operator>= (const sc_unsigned &u, const sc_uint_base &v) |
bool | operator>= (const sc_unsigned &u, const sc_int_base &v) |
bool | operator>= (const sc_uint_base &u, const sc_unsigned &v) |
bool | operator>= (const sc_int_base &u, const sc_unsigned &v) |
sc_unsigned | operator~ (const sc_unsigned &u) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_unsigned_bitref_r &) |
inline::std::istream & | operator>> (::std::istream &, sc_unsigned_bitref &) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_unsigned_subref_r &) |
inline::std::istream & | operator>> (::std::istream &, sc_unsigned_subref &) |
inline::std::ostream & | operator<< (::std::ostream &, const sc_unsigned &) |
inline::std::istream & | operator>> (::std::istream &, sc_unsigned &) |
bool | and_reduce (const sc_concatref &a) |
bool | nand_reduce (const sc_concatref &a) |
bool | or_reduce (const sc_concatref &a) |
bool | nor_reduce (const sc_concatref &a) |
bool | xor_reduce (const sc_concatref &a) |
bool | xnor_reduce (const sc_concatref &a) |
const sc_unsigned | operator<< (const sc_concatref &target, uint64 shift) |
const sc_unsigned | operator<< (const sc_concatref &target, int64 shift) |
const sc_unsigned | operator<< (const sc_concatref &target, unsigned long shift) |
const sc_unsigned | operator<< (const sc_concatref &target, int shift) |
const sc_unsigned | operator<< (const sc_concatref &target, unsigned int shift) |
const sc_unsigned | operator<< (const sc_concatref &target, long shift) |
const sc_unsigned | operator>> (const sc_concatref &target, uint64 shift) |
const sc_unsigned | operator>> (const sc_concatref &target, int64 shift) |
const sc_unsigned | operator>> (const sc_concatref &target, unsigned long shift) |
const sc_unsigned | operator>> (const sc_concatref &target, int shift) |
const sc_unsigned | operator>> (const sc_concatref &target, unsigned int shift) |
const sc_unsigned | operator>> (const sc_concatref &target, long shift) |
inline::std::ostream & | operator<< (::std::ostream &os, const sc_concatref &v) |
inline::std::istream & | operator>> (::std::istream &is, sc_concatref &a) |
sc_dt::sc_concatref & | concat (sc_dt::sc_value_base &a, sc_dt::sc_value_base &b) |
const sc_dt::sc_concatref & | concat (const sc_dt::sc_value_base &a, const sc_dt::sc_value_base &b) |
const sc_dt::sc_concatref & | concat (const sc_dt::sc_value_base &a, bool b) |
const sc_dt::sc_concatref & | concat (bool a, const sc_dt::sc_value_base &b) |
sc_dt::sc_concatref & | operator, (sc_dt::sc_value_base &a, sc_dt::sc_value_base &b) |
const sc_dt::sc_concatref & | operator, (const sc_dt::sc_value_base &a, const sc_dt::sc_value_base &b) |
const sc_dt::sc_concatref & | operator, (const sc_dt::sc_value_base &a, bool b) |
const sc_dt::sc_concatref & | operator, (bool a, const sc_dt::sc_value_base &b) |
template<class T > | |
const T | sc_min (const T &a, const T &b) |
template<class T > | |
const T | sc_max (const T &a, const T &b) |
template<class T > | |
const T | sc_abs (const T &a) |
sc_string_old | operator+ (const char *s, const sc_string_old &t) |
systemc_ostream & | operator<< (systemc_ostream &os, const sc_string_old &a) |
typedef ::std::ios::fmtflags sc_dt::fmtflags |
Definition at line 222 of file sc_nbdefs.h.
typedef unsigned short sc_dt::half_word |
Definition at line 69 of file scfx_mant.h.
typedef int64_t sc_dt::int64 |
Definition at line 182 of file sc_nbdefs.h.
typedef int64 sc_dt::int_type |
Definition at line 233 of file sc_nbdefs.h.
typedef unsigned int sc_dt::sc_digit |
Definition at line 173 of file sc_nbdefs.h.
Definition at line 103 of file sc_fxcast_switch.h.
Definition at line 126 of file sc_fxtype_params.h.
Definition at line 117 of file sc_length_param.h.
typedef int sc_dt::small_type |
Definition at line 118 of file sc_nbdefs.h.
typedef ::std::istream sc_dt::systemc_istream |
Definition at line 46 of file sc_iostream.h.
typedef ::std::ostream sc_dt::systemc_ostream |
Definition at line 47 of file sc_iostream.h.
typedef unsigned char sc_dt::uchar |
Definition at line 114 of file sc_nbdefs.h.
typedef uint64_t sc_dt::uint64 |
Definition at line 183 of file sc_nbdefs.h.
typedef uint64 sc_dt::uint_type |
Definition at line 234 of file sc_nbdefs.h.
typedef unsigned int sc_dt::word |
Definition at line 65 of file scfx_mant.h.
Enumerator | |
---|---|
SC_NOW | |
SC_LATER |
Definition at line 125 of file sc_context.h.
enum sc_dt::sc_enc |
Enumerator | |
---|---|
SC_TC_ | |
SC_US_ |
Definition at line 63 of file sc_fxdefs.h.
enum sc_dt::sc_fmt |
Enumerator | |
---|---|
SC_F | |
SC_E |
Definition at line 169 of file sc_fxdefs.h.
Enumerator | |
---|---|
Log_0 | |
Log_1 | |
Log_Z | |
Log_X |
Definition at line 85 of file sc_logic.h.
enum sc_dt::sc_numrep |
Enumerator | |
---|---|
SC_NOBASE | |
SC_BIN | |
SC_OCT | |
SC_DEC | |
SC_HEX | |
SC_BIN_US | |
SC_BIN_SM | |
SC_OCT_US | |
SC_OCT_SM | |
SC_HEX_US | |
SC_HEX_SM | |
SC_CSD |
Definition at line 91 of file sc_nbdefs.h.
enum sc_dt::sc_o_mode |
Enumerator | |
---|---|
SC_SAT | |
SC_SAT_ZERO | |
SC_SAT_SYM | |
SC_WRAP | |
SC_WRAP_SM |
Definition at line 116 of file sc_fxdefs.h.
enum sc_dt::sc_q_mode |
Enumerator | |
---|---|
SC_RND | |
SC_RND_ZERO | |
SC_RND_MIN_INF | |
SC_RND_INF | |
SC_RND_CONV | |
SC_TRN | |
SC_TRN_ZERO |
Definition at line 87 of file sc_fxdefs.h.
enum sc_dt::sc_switch |
Enumerator | |
---|---|
SC_OFF | |
SC_ON |
Definition at line 145 of file sc_fxdefs.h.
void sc_dt::add_on_help | ( | small_type & | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
scfx_rep* sc_dt::add_scfx_rep | ( | const scfx_rep & | , |
const scfx_rep & | , | ||
int | max_wl = SC_DEFAULT_MAX_WL_ |
||
) |
sc_signed sc_dt::add_signed_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_unsigned sc_dt::add_unsigned_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
void sc_dt::and_on_help | ( | small_type | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
|
inline |
Definition at line 465 of file sc_concatref.h.
|
inline |
Definition at line 1104 of file sc_uint_base.h.
|
inline |
Definition at line 1134 of file sc_int_base.h.
|
inline |
Definition at line 1287 of file sc_uint_base.h.
|
inline |
Definition at line 1317 of file sc_int_base.h.
|
inline |
Definition at line 1538 of file sc_proxy.h.
sc_signed sc_dt::and_signed_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_unsigned sc_dt::and_unsigned_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
|
inline |
Definition at line 742 of file sc_proxy.h.
|
inline |
Definition at line 768 of file sc_proxy.h.
|
inline |
Definition at line 786 of file sc_proxy.h.
|
inline |
Definition at line 805 of file sc_proxy.h.
|
inline |
Definition at line 824 of file sc_proxy.h.
|
inline |
Definition at line 842 of file sc_proxy.h.
|
inline |
|
inline |
Definition at line 1065 of file sc_proxy.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1089 of file sc_proxy.h.
|
inline |
|
inline |
Definition at line 1113 of file sc_proxy.h.
|
inline |
Definition at line 410 of file sc_nbutils.h.
|
inline |
Definition at line 718 of file sc_nbutils.h.
|
inline |
Definition at line 737 of file sc_nbutils.h.
int sc_dt::cmp_scfx_rep | ( | const scfx_rep & | , |
const scfx_rep & | |||
) |
int sc_dt::compare_unsigned | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd, | ||
small_type | if_u_signed = 0 , |
||
small_type | if_v_signed = 0 |
||
) |
|
inline |
Definition at line 358 of file scfx_mant.h.
|
inline |
Definition at line 2025 of file sc_bit_proxies.h.
|
inline |
Definition at line 2034 of file sc_bit_proxies.h.
|
inline |
Definition at line 2043 of file sc_bit_proxies.h.
|
inline |
Definition at line 2052 of file sc_bit_proxies.h.
|
inline |
Definition at line 915 of file sc_lv_base.h.
|
inline |
Definition at line 924 of file sc_lv_base.h.
|
inline |
Definition at line 933 of file sc_lv_base.h.
|
inline |
Definition at line 942 of file sc_lv_base.h.
|
inline |
Definition at line 951 of file sc_lv_base.h.
|
inline |
Definition at line 960 of file sc_lv_base.h.
|
inline |
Definition at line 2137 of file sc_bit_proxies.h.
|
inline |
Definition at line 2146 of file sc_bit_proxies.h.
|
inline |
Definition at line 375 of file sc_nbutils.h.
|
inline |
Definition at line 2155 of file sc_bit_proxies.h.
|
inline |
Definition at line 2164 of file sc_bit_proxies.h.
|
inline |
Definition at line 2173 of file sc_bit_proxies.h.
|
inline |
Definition at line 2182 of file sc_bit_proxies.h.
|
inline |
Definition at line 2191 of file sc_bit_proxies.h.
|
inline |
Definition at line 2200 of file sc_bit_proxies.h.
|
inline |
Definition at line 1027 of file sc_lv_base.h.
|
inline |
Definition at line 1036 of file sc_lv_base.h.
|
inline |
Definition at line 1045 of file sc_lv_base.h.
|
inline |
Definition at line 1054 of file sc_lv_base.h.
|
inline |
Definition at line 1063 of file sc_lv_base.h.
|
inline |
Definition at line 1072 of file sc_lv_base.h.
|
inline |
Definition at line 2428 of file sc_bit_proxies.h.
|
inline |
Definition at line 2437 of file sc_bit_proxies.h.
|
inline |
Definition at line 2446 of file sc_bit_proxies.h.
|
inline |
Definition at line 2455 of file sc_bit_proxies.h.
|
inline |
Definition at line 754 of file sc_concatref.h.
|
inline |
Definition at line 2687 of file sc_bit_proxies.h.
|
inline |
Definition at line 2696 of file sc_bit_proxies.h.
|
inline |
Definition at line 2705 of file sc_bit_proxies.h.
|
inline |
Definition at line 766 of file sc_concatref.h.
|
inline |
Definition at line 2714 of file sc_bit_proxies.h.
|
inline |
Definition at line 1147 of file sc_lv_base.h.
|
inline |
Definition at line 778 of file sc_concatref.h.
|
inline |
Definition at line 1156 of file sc_lv_base.h.
|
inline |
Definition at line 1165 of file sc_lv_base.h.
|
inline |
Definition at line 1174 of file sc_lv_base.h.
|
inline |
Definition at line 791 of file sc_concatref.h.
|
inline |
Definition at line 1183 of file sc_lv_base.h.
|
inline |
Definition at line 1192 of file sc_lv_base.h.
|
inline |
Definition at line 2799 of file sc_bit_proxies.h.
|
inline |
Definition at line 2808 of file sc_bit_proxies.h.
|
inline |
Definition at line 2817 of file sc_bit_proxies.h.
|
inline |
Definition at line 2826 of file sc_bit_proxies.h.
|
inline |
Definition at line 2835 of file sc_bit_proxies.h.
|
inline |
Definition at line 2844 of file sc_bit_proxies.h.
|
inline |
Definition at line 2853 of file sc_bit_proxies.h.
|
inline |
Definition at line 2862 of file sc_bit_proxies.h.
|
inline |
Definition at line 1259 of file sc_lv_base.h.
|
inline |
Definition at line 1268 of file sc_lv_base.h.
|
inline |
Definition at line 1277 of file sc_lv_base.h.
|
inline |
Definition at line 1286 of file sc_lv_base.h.
|
inline |
Definition at line 1295 of file sc_lv_base.h.
|
inline |
Definition at line 1304 of file sc_lv_base.h.
|
inline |
Definition at line 951 of file sc_lv_base.h.
|
inline |
Definition at line 960 of file sc_lv_base.h.
|
inline |
Definition at line 1063 of file sc_lv_base.h.
|
inline |
Definition at line 1072 of file sc_lv_base.h.
|
inline |
Definition at line 2938 of file sc_bit_proxies.h.
|
inline |
Definition at line 2947 of file sc_bit_proxies.h.
|
inline |
Definition at line 2956 of file sc_bit_proxies.h.
|
inline |
Definition at line 2965 of file sc_bit_proxies.h.
|
inline |
Definition at line 3238 of file sc_bit_proxies.h.
|
inline |
Definition at line 3247 of file sc_bit_proxies.h.
|
inline |
Definition at line 3256 of file sc_bit_proxies.h.
|
inline |
Definition at line 3265 of file sc_bit_proxies.h.
|
inline |
Definition at line 1424 of file sc_lv_base.h.
|
inline |
Definition at line 1433 of file sc_lv_base.h.
|
inline |
Definition at line 1442 of file sc_lv_base.h.
|
inline |
Definition at line 1451 of file sc_lv_base.h.
|
inline |
Definition at line 1460 of file sc_lv_base.h.
|
inline |
Definition at line 1469 of file sc_lv_base.h.
|
inline |
Definition at line 3350 of file sc_bit_proxies.h.
|
inline |
Definition at line 3359 of file sc_bit_proxies.h.
|
inline |
Definition at line 3368 of file sc_bit_proxies.h.
|
inline |
Definition at line 3377 of file sc_bit_proxies.h.
|
inline |
Definition at line 3386 of file sc_bit_proxies.h.
|
inline |
Definition at line 3395 of file sc_bit_proxies.h.
|
inline |
Definition at line 3404 of file sc_bit_proxies.h.
|
inline |
Definition at line 3413 of file sc_bit_proxies.h.
|
inline |
Definition at line 1536 of file sc_lv_base.h.
|
inline |
Definition at line 1545 of file sc_lv_base.h.
|
inline |
Definition at line 1554 of file sc_lv_base.h.
|
inline |
Definition at line 1563 of file sc_lv_base.h.
|
inline |
Definition at line 1572 of file sc_lv_base.h.
|
inline |
Definition at line 1581 of file sc_lv_base.h.
|
inline |
Definition at line 3483 of file sc_bit_proxies.h.
|
inline |
Definition at line 3492 of file sc_bit_proxies.h.
|
inline |
Definition at line 3501 of file sc_bit_proxies.h.
|
inline |
Definition at line 3510 of file sc_bit_proxies.h.
|
inline |
Definition at line 3576 of file sc_bit_proxies.h.
|
inline |
Definition at line 3585 of file sc_bit_proxies.h.
|
inline |
Definition at line 3594 of file sc_bit_proxies.h.
|
inline |
Definition at line 3603 of file sc_bit_proxies.h.
|
inline |
Definition at line 1657 of file sc_lv_base.h.
|
inline |
Definition at line 1666 of file sc_lv_base.h.
|
inline |
Definition at line 1675 of file sc_lv_base.h.
|
inline |
Definition at line 1684 of file sc_lv_base.h.
|
inline |
Definition at line 1693 of file sc_lv_base.h.
|
inline |
Definition at line 1702 of file sc_lv_base.h.
|
inline |
Definition at line 3688 of file sc_bit_proxies.h.
|
inline |
Definition at line 3697 of file sc_bit_proxies.h.
|
inline |
Definition at line 3706 of file sc_bit_proxies.h.
|
inline |
Definition at line 3715 of file sc_bit_proxies.h.
|
inline |
Definition at line 3724 of file sc_bit_proxies.h.
|
inline |
Definition at line 3733 of file sc_bit_proxies.h.
|
inline |
Definition at line 3742 of file sc_bit_proxies.h.
|
inline |
Definition at line 3751 of file sc_bit_proxies.h.
|
inline |
Definition at line 1769 of file sc_lv_base.h.
|
inline |
Definition at line 1778 of file sc_lv_base.h.
|
inline |
Definition at line 1787 of file sc_lv_base.h.
|
inline |
Definition at line 1796 of file sc_lv_base.h.
|
inline |
Definition at line 1805 of file sc_lv_base.h.
|
inline |
Definition at line 1814 of file sc_lv_base.h.
|
inline |
Definition at line 3802 of file sc_bit_proxies.h.
|
inline |
Definition at line 3811 of file sc_bit_proxies.h.
|
inline |
Definition at line 3820 of file sc_bit_proxies.h.
|
inline |
Definition at line 3829 of file sc_bit_proxies.h.
|
inline |
Definition at line 827 of file sc_nbutils.h.
|
inline |
Definition at line 882 of file sc_nbutils.h.
|
inline |
Definition at line 863 of file sc_nbutils.h.
|
inline |
Definition at line 873 of file sc_nbutils.h.
|
inline |
Definition at line 798 of file sc_nbutils.h.
|
inline |
Definition at line 785 of file sc_nbutils.h.
const std::string sc_dt::convert_to_bin | ( | const char * | s | ) |
const std::string sc_dt::convert_to_fmt | ( | const std::string & | s, |
sc_numrep | numrep, | ||
bool | |||
) |
|
inline |
Definition at line 910 of file sc_nbutils.h.
|
inline |
Definition at line 941 of file sc_nbutils.h.
|
inline |
Definition at line 922 of file sc_nbutils.h.
|
inline |
Definition at line 932 of file sc_nbutils.h.
|
inline |
Definition at line 954 of file sc_nbutils.h.
|
inline |
Definition at line 975 of file sc_nbutils.h.
sc_dt::DEFN_BIN_OP_T | ( | / | , |
div | , | ||
int64 | |||
) |
uint64 sc_dt::DEFN_BIN_OP_T | ( | / | , |
div | , | ||
const sc_int_base & | |||
) |
uint64 const sc_uint_base& sc_dt::DEFN_BIN_OP_T | ( | / | , |
div | , | ||
const sc_signed & | |||
) | const |
|
inline |
Definition at line 402 of file sc_nbutils.h.
|
inline |
Definition at line 701 of file sc_nbutils.h.
void sc_dt::div_on_help_signed | ( | small_type & | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
void sc_dt::div_on_help_unsigned | ( | small_type & | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
scfx_rep* sc_dt::div_scfx_rep | ( | const scfx_rep & | , |
const scfx_rep & | , | ||
int | max_wl = SC_DEFAULT_DIV_WL_ |
||
) |
sc_signed sc_dt::div_signed_friend | ( | small_type | s, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_unsigned sc_dt::div_unsigned_friend | ( | small_type | s, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
|
inline |
|
inline |
Definition at line 727 of file sc_proxy.h.
|
inline |
Definition at line 612 of file sc_nbutils.h.
small_type sc_dt::fsm_move | ( | char | c, |
small_type & | b, | ||
small_type & | s, | ||
small_type & | state | ||
) |
const char* sc_dt::get_base_and_sign | ( | const char * | v, |
small_type & | base, | ||
small_type & | sign | ||
) |
|
inline |
Definition at line 642 of file sc_nbutils.h.
|
inline |
Definition at line 709 of file sc_proxy.h.
|
inline |
Definition at line 359 of file sc_nbutils.h.
|
inline |
Definition at line 366 of file sc_nbutils.h.
|
inline |
Definition at line 373 of file scfx_mant.h.
|
inline |
Definition at line 1037 of file sc_nbutils.h.
|
inline |
Definition at line 1029 of file sc_nbutils.h.
|
inline |
Definition at line 1022 of file sc_nbutils.h.
|
inline |
Definition at line 130 of file sc_nbutils.h.
|
inline |
Definition at line 347 of file sc_nbutils.h.
|
inline |
Definition at line 737 of file sc_lv_base.h.
|
inline |
Definition at line 423 of file scfx_rep.h.
|
inline |
Definition at line 1088 of file sc_fxval.h.
|
inline |
Definition at line 1843 of file sc_fxval.h.
|
inline |
Definition at line 2986 of file sc_fxnum.h.
|
inline |
Definition at line 3002 of file sc_fxnum.h.
|
inline |
Definition at line 4105 of file sc_fxnum.h.
|
inline |
Definition at line 4121 of file sc_fxnum.h.
|
inline |
Definition at line 754 of file sc_nbutils.h.
void sc_dt::mod_on_help_signed | ( | small_type & | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
void sc_dt::mod_on_help_unsigned | ( | small_type & | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_signed sc_dt::mod_signed_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_unsigned sc_dt::mod_unsigned_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
void sc_dt::mul_on_help_signed | ( | small_type & | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
void sc_dt::mul_on_help_unsigned | ( | small_type & | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_signed sc_dt::mul_signed_friend | ( | small_type | s, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
|
inline |
Definition at line 665 of file sc_nbutils.h.
sc_unsigned sc_dt::mul_unsigned_friend | ( | small_type | s, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
|
inline |
Definition at line 414 of file scfx_rep.h.
void sc_dt::multiply | ( | scfx_rep & | , |
const scfx_rep & | , | ||
const scfx_rep & | , | ||
int | max_wl = SC_DEFAULT_MAX_WL_ |
||
) |
|
inline |
Definition at line 472 of file sc_concatref.h.
|
inline |
Definition at line 1111 of file sc_uint_base.h.
|
inline |
Definition at line 1141 of file sc_int_base.h.
|
inline |
Definition at line 1294 of file sc_uint_base.h.
|
inline |
Definition at line 1324 of file sc_int_base.h.
|
inline |
Definition at line 1546 of file sc_proxy.h.
|
inline |
Definition at line 901 of file sc_fxval.h.
|
inline |
Definition at line 1663 of file sc_fxval.h.
|
inline |
Definition at line 2687 of file sc_fxnum.h.
|
inline |
Definition at line 2695 of file sc_fxnum.h.
|
inline |
Definition at line 3817 of file sc_fxnum.h.
|
inline |
Definition at line 3825 of file sc_fxnum.h.
|
inline |
Definition at line 405 of file scfx_rep.h.
|
inline |
Definition at line 486 of file sc_concatref.h.
|
inline |
Definition at line 1125 of file sc_uint_base.h.
|
inline |
Definition at line 1155 of file sc_int_base.h.
|
inline |
Definition at line 1308 of file sc_uint_base.h.
|
inline |
Definition at line 1338 of file sc_int_base.h.
|
inline |
Definition at line 1562 of file sc_proxy.h.
|
inline |
|
inline |
Definition at line 383 of file sc_nbutils.h.
|
inline |
Definition at line 391 of file sc_nbutils.h.
|
inline |
Definition at line 166 of file sc_length_param.h.
|
inline |
Definition at line 703 of file sc_uint_base.h.
|
inline |
Definition at line 718 of file sc_int_base.h.
|
inline |
Definition at line 153 of file sc_fxcast_switch.h.
|
inline |
Definition at line 1931 of file sc_bit_proxies.h.
|
inline |
Definition at line 240 of file sc_fxtype_params.h.
|
inline |
|
inline |
Definition at line 340 of file sc_logic.h.
bool sc_dt::operator!= | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
bool sc_dt::operator!= | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
bool sc_dt::operator!= | ( | const sc_unsigned & | u, |
long | v | ||
) |
bool sc_dt::operator!= | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1724 of file sc_unsigned.h.
|
inline |
Definition at line 1726 of file sc_unsigned.h.
bool sc_dt::operator!= | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator!= | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator!= | ( | long | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator!= | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1733 of file sc_unsigned.h.
|
inline |
Definition at line 1735 of file sc_unsigned.h.
bool sc_dt::operator!= | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_signed & | u, |
int64 | v | ||
) |
bool sc_dt::operator!= | ( | const sc_signed & | u, |
uint64 | v | ||
) |
bool sc_dt::operator!= | ( | const sc_signed & | u, |
long | v | ||
) |
bool sc_dt::operator!= | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1949 of file sc_signed.h.
|
inline |
Definition at line 1951 of file sc_signed.h.
bool sc_dt::operator!= | ( | int64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator!= | ( | uint64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator!= | ( | long | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator!= | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1958 of file sc_signed.h.
|
inline |
Definition at line 1960 of file sc_signed.h.
bool sc_dt::operator!= | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator!= | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1333 of file sc_proxy.h.
sc_unsigned sc_dt::operator% | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator% | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_unsigned sc_dt::operator% | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1464 of file sc_unsigned.h.
sc_unsigned sc_dt::operator% | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator% | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1472 of file sc_unsigned.h.
sc_unsigned sc_dt::operator% | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_unsigned sc_dt::operator% | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_unsigned & | u, |
long | v | ||
) |
|
inline |
Definition at line 1628 of file sc_signed.h.
sc_signed sc_dt::operator% | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator% | ( | long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1633 of file sc_signed.h.
sc_signed sc_dt::operator% | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1641 of file sc_signed.h.
|
inline |
Definition at line 1643 of file sc_signed.h.
sc_signed sc_dt::operator% | ( | int64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator% | ( | uint64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator% | ( | long | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator% | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1650 of file sc_signed.h.
|
inline |
Definition at line 1652 of file sc_signed.h.
sc_signed sc_dt::operator% | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator% | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1890 of file sc_bit_proxies.h.
|
inline |
Definition at line 310 of file sc_logic.h.
|
inline |
sc_unsigned sc_dt::operator& | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator& | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_unsigned sc_dt::operator& | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1506 of file sc_unsigned.h.
sc_unsigned sc_dt::operator& | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator& | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1514 of file sc_unsigned.h.
sc_unsigned sc_dt::operator& | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_unsigned sc_dt::operator& | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_unsigned & | u, |
long | v | ||
) |
|
inline |
Definition at line 1684 of file sc_signed.h.
sc_signed sc_dt::operator& | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator& | ( | long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1689 of file sc_signed.h.
sc_signed sc_dt::operator& | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 416 of file sc_lv_base.h.
sc_signed sc_dt::operator& | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1697 of file sc_signed.h.
|
inline |
Definition at line 1699 of file sc_signed.h.
sc_signed sc_dt::operator& | ( | int64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator& | ( | uint64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator& | ( | long | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator& | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1706 of file sc_signed.h.
|
inline |
Definition at line 1708 of file sc_signed.h.
sc_signed sc_dt::operator& | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator& | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 379 of file sc_lv_base.h.
sc_unsigned sc_dt::operator* | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator* | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_unsigned sc_dt::operator* | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1384 of file sc_unsigned.h.
sc_unsigned sc_dt::operator* | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator* | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1392 of file sc_unsigned.h.
sc_signed sc_dt::operator* | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_unsigned sc_dt::operator* | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator* | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_unsigned & | u, |
long | v | ||
) |
|
inline |
Definition at line 1520 of file sc_signed.h.
sc_signed sc_dt::operator* | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator* | ( | long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1525 of file sc_signed.h.
sc_signed sc_dt::operator* | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1533 of file sc_signed.h.
|
inline |
Definition at line 1535 of file sc_signed.h.
sc_signed sc_dt::operator* | ( | int64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator* | ( | uint64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator* | ( | long | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator* | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1542 of file sc_signed.h.
|
inline |
Definition at line 1544 of file sc_signed.h.
sc_signed sc_dt::operator* | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator* | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
sc_string_old sc_dt::operator+ | ( | const char * | s, |
const sc_string_old & | t | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_unsigned & | u, |
long | v | ||
) |
|
inline |
Definition at line 1401 of file sc_signed.h.
sc_signed sc_dt::operator+ | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator+ | ( | long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1406 of file sc_signed.h.
sc_signed sc_dt::operator+ | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1414 of file sc_signed.h.
|
inline |
Definition at line 1416 of file sc_signed.h.
sc_signed sc_dt::operator+ | ( | int64 | u, |
const sc_signed & | v | ||
) |
sc_unsigned sc_dt::operator+ | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator+ | ( | uint64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator+ | ( | long | u, |
const sc_signed & | v | ||
) |
sc_unsigned sc_dt::operator+ | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator+ | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1423 of file sc_signed.h.
sc_unsigned sc_dt::operator+ | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1425 of file sc_signed.h.
|
inline |
Definition at line 1306 of file sc_unsigned.h.
sc_signed sc_dt::operator+ | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_unsigned sc_dt::operator+ | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
sc_unsigned sc_dt::operator+ | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator+ | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1314 of file sc_unsigned.h.
sc_unsigned sc_dt::operator+ | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_unsigned sc_dt::operator+ | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator+ | ( | const sc_unsigned & | u | ) |
sc_signed sc_dt::operator+ | ( | const sc_signed & | u | ) |
|
inline |
Definition at line 1988 of file sc_bit_proxies.h.
|
inline |
Definition at line 1997 of file sc_bit_proxies.h.
|
inline |
Definition at line 2006 of file sc_bit_proxies.h.
|
inline |
Definition at line 2015 of file sc_bit_proxies.h.
|
inline |
Definition at line 860 of file sc_lv_base.h.
|
inline |
Definition at line 869 of file sc_lv_base.h.
|
inline |
Definition at line 878 of file sc_lv_base.h.
|
inline |
Definition at line 887 of file sc_lv_base.h.
|
inline |
Definition at line 896 of file sc_lv_base.h.
|
inline |
Definition at line 905 of file sc_lv_base.h.
|
inline |
Definition at line 2064 of file sc_bit_proxies.h.
|
inline |
Definition at line 2073 of file sc_bit_proxies.h.
|
inline |
Definition at line 2082 of file sc_bit_proxies.h.
|
inline |
Definition at line 2091 of file sc_bit_proxies.h.
|
inline |
Definition at line 2100 of file sc_bit_proxies.h.
|
inline |
Definition at line 2109 of file sc_bit_proxies.h.
|
inline |
Definition at line 2118 of file sc_bit_proxies.h.
|
inline |
Definition at line 2127 of file sc_bit_proxies.h.
|
inline |
Definition at line 972 of file sc_lv_base.h.
|
inline |
Definition at line 981 of file sc_lv_base.h.
|
inline |
Definition at line 990 of file sc_lv_base.h.
|
inline |
Definition at line 999 of file sc_lv_base.h.
|
inline |
Definition at line 1008 of file sc_lv_base.h.
|
inline |
Definition at line 1017 of file sc_lv_base.h.
|
inline |
Definition at line 2391 of file sc_bit_proxies.h.
|
inline |
Definition at line 2400 of file sc_bit_proxies.h.
|
inline |
Definition at line 2409 of file sc_bit_proxies.h.
|
inline |
Definition at line 2418 of file sc_bit_proxies.h.
|
inline |
Definition at line 2650 of file sc_bit_proxies.h.
|
inline |
Definition at line 2659 of file sc_bit_proxies.h.
|
inline |
Definition at line 2668 of file sc_bit_proxies.h.
|
inline |
Definition at line 2677 of file sc_bit_proxies.h.
|
inline |
Definition at line 1092 of file sc_lv_base.h.
|
inline |
Definition at line 1101 of file sc_lv_base.h.
|
inline |
Definition at line 1110 of file sc_lv_base.h.
|
inline |
Definition at line 1119 of file sc_lv_base.h.
|
inline |
Definition at line 1128 of file sc_lv_base.h.
|
inline |
Definition at line 1137 of file sc_lv_base.h.
|
inline |
Definition at line 802 of file sc_concatref.h.
|
inline |
Definition at line 2726 of file sc_bit_proxies.h.
|
inline |
Definition at line 814 of file sc_concatref.h.
|
inline |
Definition at line 2735 of file sc_bit_proxies.h.
|
inline |
Definition at line 2744 of file sc_bit_proxies.h.
|
inline |
Definition at line 2753 of file sc_bit_proxies.h.
|
inline |
Definition at line 826 of file sc_concatref.h.
|
inline |
Definition at line 2762 of file sc_bit_proxies.h.
|
inline |
Definition at line 2771 of file sc_bit_proxies.h.
|
inline |
Definition at line 2780 of file sc_bit_proxies.h.
|
inline |
Definition at line 839 of file sc_concatref.h.
|
inline |
Definition at line 2789 of file sc_bit_proxies.h.
|
inline |
Definition at line 1204 of file sc_lv_base.h.
|
inline |
Definition at line 1213 of file sc_lv_base.h.
|
inline |
Definition at line 1222 of file sc_lv_base.h.
|
inline |
Definition at line 1231 of file sc_lv_base.h.
|
inline |
Definition at line 1240 of file sc_lv_base.h.
|
inline |
Definition at line 1249 of file sc_lv_base.h.
|
inline |
Definition at line 896 of file sc_lv_base.h.
|
inline |
Definition at line 905 of file sc_lv_base.h.
|
inline |
Definition at line 1008 of file sc_lv_base.h.
|
inline |
Definition at line 1017 of file sc_lv_base.h.
|
inline |
Definition at line 2901 of file sc_bit_proxies.h.
|
inline |
Definition at line 2910 of file sc_bit_proxies.h.
|
inline |
Definition at line 2919 of file sc_bit_proxies.h.
|
inline |
Definition at line 2928 of file sc_bit_proxies.h.
|
inline |
Definition at line 3201 of file sc_bit_proxies.h.
|
inline |
Definition at line 3210 of file sc_bit_proxies.h.
|
inline |
Definition at line 3219 of file sc_bit_proxies.h.
|
inline |
Definition at line 3228 of file sc_bit_proxies.h.
|
inline |
Definition at line 1369 of file sc_lv_base.h.
|
inline |
Definition at line 1378 of file sc_lv_base.h.
|
inline |
Definition at line 1387 of file sc_lv_base.h.
|
inline |
Definition at line 1396 of file sc_lv_base.h.
|
inline |
Definition at line 1405 of file sc_lv_base.h.
|
inline |
Definition at line 1414 of file sc_lv_base.h.
|
inline |
Definition at line 3277 of file sc_bit_proxies.h.
|
inline |
Definition at line 3286 of file sc_bit_proxies.h.
|
inline |
Definition at line 3295 of file sc_bit_proxies.h.
|
inline |
Definition at line 3304 of file sc_bit_proxies.h.
|
inline |
Definition at line 3313 of file sc_bit_proxies.h.
|
inline |
Definition at line 3322 of file sc_bit_proxies.h.
|
inline |
Definition at line 3331 of file sc_bit_proxies.h.
|
inline |
Definition at line 3340 of file sc_bit_proxies.h.
|
inline |
Definition at line 1481 of file sc_lv_base.h.
|
inline |
Definition at line 1490 of file sc_lv_base.h.
|
inline |
Definition at line 1499 of file sc_lv_base.h.
|
inline |
Definition at line 1508 of file sc_lv_base.h.
|
inline |
Definition at line 1517 of file sc_lv_base.h.
|
inline |
Definition at line 1526 of file sc_lv_base.h.
|
inline |
Definition at line 3446 of file sc_bit_proxies.h.
|
inline |
Definition at line 3455 of file sc_bit_proxies.h.
|
inline |
Definition at line 3464 of file sc_bit_proxies.h.
|
inline |
Definition at line 3473 of file sc_bit_proxies.h.
|
inline |
Definition at line 3539 of file sc_bit_proxies.h.
|
inline |
Definition at line 3548 of file sc_bit_proxies.h.
|
inline |
Definition at line 3557 of file sc_bit_proxies.h.
|
inline |
Definition at line 3566 of file sc_bit_proxies.h.
|
inline |
Definition at line 1602 of file sc_lv_base.h.
|
inline |
Definition at line 1611 of file sc_lv_base.h.
|
inline |
Definition at line 1620 of file sc_lv_base.h.
|
inline |
Definition at line 1629 of file sc_lv_base.h.
|
inline |
Definition at line 1638 of file sc_lv_base.h.
|
inline |
Definition at line 1647 of file sc_lv_base.h.
|
inline |
Definition at line 3615 of file sc_bit_proxies.h.
|
inline |
Definition at line 3624 of file sc_bit_proxies.h.
|
inline |
Definition at line 3633 of file sc_bit_proxies.h.
|
inline |
Definition at line 3642 of file sc_bit_proxies.h.
|
inline |
Definition at line 3651 of file sc_bit_proxies.h.
|
inline |
Definition at line 3660 of file sc_bit_proxies.h.
|
inline |
Definition at line 3669 of file sc_bit_proxies.h.
|
inline |
Definition at line 3678 of file sc_bit_proxies.h.
|
inline |
Definition at line 1714 of file sc_lv_base.h.
|
inline |
Definition at line 1723 of file sc_lv_base.h.
|
inline |
Definition at line 1732 of file sc_lv_base.h.
|
inline |
Definition at line 1741 of file sc_lv_base.h.
|
inline |
Definition at line 1750 of file sc_lv_base.h.
|
inline |
Definition at line 1759 of file sc_lv_base.h.
|
inline |
Definition at line 3765 of file sc_bit_proxies.h.
|
inline |
Definition at line 3774 of file sc_bit_proxies.h.
|
inline |
Definition at line 3783 of file sc_bit_proxies.h.
|
inline |
Definition at line 3792 of file sc_bit_proxies.h.
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u, |
long | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1458 of file sc_signed.h.
|
inline |
Definition at line 1460 of file sc_signed.h.
sc_signed sc_dt::operator- | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator- | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator- | ( | long | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator- | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1467 of file sc_signed.h.
|
inline |
Definition at line 1469 of file sc_signed.h.
sc_signed sc_dt::operator- | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1477 of file sc_signed.h.
|
inline |
Definition at line 1479 of file sc_signed.h.
sc_signed sc_dt::operator- | ( | int64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator- | ( | uint64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator- | ( | long | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator- | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1486 of file sc_signed.h.
|
inline |
Definition at line 1488 of file sc_signed.h.
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator- | ( | const sc_signed & | u | ) |
sc_signed sc_dt::operator- | ( | const sc_unsigned & | u | ) |
sc_unsigned sc_dt::operator/ | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator/ | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_unsigned sc_dt::operator/ | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1424 of file sc_unsigned.h.
sc_unsigned sc_dt::operator/ | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator/ | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1432 of file sc_unsigned.h.
sc_unsigned sc_dt::operator/ | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_unsigned sc_dt::operator/ | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_unsigned & | u, |
long | v | ||
) |
|
inline |
Definition at line 1574 of file sc_signed.h.
sc_signed sc_dt::operator/ | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator/ | ( | long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1579 of file sc_signed.h.
sc_signed sc_dt::operator/ | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1587 of file sc_signed.h.
|
inline |
Definition at line 1589 of file sc_signed.h.
sc_signed sc_dt::operator/ | ( | int64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator/ | ( | uint64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator/ | ( | long | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator/ | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1596 of file sc_signed.h.
|
inline |
Definition at line 1598 of file sc_signed.h.
sc_signed sc_dt::operator/ | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator/ | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 970 of file sc_fxval.h.
|
inline |
Definition at line 1729 of file sc_fxval.h.
|
inline |
Definition at line 2782 of file sc_fxnum.h.
|
inline |
Definition at line 2791 of file sc_fxnum.h.
|
inline |
Definition at line 2799 of file sc_fxnum.h.
|
inline |
Definition at line 3908 of file sc_fxnum.h.
|
inline |
Definition at line 3917 of file sc_fxnum.h.
|
inline |
Definition at line 3925 of file sc_fxnum.h.
|
inline |
Definition at line 706 of file sc_uint_base.h.
|
inline |
Definition at line 721 of file sc_int_base.h.
bool sc_dt::operator< | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator< | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
bool sc_dt::operator< | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
bool sc_dt::operator< | ( | const sc_unsigned & | u, |
long | v | ||
) |
bool sc_dt::operator< | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1753 of file sc_unsigned.h.
|
inline |
Definition at line 1755 of file sc_unsigned.h.
bool sc_dt::operator< | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator< | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator< | ( | long | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator< | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1762 of file sc_unsigned.h.
|
inline |
Definition at line 1764 of file sc_unsigned.h.
bool sc_dt::operator< | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator< | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator< | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator< | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator< | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator< | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator< | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator< | ( | const sc_signed & | u, |
int64 | v | ||
) |
bool sc_dt::operator< | ( | const sc_signed & | u, |
uint64 | v | ||
) |
bool sc_dt::operator< | ( | const sc_signed & | u, |
long | v | ||
) |
bool sc_dt::operator< | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1978 of file sc_signed.h.
|
inline |
Definition at line 1980 of file sc_signed.h.
bool sc_dt::operator< | ( | int64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator< | ( | uint64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator< | ( | long | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator< | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1987 of file sc_signed.h.
|
inline |
Definition at line 1989 of file sc_signed.h.
bool sc_dt::operator< | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator< | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator< | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator< | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
sc_enc | enc | ||
) |
Definition at line 75 of file sc_fxdefs.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
sc_q_mode | q_mode | ||
) |
Definition at line 104 of file sc_fxdefs.h.
|
inline |
Definition at line 122 of file sc_nbutils.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
sc_o_mode | o_mode | ||
) |
Definition at line 133 of file sc_fxdefs.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
sc_switch | sw | ||
) |
Definition at line 157 of file sc_fxdefs.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxcast_switch & | a | ||
) |
Definition at line 161 of file sc_fxcast_switch.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
sc_fmt | fmt | ||
) |
Definition at line 181 of file sc_fxdefs.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_length_param & | a | ||
) |
Definition at line 190 of file sc_length_param.h.
|
inline |
Definition at line 229 of file sc_string.h.
|
inline |
Definition at line 897 of file sc_uint_base.h.
|
inline |
Definition at line 918 of file sc_int_base.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxtype_params & | a | ||
) |
Definition at line 329 of file sc_fxtype_params.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_logic & | a | ||
) |
Definition at line 353 of file sc_logic.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_bit & | a | ||
) |
|
inline |
Definition at line 1148 of file sc_uint_base.h.
sc_unsigned sc_dt::operator<< | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator<< | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_unsigned sc_dt::operator<< | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_unsigned sc_dt::operator<< | ( | const sc_unsigned & | u, |
long | v | ||
) |
sc_unsigned sc_dt::operator<< | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1627 of file sc_unsigned.h.
|
inline |
Definition at line 1629 of file sc_unsigned.h.
|
inline |
Definition at line 1178 of file sc_int_base.h.
sc_unsigned sc_dt::operator<< | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_unsigned sc_dt::operator<< | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
|
inline |
Definition at line 513 of file sc_concatref.h.
|
inline |
Definition at line 518 of file sc_concatref.h.
sc_unsigned sc_dt::operator<< | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator<< | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator<< | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator<< | ( | const sc_signed & | u, |
int64 | v | ||
) |
|
inline |
Definition at line 523 of file sc_concatref.h.
sc_signed sc_dt::operator<< | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator<< | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator<< | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1851 of file sc_signed.h.
|
inline |
Definition at line 1853 of file sc_signed.h.
|
inline |
Definition at line 529 of file sc_concatref.h.
sc_signed sc_dt::operator<< | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator<< | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
|
inline |
Definition at line 535 of file sc_concatref.h.
|
inline |
Definition at line 541 of file sc_concatref.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_concatref & | v | ||
) |
Definition at line 584 of file sc_concatref.h.
|
inline |
Definition at line 2022 of file sc_unsigned.h.
|
inline |
Definition at line 2225 of file sc_signed.h.
|
inline |
Definition at line 1331 of file sc_uint_base.h.
|
inline |
Definition at line 1361 of file sc_int_base.h.
|
inline |
Definition at line 2105 of file sc_unsigned.h.
|
inline |
Definition at line 2293 of file sc_signed.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxval & | a | ||
) |
Definition at line 1519 of file sc_fxval.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_proxy< X > & | a | ||
) |
Definition at line 1589 of file sc_proxy.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxnum_bitref & | a | ||
) |
Definition at line 1615 of file sc_fxnum.h.
|
inline |
Definition at line 1761 of file sc_fxval.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxnum_fast_bitref & | a | ||
) |
Definition at line 1837 of file sc_fxnum.h.
|
inline |
Definition at line 2171 of file sc_unsigned.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxnum_subref & | a | ||
) |
Definition at line 2187 of file sc_fxnum.h.
|
inline |
Definition at line 2362 of file sc_signed.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxval_fast & | a | ||
) |
Definition at line 2246 of file sc_fxval.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxnum_fast_subref & | a | ||
) |
Definition at line 2538 of file sc_fxnum.h.
|
inline |
Definition at line 2831 of file sc_fxnum.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxnum & | a | ||
) |
Definition at line 3662 of file sc_fxnum.h.
|
inline |
Definition at line 3955 of file sc_fxnum.h.
inline ::std::ostream& sc_dt::operator<< | ( | ::std::ostream & | os, |
const sc_fxnum_fast & | a | ||
) |
Definition at line 4748 of file sc_fxnum.h.
|
inline |
Definition at line 709 of file sc_uint_base.h.
|
inline |
Definition at line 724 of file sc_int_base.h.
bool sc_dt::operator<= | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
bool sc_dt::operator<= | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
bool sc_dt::operator<= | ( | const sc_unsigned & | u, |
long | v | ||
) |
bool sc_dt::operator<= | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1782 of file sc_unsigned.h.
|
inline |
Definition at line 1784 of file sc_unsigned.h.
bool sc_dt::operator<= | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator<= | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator<= | ( | long | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator<= | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1791 of file sc_unsigned.h.
|
inline |
Definition at line 1793 of file sc_unsigned.h.
bool sc_dt::operator<= | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_signed & | u, |
int64 | v | ||
) |
bool sc_dt::operator<= | ( | const sc_signed & | u, |
uint64 | v | ||
) |
bool sc_dt::operator<= | ( | const sc_signed & | u, |
long | v | ||
) |
bool sc_dt::operator<= | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 2007 of file sc_signed.h.
|
inline |
Definition at line 2009 of file sc_signed.h.
bool sc_dt::operator<= | ( | int64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator<= | ( | uint64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator<= | ( | long | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator<= | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 2016 of file sc_signed.h.
|
inline |
Definition at line 2018 of file sc_signed.h.
bool sc_dt::operator<= | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator<= | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 159 of file sc_length_param.h.
|
inline |
Definition at line 700 of file sc_uint_base.h.
|
inline |
Definition at line 715 of file sc_int_base.h.
|
inline |
Definition at line 145 of file sc_fxcast_switch.h.
|
inline |
Definition at line 1923 of file sc_bit_proxies.h.
|
inline |
Definition at line 229 of file sc_fxtype_params.h.
|
inline |
|
inline |
Definition at line 337 of file sc_logic.h.
bool sc_dt::operator== | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator== | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
bool sc_dt::operator== | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
bool sc_dt::operator== | ( | const sc_unsigned & | u, |
long | v | ||
) |
bool sc_dt::operator== | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1695 of file sc_unsigned.h.
|
inline |
Definition at line 1697 of file sc_unsigned.h.
bool sc_dt::operator== | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator== | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator== | ( | long | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator== | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1704 of file sc_unsigned.h.
|
inline |
Definition at line 1706 of file sc_unsigned.h.
bool sc_dt::operator== | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator== | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator== | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator== | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator== | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator== | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator== | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator== | ( | const sc_signed & | u, |
int64 | v | ||
) |
bool sc_dt::operator== | ( | const sc_signed & | u, |
uint64 | v | ||
) |
bool sc_dt::operator== | ( | const sc_signed & | u, |
long | v | ||
) |
bool sc_dt::operator== | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1920 of file sc_signed.h.
|
inline |
Definition at line 1922 of file sc_signed.h.
bool sc_dt::operator== | ( | int64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator== | ( | uint64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator== | ( | long | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator== | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1929 of file sc_signed.h.
|
inline |
Definition at line 1931 of file sc_signed.h.
bool sc_dt::operator== | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator== | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator== | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator== | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 800 of file sc_lv_base.h.
|
inline |
Definition at line 712 of file sc_uint_base.h.
|
inline |
Definition at line 727 of file sc_int_base.h.
bool sc_dt::operator> | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator> | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
bool sc_dt::operator> | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
bool sc_dt::operator> | ( | const sc_unsigned & | u, |
long | v | ||
) |
bool sc_dt::operator> | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1811 of file sc_unsigned.h.
|
inline |
Definition at line 1813 of file sc_unsigned.h.
bool sc_dt::operator> | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator> | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator> | ( | long | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator> | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1820 of file sc_unsigned.h.
|
inline |
Definition at line 1822 of file sc_unsigned.h.
bool sc_dt::operator> | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator> | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator> | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator> | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator> | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator> | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator> | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator> | ( | const sc_signed & | u, |
int64 | v | ||
) |
bool sc_dt::operator> | ( | const sc_signed & | u, |
uint64 | v | ||
) |
bool sc_dt::operator> | ( | const sc_signed & | u, |
long | v | ||
) |
bool sc_dt::operator> | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 2036 of file sc_signed.h.
|
inline |
Definition at line 2038 of file sc_signed.h.
bool sc_dt::operator> | ( | int64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator> | ( | uint64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator> | ( | long | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator> | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 2045 of file sc_signed.h.
|
inline |
Definition at line 2047 of file sc_signed.h.
bool sc_dt::operator> | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator> | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator> | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator> | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 715 of file sc_uint_base.h.
|
inline |
Definition at line 730 of file sc_int_base.h.
bool sc_dt::operator>= | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
bool sc_dt::operator>= | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
bool sc_dt::operator>= | ( | const sc_unsigned & | u, |
long | v | ||
) |
bool sc_dt::operator>= | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1840 of file sc_unsigned.h.
|
inline |
Definition at line 1842 of file sc_unsigned.h.
bool sc_dt::operator>= | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator>= | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator>= | ( | long | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator>= | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1849 of file sc_unsigned.h.
|
inline |
Definition at line 1851 of file sc_unsigned.h.
bool sc_dt::operator>= | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_signed & | u, |
int64 | v | ||
) |
bool sc_dt::operator>= | ( | const sc_signed & | u, |
uint64 | v | ||
) |
bool sc_dt::operator>= | ( | const sc_signed & | u, |
long | v | ||
) |
bool sc_dt::operator>= | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 2065 of file sc_signed.h.
|
inline |
Definition at line 2067 of file sc_signed.h.
bool sc_dt::operator>= | ( | int64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator>= | ( | uint64 | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator>= | ( | long | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator>= | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 2074 of file sc_signed.h.
|
inline |
Definition at line 2076 of file sc_signed.h.
bool sc_dt::operator>= | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
bool sc_dt::operator>= | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 971 of file sc_uint_base.h.
|
inline |
Definition at line 998 of file sc_int_base.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_logic & | a | ||
) |
Definition at line 361 of file sc_logic.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_bit & | a | ||
) |
sc_unsigned sc_dt::operator>> | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator>> | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_unsigned sc_dt::operator>> | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_unsigned sc_dt::operator>> | ( | const sc_unsigned & | u, |
long | v | ||
) |
sc_unsigned sc_dt::operator>> | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1658 of file sc_unsigned.h.
|
inline |
Definition at line 1660 of file sc_unsigned.h.
sc_unsigned sc_dt::operator>> | ( | const sc_unsigned & | , |
const sc_uint_base & | |||
) |
sc_unsigned sc_dt::operator>> | ( | const sc_unsigned & | , |
const sc_int_base & | |||
) |
|
inline |
Definition at line 1182 of file sc_uint_base.h.
|
inline |
Definition at line 1212 of file sc_int_base.h.
sc_unsigned sc_dt::operator>> | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator>> | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator>> | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator>> | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator>> | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator>> | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator>> | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1882 of file sc_signed.h.
|
inline |
Definition at line 1884 of file sc_signed.h.
|
inline |
Definition at line 546 of file sc_concatref.h.
sc_signed sc_dt::operator>> | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator>> | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
|
inline |
Definition at line 551 of file sc_concatref.h.
|
inline |
Definition at line 556 of file sc_concatref.h.
|
inline |
Definition at line 562 of file sc_concatref.h.
|
inline |
Definition at line 568 of file sc_concatref.h.
|
inline |
Definition at line 574 of file sc_concatref.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_concatref & | a | ||
) |
Definition at line 591 of file sc_concatref.h.
::std::istream& sc_dt::operator>> | ( | ::std::istream & | , |
sc_bitref< T > | |||
) |
|
inline |
Definition at line 2046 of file sc_unsigned.h.
|
inline |
Definition at line 1339 of file sc_uint_base.h.
|
inline |
Definition at line 2234 of file sc_signed.h.
|
inline |
Definition at line 1369 of file sc_int_base.h.
|
inline |
Definition at line 2131 of file sc_unsigned.h.
|
inline |
Definition at line 1010 of file sc_fxval.h.
|
inline |
Definition at line 2321 of file sc_signed.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | , |
sc_subref< T > | |||
) |
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_fxval & | a | ||
) |
Definition at line 1527 of file sc_fxval.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | , |
sc_concref< T1, T2 > | |||
) |
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_proxy< X > & | a | ||
) |
Definition at line 1598 of file sc_proxy.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_fxnum_bitref & | a | ||
) |
Definition at line 1623 of file sc_fxnum.h.
|
inline |
Definition at line 1769 of file sc_fxval.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_fxnum_fast_bitref & | a | ||
) |
Definition at line 1845 of file sc_fxnum.h.
|
inline |
Definition at line 2179 of file sc_unsigned.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_fxnum_subref & | a | ||
) |
Definition at line 2195 of file sc_fxnum.h.
|
inline |
Definition at line 2370 of file sc_signed.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_fxval_fast & | a | ||
) |
Definition at line 2254 of file sc_fxval.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_bitref< X > | a | ||
) |
Definition at line 2465 of file sc_bit_proxies.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_fxnum_fast_subref & | a | ||
) |
Definition at line 2546 of file sc_fxnum.h.
|
inline |
Definition at line 2839 of file sc_fxnum.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_subref< X > | a | ||
) |
Definition at line 2975 of file sc_bit_proxies.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_concref< X, Y > | a | ||
) |
Definition at line 3520 of file sc_bit_proxies.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_fxnum & | a | ||
) |
Definition at line 3670 of file sc_fxnum.h.
|
inline |
Definition at line 3963 of file sc_fxnum.h.
inline ::std::istream& sc_dt::operator>> | ( | ::std::istream & | is, |
sc_fxnum_fast & | a | ||
) |
Definition at line 4756 of file sc_fxnum.h.
|
inline |
Definition at line 1912 of file sc_bit_proxies.h.
|
inline |
Definition at line 316 of file sc_logic.h.
|
inline |
sc_unsigned sc_dt::operator^ | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator^ | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_unsigned sc_dt::operator^ | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1586 of file sc_unsigned.h.
sc_unsigned sc_dt::operator^ | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator^ | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1594 of file sc_unsigned.h.
sc_unsigned sc_dt::operator^ | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_unsigned sc_dt::operator^ | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_unsigned & | u, |
long | v | ||
) |
|
inline |
Definition at line 1792 of file sc_signed.h.
sc_signed sc_dt::operator^ | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator^ | ( | long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1797 of file sc_signed.h.
sc_signed sc_dt::operator^ | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1805 of file sc_signed.h.
|
inline |
Definition at line 1807 of file sc_signed.h.
sc_signed sc_dt::operator^ | ( | int64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator^ | ( | uint64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator^ | ( | long | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator^ | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1814 of file sc_signed.h.
|
inline |
Definition at line 1816 of file sc_signed.h.
sc_signed sc_dt::operator^ | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator^ | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 620 of file sc_lv_base.h.
|
inline |
Definition at line 583 of file sc_lv_base.h.
|
inline |
Definition at line 1901 of file sc_bit_proxies.h.
|
inline |
Definition at line 313 of file sc_logic.h.
|
inline |
sc_unsigned sc_dt::operator| | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator| | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
sc_unsigned sc_dt::operator| | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1546 of file sc_unsigned.h.
sc_unsigned sc_dt::operator| | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
sc_unsigned sc_dt::operator| | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1554 of file sc_unsigned.h.
sc_unsigned sc_dt::operator| | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
sc_unsigned sc_dt::operator| | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_unsigned & | u, |
long | v | ||
) |
|
inline |
Definition at line 1738 of file sc_signed.h.
sc_signed sc_dt::operator| | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator| | ( | long | u, |
const sc_unsigned & | v | ||
) |
|
inline |
Definition at line 1743 of file sc_signed.h.
sc_signed sc_dt::operator| | ( | const sc_signed & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_signed & | u, |
int64 | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_signed & | u, |
uint64 | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_signed & | u, |
long | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_signed & | u, |
unsigned long | v | ||
) |
|
inline |
Definition at line 1751 of file sc_signed.h.
|
inline |
Definition at line 1753 of file sc_signed.h.
sc_signed sc_dt::operator| | ( | int64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator| | ( | uint64 | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator| | ( | long | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator| | ( | unsigned long | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 1760 of file sc_signed.h.
|
inline |
Definition at line 1762 of file sc_signed.h.
sc_signed sc_dt::operator| | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_signed & | u, |
const sc_int_base & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_signed & | u, |
const sc_uint_base & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_int_base & | u, |
const sc_signed & | v | ||
) |
sc_signed sc_dt::operator| | ( | const sc_uint_base & | u, |
const sc_signed & | v | ||
) |
|
inline |
Definition at line 518 of file sc_lv_base.h.
|
inline |
Definition at line 481 of file sc_lv_base.h.
sc_unsigned sc_dt::operator~ | ( | const sc_unsigned & | u | ) |
sc_signed sc_dt::operator~ | ( | const sc_signed & | u | ) |
void sc_dt::or_on_help | ( | small_type | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
|
inline |
Definition at line 479 of file sc_concatref.h.
|
inline |
Definition at line 1118 of file sc_uint_base.h.
|
inline |
Definition at line 1148 of file sc_int_base.h.
|
inline |
Definition at line 1301 of file sc_uint_base.h.
|
inline |
Definition at line 1331 of file sc_int_base.h.
|
inline |
Definition at line 1554 of file sc_proxy.h.
sc_signed sc_dt::or_signed_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_unsigned sc_dt::or_unsigned_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
|
inline |
Definition at line 503 of file scfx_rep.h.
void sc_dt::parse_binary_bits | ( | const char * | src_p, |
int | dst_n, | ||
sc_digit * | data_p, | ||
sc_digit * | ctrl_p = 0 |
||
) |
void sc_dt::parse_hex_bits | ( | const char * | src_p, |
int | dst_n, | ||
sc_digit * | data_p, | ||
sc_digit * | ctrl_p = 0 |
||
) |
|
inline |
Definition at line 492 of file scfx_rep.h.
|
inline |
Definition at line 788 of file sc_lv_base.h.
|
inline |
Definition at line 776 of file sc_lv_base.h.
|
inline |
Definition at line 432 of file scfx_rep.h.
|
inline |
Definition at line 1098 of file sc_fxval.h.
|
inline |
Definition at line 1852 of file sc_fxval.h.
|
inline |
Definition at line 2994 of file sc_fxnum.h.
|
inline |
Definition at line 3013 of file sc_fxnum.h.
|
inline |
Definition at line 4113 of file sc_fxnum.h.
|
inline |
Definition at line 4131 of file sc_fxnum.h.
|
inline |
Definition at line 998 of file sc_nbutils.h.
|
inline |
Definition at line 53 of file sc_macros.h.
void sc_dt::sc_deprecated_sc_bit | ( | ) |
|
inline |
Definition at line 107 of file sc_nbutils.h.
|
inline |
Definition at line 112 of file sc_nbutils.h.
|
inline |
Definition at line 45 of file sc_macros.h.
|
inline |
Definition at line 37 of file sc_macros.h.
|
inline |
Definition at line 356 of file scfx_other_defs.h.
|
inline |
Definition at line 365 of file scfx_other_defs.h.
|
inline |
Definition at line 374 of file scfx_other_defs.h.
|
inline |
Definition at line 383 of file scfx_other_defs.h.
|
inline |
Definition at line 392 of file scfx_other_defs.h.
|
inline |
Definition at line 401 of file scfx_other_defs.h.
|
inline |
Definition at line 410 of file scfx_other_defs.h.
|
inline |
Definition at line 419 of file scfx_other_defs.h.
void sc_dt::scfx_csd2tc | ( | scfx_string & | ) |
|
inline |
Definition at line 262 of file scfx_utils.h.
|
inline |
Definition at line 88 of file scfx_utils.h.
|
inline |
Definition at line 68 of file scfx_utils.h.
|
inline |
Definition at line 275 of file scfx_utils.h.
|
inline |
Definition at line 236 of file scfx_utils.h.
|
inline |
Definition at line 255 of file scfx_utils.h.
|
inline |
Definition at line 248 of file scfx_utils.h.
|
inline |
Definition at line 210 of file scfx_utils.h.
|
inline |
Definition at line 137 of file scfx_utils.h.
|
inline |
Definition at line 114 of file scfx_utils.h.
|
inline |
Definition at line 643 of file scfx_ieee.h.
|
inline |
Definition at line 492 of file scfx_utils.h.
|
inline |
Definition at line 438 of file scfx_utils.h.
|
inline |
Definition at line 431 of file scfx_utils.h.
|
inline |
Definition at line 448 of file scfx_utils.h.
void sc_dt::scfx_tc2csd | ( | scfx_string & | , |
int | |||
) |
|
inline |
Definition at line 371 of file scfx_utils.h.
|
inline |
Definition at line 718 of file sc_proxy.h.
scfx_rep* sc_dt::sub_scfx_rep | ( | const scfx_rep & | , |
const scfx_rep & | , | ||
int | max_wl = SC_DEFAULT_MAX_WL_ |
||
) |
sc_signed sc_dt::sub_signed_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_unsigned sc_dt::sub_unsigned_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
const std::string sc_dt::to_string | ( | sc_enc | ) |
const std::string sc_dt::to_string | ( | sc_q_mode | ) |
const std::string sc_dt::to_string | ( | sc_numrep | ) |
const std::string sc_dt::to_string | ( | sc_o_mode | ) |
const std::string sc_dt::to_string | ( | sc_switch | ) |
const std::string sc_dt::to_string | ( | sc_fmt | ) |
|
inline |
Definition at line 772 of file sc_nbutils.h.
|
inline |
Definition at line 813 of file sc_nbutils.h.
|
inline |
Definition at line 896 of file sc_nbutils.h.
|
inline |
Definition at line 682 of file scfx_ieee.h.
void sc_dt::vec_add | ( | int | ulen, |
const sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v, | ||
sc_digit * | w | ||
) |
void sc_dt::vec_add_on | ( | int | ulen, |
sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v | ||
) |
void sc_dt::vec_add_on2 | ( | int | ulen, |
sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v | ||
) |
void sc_dt::vec_add_small | ( | int | ulen, |
const sc_digit * | u, | ||
sc_digit | v, | ||
sc_digit * | w | ||
) |
void sc_dt::vec_add_small_on | ( | int | ulen, |
sc_digit * | u, | ||
sc_digit | v | ||
) |
|
inline |
Definition at line 429 of file sc_nbutils.h.
|
inline |
Definition at line 585 of file sc_nbutils.h.
|
inline |
Definition at line 553 of file sc_nbutils.h.
|
inline |
Definition at line 567 of file sc_nbutils.h.
void sc_dt::vec_div_large | ( | int | ulen, |
const sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v, | ||
sc_digit * | w | ||
) |
void sc_dt::vec_div_small | ( | int | ulen, |
const sc_digit * | u, | ||
sc_digit | v, | ||
sc_digit * | w | ||
) |
|
inline |
Definition at line 472 of file sc_nbutils.h.
void sc_dt::vec_from_char | ( | int | ulen, |
const uchar * | u, | ||
int | vlen, | ||
sc_digit * | v | ||
) |
small_type sc_dt::vec_from_str | ( | int | unb, |
int | und, | ||
sc_digit * | u, | ||
const char * | v, | ||
sc_numrep | base = SC_NOBASE |
||
) |
void sc_dt::vec_mul | ( | int | ulen, |
const sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v, | ||
sc_digit * | w | ||
) |
void sc_dt::vec_mul_small | ( | int | ulen, |
const sc_digit * | u, | ||
sc_digit | v, | ||
sc_digit * | w | ||
) |
void sc_dt::vec_mul_small_on | ( | int | ulen, |
sc_digit * | u, | ||
sc_digit | v | ||
) |
void sc_dt::vec_rem_large | ( | int | ulen, |
const sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v, | ||
sc_digit * | w | ||
) |
sc_digit sc_dt::vec_rem_on_small | ( | int | ulen, |
sc_digit * | u, | ||
sc_digit | v | ||
) |
sc_digit sc_dt::vec_rem_small | ( | int | ulen, |
const sc_digit * | u, | ||
sc_digit | v | ||
) |
void sc_dt::vec_reverse | ( | int | unb, |
int | und, | ||
sc_digit * | ud, | ||
int | l, | ||
int | r = 0 |
||
) |
void sc_dt::vec_shift_left | ( | int | ulen, |
sc_digit * | u, | ||
int | nsl | ||
) |
void sc_dt::vec_shift_right | ( | int | vlen, |
sc_digit * | u, | ||
int | nsr, | ||
sc_digit | fill = 0 |
||
) |
|
inline |
Definition at line 511 of file sc_nbutils.h.
|
inline |
Definition at line 493 of file sc_nbutils.h.
void sc_dt::vec_sub | ( | int | ulen, |
const sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v, | ||
sc_digit * | w | ||
) |
void sc_dt::vec_sub_on | ( | int | ulen, |
sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v | ||
) |
void sc_dt::vec_sub_on2 | ( | int | ulen, |
sc_digit * | u, | ||
int | vlen, | ||
const sc_digit * | v | ||
) |
void sc_dt::vec_sub_small | ( | int | ulen, |
const sc_digit * | u, | ||
sc_digit | v, | ||
sc_digit * | w | ||
) |
void sc_dt::vec_sub_small_on | ( | int | ulen, |
sc_digit * | u, | ||
sc_digit | v | ||
) |
int sc_dt::vec_to_char | ( | int | ulen, |
const sc_digit * | u, | ||
int | vlen, | ||
uchar * | v | ||
) |
|
inline |
Definition at line 530 of file sc_nbutils.h.
|
inline |
Definition at line 545 of file sc_nbutils.h.
|
inline |
Definition at line 500 of file sc_concatref.h.
|
inline |
Definition at line 1139 of file sc_uint_base.h.
|
inline |
Definition at line 1169 of file sc_int_base.h.
|
inline |
Definition at line 1322 of file sc_uint_base.h.
|
inline |
Definition at line 1352 of file sc_int_base.h.
|
inline |
Definition at line 1578 of file sc_proxy.h.
void sc_dt::xor_on_help | ( | small_type | us, |
int | unb, | ||
int | und, | ||
sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
|
inline |
Definition at line 493 of file sc_concatref.h.
|
inline |
Definition at line 1132 of file sc_uint_base.h.
|
inline |
Definition at line 1162 of file sc_int_base.h.
|
inline |
Definition at line 1315 of file sc_uint_base.h.
|
inline |
Definition at line 1345 of file sc_int_base.h.
|
inline |
Definition at line 1570 of file sc_proxy.h.
sc_signed sc_dt::xor_signed_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
sc_unsigned sc_dt::xor_unsigned_friend | ( | small_type | us, |
int | unb, | ||
int | und, | ||
const sc_digit * | ud, | ||
small_type | vs, | ||
int | vnb, | ||
int | vnd, | ||
const sc_digit * | vd | ||
) |
uint64 const sc_uint_base int sc_dt::b |
Definition at line 1003 of file sc_fxval.h.
const int sc_dt::bits_in_int = sizeof(int) * CHAR_BIT |
Definition at line 108 of file scfx_rep.h.
const int sc_dt::bits_in_word = sizeof(word) * CHAR_BIT |
Definition at line 109 of file scfx_rep.h.
uint64 sc_dt::div |
Definition at line 988 of file sc_fxval.h.
const uint_type sc_dt::mask_int |
Definition at line 107 of file sc_uint_base.h.
const int sc_dt::min_mant = 4 |
Definition at line 106 of file scfx_rep.h.
const small_type sc_dt::NB_DEFAULT_BASE |
Definition at line 209 of file sc_fxdefs.h.
const int sc_dt::SC_BUILTIN_CTE_WL_ = 64 |
Definition at line 220 of file sc_fxdefs.h.
const int sc_dt::SC_BUILTIN_DIV_WL_ = 64 |
Definition at line 219 of file sc_fxdefs.h.
const int sc_dt::SC_BUILTIN_IWL_ = 32 |
Definition at line 192 of file sc_fxdefs.h.
const int sc_dt::SC_BUILTIN_MAX_WL_ = 1024 |
Definition at line 221 of file sc_fxdefs.h.
const int sc_dt::SC_BUILTIN_N_BITS_ = 0 |
Definition at line 195 of file sc_fxdefs.h.
Definition at line 194 of file sc_fxdefs.h.
Definition at line 193 of file sc_fxdefs.h.
const int sc_dt::SC_BUILTIN_WL_ = 32 |
Definition at line 191 of file sc_fxdefs.h.
const sc_switch sc_dt::SC_DEFAULT_CAST_SWITCH_ = SC_BUILTIN_CAST_SWITCH_ |
Definition at line 212 of file sc_fxdefs.h.
const int sc_dt::SC_DEFAULT_CTE_WL_ = SC_BUILTIN_CTE_WL_ |
Definition at line 233 of file sc_fxdefs.h.
const int sc_dt::SC_DEFAULT_DIV_WL_ = SC_BUILTIN_DIV_WL_ |
Definition at line 227 of file sc_fxdefs.h.
const int sc_dt::SC_DEFAULT_IWL_ = SC_BUILTIN_IWL_ |
Definition at line 199 of file sc_fxdefs.h.
const int sc_dt::SC_DEFAULT_MAX_WL_ = SC_BUILTIN_MAX_WL_ |
Definition at line 239 of file sc_fxdefs.h.
const int sc_dt::SC_DEFAULT_N_BITS_ = SC_BUILTIN_N_BITS_ |
Definition at line 202 of file sc_fxdefs.h.
const sc_o_mode sc_dt::SC_DEFAULT_O_MODE_ = SC_BUILTIN_O_MODE_ |
Definition at line 201 of file sc_fxdefs.h.
const sc_q_mode sc_dt::SC_DEFAULT_Q_MODE_ = SC_BUILTIN_Q_MODE_ |
Definition at line 200 of file sc_fxdefs.h.
const int sc_dt::SC_DEFAULT_WL_ = SC_BUILTIN_WL_ |
Definition at line 198 of file sc_fxdefs.h.
Definition at line 95 of file sc_proxy.h.
const int sc_dt::SC_DIGIT_SIZE = BITS_PER_BYTE * sizeof( sc_digit ) |
Definition at line 92 of file sc_proxy.h.
Definition at line 96 of file sc_proxy.h.
Definition at line 94 of file sc_proxy.h.
const sc_logic sc_dt::SC_LOGIC_0 |
const sc_logic sc_dt::sc_logic_0 |
const sc_logic sc_dt::SC_LOGIC_1 |
const sc_logic sc_dt::sc_logic_1 |
const sc_logic sc_dt::SC_LOGIC_X |
const sc_logic sc_dt::sc_logic_X |
const sc_logic sc_dt::SC_LOGIC_Z |
const sc_logic sc_dt::sc_logic_Z |
const unsigned int sc_dt::SCFX_IEEE_DOUBLE_BIAS = 1023U |
Definition at line 100 of file scfx_ieee.h.
const int sc_dt::SCFX_IEEE_DOUBLE_E_MAX = 1023 |
Definition at line 102 of file scfx_ieee.h.
const int sc_dt::SCFX_IEEE_DOUBLE_E_MIN = -1022 |
Definition at line 103 of file scfx_ieee.h.
const unsigned int sc_dt::SCFX_IEEE_DOUBLE_E_SIZE = 11 |
Definition at line 108 of file scfx_ieee.h.
const unsigned int sc_dt::SCFX_IEEE_DOUBLE_M0_SIZE = 20 |
Definition at line 106 of file scfx_ieee.h.
const unsigned int sc_dt::SCFX_IEEE_DOUBLE_M1_SIZE = 32 |
Definition at line 107 of file scfx_ieee.h.
const unsigned int sc_dt::SCFX_IEEE_DOUBLE_M_SIZE = 52 |
Definition at line 105 of file scfx_ieee.h.
const unsigned int sc_dt::SCFX_IEEE_FLOAT_BIAS = 127U |
Definition at line 443 of file scfx_ieee.h.
const int sc_dt::SCFX_IEEE_FLOAT_E_MAX = 127 |
Definition at line 445 of file scfx_ieee.h.
const int sc_dt::SCFX_IEEE_FLOAT_E_MIN = -126 |
Definition at line 446 of file scfx_ieee.h.
const unsigned int sc_dt::SCFX_IEEE_FLOAT_E_SIZE = 8 |
Definition at line 449 of file scfx_ieee.h.
const unsigned int sc_dt::SCFX_IEEE_FLOAT_M_SIZE = 23 |
Definition at line 448 of file scfx_ieee.h.
const int sc_dt::SCFX_POW10_TABLE_SIZE = 32 |
Definition at line 66 of file scfx_pow10.h.
const uint64 sc_dt::UINT64_32ONES |
const uint64 sc_dt::UINT64_ONE |
const uint64 sc_dt::UINT64_ZERO |
const uint64 sc_dt::UINT_ONE |
const uint64 sc_dt::UINT_ZERO |