sc_dt Namespace Reference


Classes

class  sc_bit
class  sc_bitref_r
class  sc_bitref
class  sc_subref_r
class  sc_subref
class  sc_concref_r
class  sc_concref
class  sc_bv
class  sc_bv_base
class  sc_logic
class  sc_lv
class  sc_lv_base
class  sc_proxy
class  sc_without_context
class  sc_global
class  sc_context
class  sc_fix
class  sc_fix_fast
class  sc_fixed
class  sc_fixed_fast
class  sc_fxcast_switch
class  sc_fxnum_bitref
class  sc_fxnum_fast_bitref
class  sc_fxnum_subref
class  sc_fxnum_fast_subref
class  sc_fxnum
class  sc_fxnum_fast
class  sc_fxnum_observer
class  sc_fxnum_fast_observer
class  sc_fxtype_params
class  sc_fxval
class  sc_fxval_fast
class  sc_fxval_observer
class  sc_fxval_fast_observer
class  sc_ufix
class  sc_ufix_fast
class  sc_ufixed
class  sc_ufixed_fast
union  ieee_double
class  scfx_ieee_double
union  ieee_float
class  scfx_ieee_float
class  word_list
class  scfx_mant
class  scfx_mant_ref
class  scfx_params
class  scfx_pow10
union  scfx_rep_node
union  word_short
class  scfx_index
class  scfx_rep
class  scfx_string
class  sc_bigint
class  sc_biguint
class  sc_int
class  sc_int_bitref_r
class  sc_int_bitref
class  sc_int_subref_r
class  sc_int_subref
class  sc_int_base
class  sc_length_param
class  sc_signed_bitref_r
class  sc_signed_bitref
class  sc_signed_subref_r
class  sc_signed_subref
class  sc_signed
class  sc_uint
class  sc_uint_bitref_r
class  sc_uint_bitref
class  sc_uint_subref_r
class  sc_uint_subref
class  sc_uint_base
class  sc_unsigned_bitref_r
class  sc_unsigned_bitref
class  sc_unsigned_subref_r
class  sc_unsigned_subref
class  sc_unsigned
class  sc_concatref
class  sc_concat_bool
class  sc_value_base
class  sc_generic_base
class  sc_string_rep
class  sc_string_old

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 long long int64
typedef unsigned long long 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, int b)
bool operator== (const sc_bit &a, bool b)
bool operator== (const sc_bit &a, char b)
bool operator== (int a, const sc_bit &b)
bool operator== (bool a, const sc_bit &b)
bool operator== (char a, const sc_bit &b)
bool equal (const sc_bit &a, const sc_bit &b)
bool equal (const sc_bit &a, int b)
bool equal (const sc_bit &a, bool b)
bool equal (const sc_bit &a, char b)
bool equal (int a, const sc_bit &b)
bool equal (bool a, const sc_bit &b)
bool equal (char a, const sc_bit &b)
bool operator!= (const sc_bit &a, const sc_bit &b)
bool operator!= (const sc_bit &a, int b)
bool operator!= (const sc_bit &a, bool b)
bool operator!= (const sc_bit &a, char b)
bool operator!= (int a, const sc_bit &b)
bool operator!= (bool a, const sc_bit &b)
bool operator!= (char a, const sc_bit &b)
bool not_equal (const sc_bit &a, const sc_bit &b)
bool not_equal (const sc_bit &a, int b)
bool not_equal (const sc_bit &a, bool b)
bool not_equal (const sc_bit &a, char b)
bool not_equal (int a, const sc_bit &b)
bool not_equal (bool a, const sc_bit &b)
bool not_equal (char 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, int b)
const sc_bit operator| (const sc_bit &a, bool b)
const sc_bit operator| (const sc_bit &a, char b)
const sc_bit operator| (int a, const sc_bit &b)
const sc_bit operator| (bool a, const sc_bit &b)
const sc_bit operator| (char a, const sc_bit &b)
const sc_bit b_or (const sc_bit &a, const sc_bit &b)
const sc_bit b_or (const sc_bit &a, int b)
const sc_bit b_or (const sc_bit &a, bool b)
const sc_bit b_or (const sc_bit &a, char b)
const sc_bit b_or (int a, const sc_bit &b)
const sc_bit b_or (bool a, const sc_bit &b)
const sc_bit b_or (char a, const sc_bit &b)
void b_or (sc_bit &r, const sc_bit &a, const sc_bit &b)
void b_or (sc_bit &r, const sc_bit &a, int b)
void b_or (sc_bit &r, const sc_bit &a, bool b)
void b_or (sc_bit &r, const sc_bit &a, char b)
void b_or (sc_bit &r, int a, const sc_bit &b)
void b_or (sc_bit &r, bool a, const sc_bit &b)
void b_or (sc_bit &r, char 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, int b)
const sc_bit operator & (const sc_bit &a, bool b)
const sc_bit operator & (const sc_bit &a, char b)
const sc_bit operator & (int a, const sc_bit &b)
const sc_bit operator & (bool a, const sc_bit &b)
const sc_bit operator & (char a, const sc_bit &b)
const sc_bit b_and (const sc_bit &a, const sc_bit &b)
const sc_bit b_and (const sc_bit &a, int b)
const sc_bit b_and (const sc_bit &a, bool b)
const sc_bit b_and (const sc_bit &a, char b)
const sc_bit b_and (int a, const sc_bit &b)
const sc_bit b_and (bool a, const sc_bit &b)
const sc_bit b_and (char a, const sc_bit &b)
void b_and (sc_bit &r, const sc_bit &a, const sc_bit &b)
void b_and (sc_bit &r, const sc_bit &a, int b)
void b_and (sc_bit &r, const sc_bit &a, bool b)
void b_and (sc_bit &r, const sc_bit &a, char b)
void b_and (sc_bit &r, int a, const sc_bit &b)
void b_and (sc_bit &r, bool a, const sc_bit &b)
void b_and (sc_bit &r, char 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, int b)
const sc_bit operator^ (const sc_bit &a, bool b)
const sc_bit operator^ (const sc_bit &a, char b)
const sc_bit operator^ (int a, const sc_bit &b)
const sc_bit operator^ (bool a, const sc_bit &b)
const sc_bit operator^ (char a, const sc_bit &b)
const sc_bit b_xor (const sc_bit &a, const sc_bit &b)
const sc_bit b_xor (const sc_bit &a, int b)
const sc_bit b_xor (const sc_bit &a, bool b)
const sc_bit b_xor (const sc_bit &a, char b)
const sc_bit b_xor (int a, const sc_bit &b)
const sc_bit b_xor (bool a, const sc_bit &b)
const sc_bit b_xor (char a, const sc_bit &b)
void b_xor (sc_bit &r, const sc_bit &a, const sc_bit &b)
void b_xor (sc_bit &r, const sc_bit &a, int b)
void b_xor (sc_bit &r, const sc_bit &a, bool b)
void b_xor (sc_bit &r, const sc_bit &a, char b)
void b_xor (sc_bit &r, int a, const sc_bit &b)
void b_xor (sc_bit &r, bool a, const sc_bit &b)
void b_xor (sc_bit &r, char 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_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_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_lv_base
operator, (sc_subref_r< T >, bool)
template<class T>
sc_concref_r< sc_lv_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_lv_base
concat (sc_subref_r< T >, bool)
template<class T>
sc_concref_r< sc_lv_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_lv_base
operator, (sc_subref< T >, bool)
template<class T>
sc_concref_r< sc_lv_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_lv_base
concat (sc_subref< T >, bool)
template<class T>
sc_concref_r< sc_lv_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_lv_base
operator, (sc_concref_r< T1, T2 >, bool)
template<class T1, class T2>
sc_concref_r< sc_lv_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_lv_base
concat (sc_concref_r< T1, T2 >, bool)
template<class T1, class T2>
sc_concref_r< sc_lv_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_lv_base
operator, (sc_concref< T1, T2 >, bool)
template<class T1, class T2>
sc_concref_r< sc_lv_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_lv_base
concat (sc_concref< T1, T2 >, bool)
template<class T1, class T2>
sc_concref_r< sc_lv_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_baseoperator, (const sc_proxy< T > &, const char *)
template<class T>
sc_concref_r< sc_lv_base, Toperator, (const char *, const sc_proxy< T > &)
template<class T>
sc_concref_r< T, sc_lv_baseoperator, (const sc_proxy< T > &, const sc_logic &)
template<class T>
sc_concref_r< sc_lv_base, Toperator, (const sc_logic &, const sc_proxy< T > &)
template<class T>
sc_concref_r< T, sc_lv_baseoperator, (const sc_proxy< T > &, bool)
template<class T>
sc_concref_r< sc_lv_base, Toperator, (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_baseconcat (const sc_proxy< T > &, const char *)
template<class T>
sc_concref_r< sc_lv_base, Tconcat (const char *, const sc_proxy< T > &)
template<class T>
sc_concref_r< T, sc_lv_baseconcat (const sc_proxy< T > &, const sc_logic &)
template<class T>
sc_concref_r< sc_lv_base, Tconcat (const sc_logic &, const sc_proxy< T > &)
template<class T>
sc_concref_r< T, sc_lv_baseconcat (const sc_proxy< T > &, bool)
template<class T>
sc_concref_r< sc_lv_base, Tconcat (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_baseoperator, (sc_proxy< T > &, const char *)
template<class T>
sc_concref_r< sc_lv_base, Toperator, (const char *, sc_proxy< T > &)
template<class T>
sc_concref_r< T, sc_lv_baseoperator, (sc_proxy< T > &, const sc_logic &)
template<class T>
sc_concref_r< sc_lv_base, Toperator, (const sc_logic &, sc_proxy< T > &)
template<class T>
sc_concref_r< T, sc_lv_baseoperator, (sc_proxy< T > &, bool)
template<class T>
sc_concref_r< sc_lv_base, Toperator, (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_baseconcat (sc_proxy< T > &, const char *)
template<class T>
sc_concref_r< sc_lv_base, Tconcat (const char *, sc_proxy< T > &)
template<class T>
sc_concref_r< T, sc_lv_baseconcat (sc_proxy< T > &, const sc_logic &)
template<class T>
sc_concref_r< sc_lv_base, Tconcat (const sc_logic &, sc_proxy< T > &)
template<class T>
sc_concref_r< T, sc_lv_baseconcat (sc_proxy< T > &, bool)
template<class T>
sc_concref_r< sc_lv_base, Tconcat (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 T1, class T2>
sc_concref_r< sc_bitref_r< T1 >
, sc_bitref_r< T2 > > 
operator, (sc_bitref_r< T1 > a, sc_bitref_r< T2 > b)
template<class T1, class T2>
sc_concref_r< sc_bitref_r< T1 >
, sc_bitref_r< T2 > > 
concat (sc_bitref_r< T1 > a, sc_bitref_r< T2 > b)
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 std::string convert_to_bin (const char *s)
const std::string convert_to_fmt (const std::string &s, sc_numrep numrep, bool w_prefix)
const sc_logic operator & (const sc_logic &a, const sc_logic &b)
const sc_logic operator & (const sc_logic &a, sc_logic_value_t b)
const sc_logic operator & (const sc_logic &a, bool b)
const sc_logic operator & (const sc_logic &a, char b)
const sc_logic operator & (const sc_logic &a, int b)
const sc_logic operator & (sc_logic_value_t a, const sc_logic &b)
const sc_logic operator & (bool a, const sc_logic &b)
const sc_logic operator & (char a, const sc_logic &b)
const sc_logic operator & (int 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, sc_logic_value_t b)
const sc_logic operator| (const sc_logic &a, bool b)
const sc_logic operator| (const sc_logic &a, char b)
const sc_logic operator| (const sc_logic &a, int b)
const sc_logic operator| (sc_logic_value_t a, const sc_logic &b)
const sc_logic operator| (bool a, const sc_logic &b)
const sc_logic operator| (char a, const sc_logic &b)
const sc_logic operator| (int 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, sc_logic_value_t b)
const sc_logic operator^ (const sc_logic &a, bool b)
const sc_logic operator^ (const sc_logic &a, char b)
const sc_logic operator^ (const sc_logic &a, int b)
const sc_logic operator^ (sc_logic_value_t a, const sc_logic &b)
const sc_logic operator^ (bool a, const sc_logic &b)
const sc_logic operator^ (char a, const sc_logic &b)
const sc_logic operator^ (int a, const sc_logic &b)
bool operator== (const sc_logic &a, const sc_logic &b)
bool operator== (const sc_logic &a, sc_logic_value_t b)
bool operator== (const sc_logic &a, bool b)
bool operator== (const sc_logic &a, char b)
bool operator== (const sc_logic &a, int b)
bool operator== (sc_logic_value_t a, const sc_logic &b)
bool operator== (bool a, const sc_logic &b)
bool operator== (char a, const sc_logic &b)
bool operator== (int a, const sc_logic &b)
bool operator!= (const sc_logic &a, const sc_logic &b)
bool operator!= (const sc_logic &a, sc_logic_value_t b)
bool operator!= (const sc_logic &a, bool b)
bool operator!= (const sc_logic &a, char b)
bool operator!= (const sc_logic &a, int b)
bool operator!= (sc_logic_value_t a, const sc_logic &b)
bool operator!= (bool a, const sc_logic &b)
bool operator!= (char a, const sc_logic &b)
bool operator!= (int 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 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)
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 enc)
const std::string to_string (sc_q_mode q_mode)
const std::string to_string (sc_o_mode o_mode)
const std::string to_string (sc_switch sw)
const std::string to_string (sc_fmt fmt)
inline::std::ostream & operator<< (::std::ostream &os, sc_enc enc)
inline::std::ostream & operator<< (::std::ostream &os, sc_q_mode q_mode)
inline::std::ostream & operator<< (::std::ostream &os, sc_o_mode o_mode)
inline::std::ostream & operator<< (::std::ostream &os, sc_switch sw)
inline::std::ostream & operator<< (::std::ostream &os, sc_fmt fmt)
static void quantization (double &c, const scfx_params &params, bool &q_flag)
static void overflow (double &c, const scfx_params &params, bool &o_flag)
const char * to_string (const scfx_ieee_double &, sc_numrep, int, sc_fmt, const scfx_params *=0)
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)
static void print_dec (scfx_string &s, scfx_ieee_double id, int w_prefix, sc_fmt fmt)
static void print_other (scfx_string &s, const scfx_ieee_double &id, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params)
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_baseDEFN_BIN_OP_T (/, div, const sc_signed &) inline const sc_fxval operator<< (const sc_fxval &a
 m_observer (observer_)
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)
static int next_pow2_index (std::size_t size)
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)
static int n_word (int x)
void print_dec (scfx_string &s, const scfx_rep &num, int w_prefix, sc_fmt fmt)
void print_other (scfx_string &s, const scfx_rep &a, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params)
static int add_mants (int size, scfx_mant &result, const scfx_mant &a, const scfx_mant &b)
static int sub_mants (int size, scfx_mant &result, const scfx_mant &a, const scfx_mant &b)
scfx_repadd_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
static int sub_with_index (scfx_mant &a, int a_msw, int a_lsw, const scfx_mant &b, int b_msw, int b_lsw)
scfx_repsub_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
void multiply (scfx_rep &result, const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
scfx_repdiv_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int div_wl)
int compare_abs (const scfx_rep &a, const scfx_rep &b)
int cmp_scfx_rep (const scfx_rep &a, const scfx_rep &b)
void align (const scfx_rep &lhs, const scfx_rep &rhs, int &new_wp, int &len_mant, scfx_mant_ref &lhs_mant, scfx_mant_ref &rhs_mant)
int compare_msw_ff (const scfx_rep &lhs, const scfx_rep &rhs)
scfx_repneg_scfx_rep (const scfx_rep &)
scfx_repmult_scfx_rep (const scfx_rep &, const scfx_rep &, int)
scfx_replsh_scfx_rep (const scfx_rep &, int)
scfx_reprsh_scfx_rep (const scfx_rep &, int)
scfx_repquantization_scfx_rep (const scfx_rep &a, const scfx_params &params, bool &q_flag)
scfx_repoverflow_scfx_rep (const scfx_rep &a, const scfx_params &params, bool &o_flag)
void scfx_tc2csd (scfx_string &s, int w_prefix)
void scfx_csd2tc (scfx_string &csd)
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 sc_int_concref_invalid_length (int length)
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, int und, sc_digit *ud, small_type vs, int, 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 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_signed (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_signed (small_type &us, int unb, int und, sc_digit *ud, int, int vnd, const sc_digit *vd)
void mod_on_help_unsigned (small_type &us, int unb, int und, sc_digit *ud, int, int vnd, const sc_digit *vd)
void and_on_help (small_type us, int, int und, sc_digit *ud, small_type vs, int, int vnd, const sc_digit *vd)
void or_on_help (small_type us, int, int und, sc_digit *ud, small_type vs, int, int vnd, const sc_digit *vd)
void xor_on_help (small_type us, int, int und, sc_digit *ud, small_type vs, int, int vnd, const sc_digit *vd)
small_type fsm_move (char c, small_type &b, small_type &s, small_type &state)
const char * get_base_and_sign (const char *v, small_type &b, small_type &s)
void parse_binary_bits (const char *src_p, int dst_n, sc_digit *data_p, sc_digit *ctrl_p)
void parse_hex_bits (const char *src_p, int dst_n, sc_digit *data_p, sc_digit *ctrl_p)
small_type vec_from_str (int unb, int und, sc_digit *u, const char *v, sc_numrep base)
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 *ubegin, int vlen, const sc_digit *v)
void vec_add_on2 (int ulen, sc_digit *ubegin, int, 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 *ubegin, int vlen, const sc_digit *v)
void vec_sub_on2 (int ulen, sc_digit *ubegin, 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 *vbegin, sc_digit *wbegin)
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 *q)
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 ulen, sc_digit *u, int nsr, sc_digit fill)
void vec_reverse (int unb, int und, sc_digit *ud, int l, int r)
void is_valid_base (sc_numrep base)
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 vnb, int vnd, const sc_digit *vd)
void safe_set (int i, bool v, sc_digit *d)
void is_bad_double (double 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_int_base &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_int_base &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_int_base &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_int_base &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_int_base &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_int_base &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_int_base &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_int_base &u, const sc_signed &v)
sc_signed operator<< (const sc_signed &u, const sc_int_base &v)
sc_signed operator>> (const sc_signed &u, const sc_int_base &v)
bool operator== (const sc_signed &u, const sc_int_base &v)
bool operator== (const sc_int_base &u, const sc_signed &v)
bool operator!= (const sc_signed &u, const sc_int_base &v)
bool operator!= (const sc_int_base &u, const sc_signed &v)
bool operator< (const sc_signed &u, const sc_int_base &v)
bool operator< (const sc_int_base &u, const sc_signed &v)
bool operator<= (const sc_signed &u, const sc_int_base &v)
bool operator<= (const sc_int_base &u, const sc_signed &v)
bool operator> (const sc_signed &u, const sc_int_base &v)
bool operator> (const sc_int_base &u, const sc_signed &v)
bool operator>= (const sc_signed &u, const sc_int_base &v)
bool operator>= (const sc_int_base &u, const sc_signed &v)
sc_signed operator+ (const sc_signed &u, const sc_uint_base &v)
sc_signed operator+ (const sc_uint_base &u, const sc_signed &v)
sc_signed operator- (const sc_unsigned &u, const sc_uint_base &v)
sc_signed operator- (const sc_uint_base &u, const sc_unsigned &v)
sc_signed operator- (const sc_signed &u, const sc_uint_base &v)
sc_signed operator- (const sc_uint_base &u, const sc_signed &v)
sc_signed operator* (const sc_signed &u, const sc_uint_base &v)
sc_signed operator* (const sc_uint_base &u, const sc_signed &v)
sc_signed operator/ (const sc_signed &u, const sc_uint_base &v)
sc_signed operator/ (const sc_uint_base &u, const sc_signed &v)
sc_signed operator% (const sc_signed &u, const sc_uint_base &v)
sc_signed operator% (const sc_uint_base &u, const sc_signed &v)
sc_signed operator & (const sc_signed &u, const sc_uint_base &v)
sc_signed operator & (const sc_uint_base &u, const sc_signed &v)
sc_signed operator| (const sc_signed &u, const sc_uint_base &v)
sc_signed operator| (const sc_uint_base &u, const sc_signed &v)
sc_signed operator^ (const sc_signed &u, const sc_uint_base &v)
sc_signed operator^ (const sc_uint_base &u, const sc_signed &v)
sc_signed operator<< (const sc_signed &u, const sc_uint_base &v)
sc_signed operator>> (const sc_signed &u, const sc_uint_base &v)
bool operator== (const sc_signed &u, const sc_uint_base &v)
bool operator== (const sc_uint_base &u, const sc_signed &v)
bool operator!= (const sc_signed &u, const sc_uint_base &v)
bool operator!= (const sc_uint_base &u, const sc_signed &v)
bool operator< (const sc_signed &u, const sc_uint_base &v)
bool operator< (const sc_uint_base &u, const sc_signed &v)
bool operator<= (const sc_signed &u, const sc_uint_base &v)
bool operator<= (const sc_uint_base &u, const sc_signed &v)
bool operator> (const sc_signed &u, const sc_uint_base &v)
bool operator> (const sc_uint_base &u, const sc_signed &v)
bool operator>= (const sc_signed &u, const sc_uint_base &v)
bool 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_signed &u, const sc_signed &v)
sc_signed operator+ (const sc_signed &u, int64 v)
sc_signed operator+ (int64 u, const sc_signed &v)
sc_signed operator+ (const sc_unsigned &u, int64 v)
sc_signed operator+ (int64 u, const sc_unsigned &v)
sc_signed operator+ (const sc_signed &u, uint64 v)
sc_signed operator+ (uint64 u, const sc_signed &v)
sc_signed operator+ (const sc_signed &u, long v)
sc_signed operator+ (long u, const sc_signed &v)
sc_signed operator+ (const sc_unsigned &u, long v)
sc_signed operator+ (long u, const sc_unsigned &v)
sc_signed operator+ (const sc_signed &u, unsigned long v)
sc_signed operator+ (unsigned long u, const sc_signed &v)
sc_signed operator- (const sc_unsigned &u, const sc_unsigned &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_signed &u, const sc_signed &v)
sc_signed operator- (const sc_signed &u, int64 v)
sc_signed operator- (int64 u, const sc_signed &v)
sc_signed operator- (const sc_unsigned &u, int64 v)
sc_signed operator- (int64 u, const sc_unsigned &v)
sc_signed operator- (const sc_signed &u, uint64 v)
sc_signed operator- (uint64 u, const sc_signed &v)
sc_signed operator- (const sc_unsigned &u, uint64 v)
sc_signed operator- (uint64 u, const sc_unsigned &v)
sc_signed operator- (const sc_signed &u, long v)
sc_signed operator- (long u, const sc_signed &v)
sc_signed operator- (const sc_unsigned &u, long v)
sc_signed operator- (long u, const sc_unsigned &v)
sc_signed operator- (const sc_signed &u, unsigned long v)
sc_signed operator- (unsigned long u, const sc_signed &v)
sc_signed operator- (const sc_unsigned &u, unsigned long v)
sc_signed operator- (unsigned long u, const sc_unsigned &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_signed &u, const sc_signed &v)
sc_signed operator* (const sc_signed &u, int64 v)
sc_signed operator* (int64 u, const sc_signed &v)
sc_signed operator* (const sc_unsigned &u, int64 v)
sc_signed operator* (int64 u, const sc_unsigned &v)
sc_signed operator* (const sc_signed &u, uint64 v)
sc_signed operator* (uint64 u, const sc_signed &v)
sc_signed operator* (const sc_signed &u, long v)
sc_signed operator* (long u, const sc_signed &v)
sc_signed operator* (const sc_unsigned &u, long v)
sc_signed operator* (long u, const sc_unsigned &v)
sc_signed operator* (const sc_signed &u, unsigned long v)
sc_signed operator* (unsigned long 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_signed &u, const sc_signed &v)
sc_signed operator/ (const sc_signed &u, int64 v)
sc_signed operator/ (int64 u, const sc_signed &v)
sc_signed operator/ (const sc_unsigned &u, int64 v)
sc_signed operator/ (int64 u, const sc_unsigned &v)
sc_signed operator/ (const sc_signed &u, uint64 v)
sc_signed operator/ (uint64 u, const sc_signed &v)
sc_signed operator/ (const sc_signed &u, long v)
sc_signed operator/ (long u, const sc_signed &v)
sc_signed operator/ (const sc_unsigned &u, long v)
sc_signed operator/ (long u, const sc_unsigned &v)
sc_signed operator/ (const sc_signed &u, unsigned long v)
sc_signed operator/ (unsigned long 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_signed &u, const sc_signed &v)
sc_signed operator% (const sc_signed &u, int64 v)
sc_signed operator% (int64 u, const sc_signed &v)
sc_signed operator% (const sc_unsigned &u, int64 v)
sc_signed operator% (int64 u, const sc_unsigned &v)
sc_signed operator% (const sc_signed &u, uint64 v)
sc_signed operator% (uint64 u, const sc_signed &v)
sc_signed operator% (const sc_signed &u, long v)
sc_signed operator% (long u, const sc_signed &v)
sc_signed operator% (const sc_unsigned &u, long v)
sc_signed operator% (long u, const sc_unsigned &v)
sc_signed operator% (const sc_signed &u, unsigned long v)
sc_signed operator% (unsigned long 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_signed &u, const sc_signed &v)
sc_signed operator & (const sc_signed &u, int64 v)
sc_signed operator & (int64 u, const sc_signed &v)
sc_signed operator & (const sc_unsigned &u, int64 v)
sc_signed operator & (int64 u, const sc_unsigned &v)
sc_signed operator & (const sc_signed &u, uint64 v)
sc_signed operator & (uint64 u, const sc_signed &v)
sc_signed operator & (const sc_signed &u, long v)
sc_signed operator & (long u, const sc_signed &v)
sc_signed operator & (const sc_unsigned &u, long v)
sc_signed operator & (long u, const sc_unsigned &v)
sc_signed operator & (const sc_signed &u, unsigned long v)
sc_signed operator & (unsigned long 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_signed &u, const sc_signed &v)
sc_signed operator| (const sc_signed &u, int64 v)
sc_signed operator| (int64 u, const sc_signed &v)
sc_signed operator| (const sc_unsigned &u, int64 v)
sc_signed operator| (int64 u, const sc_unsigned &v)
sc_signed operator| (const sc_signed &u, uint64 v)
sc_signed operator| (uint64 u, const sc_signed &v)
sc_signed operator| (const sc_signed &u, long v)
sc_signed operator| (long u, const sc_signed &v)
sc_signed operator| (const sc_unsigned &u, long v)
sc_signed operator| (long u, const sc_unsigned &v)
sc_signed operator| (const sc_signed &u, unsigned long v)
sc_signed operator| (unsigned long 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_signed &u, const sc_signed &v)
sc_signed operator^ (const sc_signed &u, int64 v)
sc_signed operator^ (int64 u, const sc_signed &v)
sc_signed operator^ (const sc_unsigned &u, int64 v)
sc_signed operator^ (int64 u, const sc_unsigned &v)
sc_signed operator^ (const sc_signed &u, uint64 v)
sc_signed operator^ (uint64 u, const sc_signed &v)
sc_signed operator^ (const sc_signed &u, long v)
sc_signed operator^ (long u, const sc_signed &v)
sc_signed operator^ (const sc_unsigned &u, long v)
sc_signed operator^ (long u, const sc_unsigned &v)
sc_signed operator^ (const sc_signed &u, unsigned long v)
sc_signed operator^ (unsigned long 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_unsigned &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_signed &u, const sc_signed &v)
bool operator== (const sc_signed &u, int64 v)
bool operator== (int64 u, const sc_signed &v)
bool operator== (const sc_signed &u, uint64 v)
bool operator== (uint64 u, const sc_signed &v)
bool operator== (const sc_signed &u, long v)
bool operator== (long u, const sc_signed &v)
bool operator== (const sc_signed &u, unsigned long v)
bool operator== (unsigned long u, const sc_signed &v)
bool operator< (const sc_signed &u, const sc_signed &v)
bool operator< (const sc_signed &u, int64 v)
bool operator< (int64 u, const sc_signed &v)
bool operator< (const sc_signed &u, uint64 v)
bool operator< (uint64 u, const sc_signed &v)
bool operator< (const sc_signed &u, long v)
bool operator< (long u, const sc_signed &v)
bool operator< (const sc_signed &u, unsigned long v)
bool operator< (unsigned long u, const sc_signed &v)
CLASS_TYPE ADD_HELPER (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd)
CLASS_TYPE MUL_HELPER (small_type s, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd)
CLASS_TYPE DIV_HELPER (small_type s, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd)
CLASS_TYPE MOD_HELPER (small_type us, int unb, int und, const sc_digit *ud, int vnb, int vnd, const sc_digit *vd)
CLASS_TYPE AND_HELPER (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd)
CLASS_TYPE OR_HELPER (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd)
CLASS_TYPE XOR_HELPER (small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd)
CLASS_TYPE operator~ (const CLASS_TYPE &u)
CLASS_TYPE operator<< (const CLASS_TYPE &u, const CLASS_TYPE &v)
CLASS_TYPE operator<< (const CLASS_TYPE &u, int64 v)
CLASS_TYPE operator<< (const CLASS_TYPE &u, uint64 v)
CLASS_TYPE operator<< (const CLASS_TYPE &u, long v)
CLASS_TYPE operator<< (const CLASS_TYPE &u, unsigned long v)
CLASS_TYPE operator>> (const CLASS_TYPE &u, const CLASS_TYPE &v)
CLASS_TYPE operator>> (const CLASS_TYPE &u, int64 v)
CLASS_TYPE operator>> (const CLASS_TYPE &u, uint64 v)
CLASS_TYPE operator>> (const CLASS_TYPE &u, long v)
CLASS_TYPE operator>> (const CLASS_TYPE &u, unsigned long v)
bool operator!= (const CLASS_TYPE &u, const CLASS_TYPE &v)
bool operator!= (const CLASS_TYPE &u, int64 v)
bool operator!= (int64 u, const CLASS_TYPE &v)
bool operator!= (const CLASS_TYPE &u, uint64 v)
bool operator!= (uint64 u, const CLASS_TYPE &v)
bool operator!= (const CLASS_TYPE &u, long v)
bool operator!= (long u, const CLASS_TYPE &v)
bool operator!= (const CLASS_TYPE &u, unsigned long v)
bool operator!= (unsigned long u, const CLASS_TYPE &v)
bool operator<= (const CLASS_TYPE &u, const CLASS_TYPE &v)
bool operator<= (const CLASS_TYPE &u, int64 v)
bool operator<= (int64 u, const CLASS_TYPE &v)
bool operator<= (const CLASS_TYPE &u, uint64 v)
bool operator<= (uint64 u, const CLASS_TYPE &v)
bool operator<= (const CLASS_TYPE &u, long v)
bool operator<= (long u, const CLASS_TYPE &v)
bool operator<= (const CLASS_TYPE &u, unsigned long v)
bool operator<= (unsigned long u, const CLASS_TYPE &v)
bool operator> (const CLASS_TYPE &u, const CLASS_TYPE &v)
bool operator> (const CLASS_TYPE &u, int64 v)
bool operator> (int64 u, const CLASS_TYPE &v)
bool operator> (const CLASS_TYPE &u, uint64 v)
bool operator> (uint64 u, const CLASS_TYPE &v)
bool operator> (const CLASS_TYPE &u, long v)
bool operator> (long u, const CLASS_TYPE &v)
bool operator> (const CLASS_TYPE &u, unsigned long v)
bool operator> (unsigned long u, const CLASS_TYPE &v)
bool operator>= (const CLASS_TYPE &u, const CLASS_TYPE &v)
bool operator>= (const CLASS_TYPE &u, int64 v)
bool operator>= (int64 u, const CLASS_TYPE &v)
bool operator>= (const CLASS_TYPE &u, uint64 v)
bool operator>= (uint64 u, const CLASS_TYPE &v)
bool operator>= (const CLASS_TYPE &u, long v)
bool operator>= (long u, const CLASS_TYPE &v)
bool operator>= (const CLASS_TYPE &u, unsigned long v)
bool operator>= (unsigned long u, const CLASS_TYPE &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, int v)
sc_signed operator+ (int u, const sc_unsigned &v)
sc_signed operator+ (const sc_signed &u, int v)
sc_signed operator+ (const sc_signed &u, unsigned int 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, int v)
sc_signed operator- (const sc_unsigned &u, unsigned int 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, int v)
sc_signed operator- (const sc_signed &u, unsigned int 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, int v)
sc_signed operator* (int u, const sc_unsigned &v)
sc_signed operator* (const sc_signed &u, int v)
sc_signed operator* (const sc_signed &u, unsigned int 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, int v)
sc_signed operator/ (int u, const sc_unsigned &v)
sc_signed operator/ (const sc_signed &u, int v)
sc_signed operator/ (const sc_signed &u, unsigned int 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, int v)
sc_signed operator% (int u, const sc_unsigned &v)
sc_signed operator% (const sc_signed &u, int v)
sc_signed operator% (const sc_signed &u, unsigned int 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, int v)
sc_signed operator & (int u, const sc_unsigned &v)
sc_signed operator & (const sc_signed &u, int v)
sc_signed operator & (const sc_signed &u, unsigned int 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, int v)
sc_signed operator| (int u, const sc_unsigned &v)
sc_signed operator| (const sc_signed &u, int v)
sc_signed operator| (const sc_signed &u, unsigned int 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, int v)
sc_signed operator^ (int u, const sc_unsigned &v)
sc_signed operator^ (const sc_signed &u, int v)
sc_signed operator^ (const sc_signed &u, unsigned int v)
sc_signed operator^ (int u, const sc_signed &v)
sc_signed operator^ (unsigned int 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_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_unsigned operator>> (const sc_unsigned &u, const sc_signed &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)
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, int v)
bool operator== (const sc_signed &u, unsigned int v)
bool operator== (int u, const sc_signed &v)
bool operator== (unsigned int 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_unsigned &u, const sc_signed &v)
bool operator< (const sc_signed &u, const sc_unsigned &v)
bool operator< (const sc_signed &u, int v)
bool operator< (const sc_signed &u, unsigned int v)
bool operator< (int u, const sc_signed &v)
bool operator< (unsigned int 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_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_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)