gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Typedefs | Enumerations | Functions | Variables
sc_dt Namespace Reference

Classes

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

Typedefs

typedef sc_context< sc_fxcast_switchsc_fxcast_context
 
typedef sc_context< sc_fxtype_paramssc_fxtype_context
 
typedef unsigned int word
 
typedef unsigned short half_word
 
typedef sc_context< sc_length_paramsc_length_context
 
typedef unsigned char uchar
 
typedef int small_type
 
typedef unsigned int sc_digit
 
typedef int64_t int64
 
typedef uint64_t uint64
 
typedef int64 int_type
 
typedef uint64 uint_type
 

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 ()
 
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)
 
void sc_proxy_out_of_bounds (const char *msg, int64 val)
 
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)
 
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)
 
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)
 
static unsigned next_pow2_index (std::size_t size)
 
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, 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)
 
void scfx_tc2csd (scfx_string &s, int w_prefix)
 
void scfx_csd2tc (scfx_string &csd)
 
void sc_int_concref_invalid_length (int length)
 
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)
 
static void is_valid_base (sc_numrep base)
 
const std::string to_string (sc_numrep numrep)
 
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)
 
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)
 
void sc_uint_concref_invalid_length (int length)
 
sc_unsigned operator<< (const sc_unsigned &u, const sc_int_base &v)
 
sc_unsigned operator>> (const sc_unsigned &u, const sc_int_base &v)
 
bool operator== (const sc_unsigned &u, const sc_int_base &v)
 
bool operator== (const sc_int_base &u, const sc_unsigned &v)
 
bool operator!= (const sc_unsigned &u, const sc_int_base &v)
 
bool operator!= (const sc_int_base &u, const sc_unsigned &v)
 
bool operator< (const sc_unsigned &u, const sc_int_base &v)
 
bool operator< (const sc_int_base &u, const sc_unsigned &v)
 
bool operator<= (const sc_unsigned &u, const sc_int_base &v)
 
bool operator<= (const sc_int_base &u, const sc_unsigned &v)
 
bool operator> (const sc_unsigned &u, const sc_int_base &v)
 
bool operator> (const sc_int_base &u, const sc_unsigned &v)
 
bool operator>= (const sc_unsigned &u, const sc_int_base &v)
 
bool operator>= (const sc_int_base &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_uint_base &v)
 
sc_unsigned operator* (const sc_uint_base &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_uint_base &v)
 
sc_unsigned operator% (const sc_uint_base &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_uint_base &v)
 
sc_unsigned operator| (const sc_uint_base &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_uint_base &v)
 
sc_unsigned operator>> (const sc_unsigned &u, const sc_uint_base &v)
 
bool operator== (const sc_unsigned &u, const sc_uint_base &v)
 
bool operator== (const sc_uint_base &u, const sc_unsigned &v)
 
bool operator!= (const sc_unsigned &u, const sc_uint_base &v)
 
bool operator!= (const sc_uint_base &u, const sc_unsigned &v)
 
bool operator< (const sc_unsigned &u, const sc_uint_base &v)
 
bool operator< (const sc_uint_base &u, const sc_unsigned &v)
 
bool operator<= (const sc_unsigned &u, const sc_uint_base &v)
 
bool operator<= (const sc_uint_base &u, const sc_unsigned &v)
 
bool operator> (const sc_unsigned &u, const sc_uint_base &v)
 
bool operator> (const sc_uint_base &u, const sc_unsigned &v)
 
bool operator>= (const sc_unsigned &u, const sc_uint_base &v)
 
bool 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+ (uint64 u, const sc_unsigned &v)
 
sc_unsigned operator+ (const sc_unsigned &u, unsigned long v)
 
sc_unsigned operator+ (unsigned long 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* (uint64 u, const sc_unsigned &v)
 
sc_unsigned operator* (const sc_unsigned &u, unsigned long v)
 
sc_unsigned operator* (unsigned long 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/ (uint64 u, const sc_unsigned &v)
 
sc_unsigned operator/ (const sc_unsigned &u, unsigned long v)
 
sc_unsigned operator/ (unsigned long 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% (uint64 u, const sc_unsigned &v)
 
sc_unsigned operator% (const sc_unsigned &u, unsigned long v)
 
sc_unsigned operator% (unsigned long 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& (uint64 u, const sc_unsigned &v)
 
sc_unsigned operator& (const sc_unsigned &u, unsigned long v)
 
sc_unsigned operator& (unsigned long 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| (uint64 u, const sc_unsigned &v)
 
sc_unsigned operator| (const sc_unsigned &u, unsigned long v)
 
sc_unsigned operator| (unsigned long 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^ (uint64 u, const sc_unsigned &v)
 
sc_unsigned operator^ (const sc_unsigned &u, unsigned long v)
 
sc_unsigned operator^ (unsigned long u, const sc_unsigned &v)
 
sc_unsigned operator<< (const sc_unsigned &u, const sc_signed &v)
 
sc_unsigned operator>> (const sc_unsigned &u, const sc_signed &v)
 
sc_unsigned operator+ (const sc_unsigned &u)
 
bool operator== (const sc_unsigned &u, const sc_unsigned &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_unsigned &u, int64 v)
 
bool operator== (int64 u, const sc_unsigned &v)
 
bool operator== (const sc_unsigned &u, uint64 v)
 
bool operator== (uint64 u, const sc_unsigned &v)
 
bool operator== (const sc_unsigned &u, long v)
 
bool operator== (long u, const sc_unsigned &v)
 
bool operator== (const sc_unsigned &u, unsigned long v)
 
bool operator== (unsigned long u, const sc_unsigned &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_unsigned &u, const sc_unsigned &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_unsigned &u, int64 v)
 
bool operator< (int64 u, const sc_unsigned &v)
 
bool operator< (const sc_unsigned &u, uint64 v)
 
bool operator< (uint64 u, const sc_unsigned &v)
 
bool operator< (const sc_unsigned &u, long v)
 
bool operator< (long u, const sc_unsigned &v)
 
bool operator< (const sc_unsigned &u, unsigned long v)
 
bool operator< (unsigned long u, const sc_unsigned &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_unsigned &u, const sc_signed &v)
 
bool operator> (const sc_signed &u, const sc_unsigned &v)
 
bool operator>= (const sc_unsigned &u, const sc_signed &v)
 
bool operator>= (const sc_signed &u, const sc_unsigned &v)
 
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, small_type if_v_signed)
 
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 >
sc_logic operator& (const sc_bitref_r< T1 > &a, const sc_bitref_r< T2 > &b)
 
template<class T1 , class T2 >
sc_logic operator| (const sc_bitref_r< T1 > &a, const sc_bitref_r< T2 > &b)
 
template<class T1 , class T2 >
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_baseoperator, (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_baseoperator, (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_baseoperator, (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_baseconcat (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_baseconcat (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_baseconcat (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_baseoperator, (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_baseoperator, (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_baseoperator, (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_baseconcat (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_baseconcat (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_baseconcat (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_baseoperator, (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_baseoperator, (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_baseoperator, (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_baseconcat (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_baseconcat (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_baseconcat (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_baseoperator, (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_baseoperator, (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_baseoperator, (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_baseconcat (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_baseconcat (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_baseconcat (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_baseoperator, (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_baseoperator, (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_baseoperator, (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_baseconcat (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_baseconcat (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_baseconcat (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_baseoperator, (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_baseoperator, (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_baseoperator, (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_baseconcat (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_baseconcat (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_baseconcat (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_baseoperator, (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_baseoperator, (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_baseoperator, (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_baseconcat (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_baseconcat (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_baseconcat (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_baseoperator, (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_baseoperator, (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_baseoperator, (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_baseconcat (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_baseconcat (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_baseconcat (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 T1 , class T2 >
sc_logic 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 > 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 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_baseoperator, (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_baseconcat (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_baseoperator, (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_baseconcat (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)
 
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 >
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_proxy< X >::value_type and_reduce (const sc_proxy< X > &a)
 
template<class X >
sc_proxy< X >::value_type nand_reduce (const sc_proxy< X > &a)
 
template<class X >
sc_proxy< X >::value_type or_reduce (const sc_proxy< X > &a)
 
template<class X >
sc_proxy< X >::value_type nor_reduce (const sc_proxy< X > &a)
 
template<class X >
sc_proxy< X >::value_type xor_reduce (const sc_proxy< X > &a)
 
template<class X >
sc_proxy< X >::value_type 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)
 
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)
 
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)
 
const sc_fxval operator<< (const sc_fxval &a, int b)
 
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)
 
scfx_repneg_scfx_rep (const scfx_rep &)
 
scfx_repmult_scfx_rep (const scfx_rep &, const scfx_rep &, int max_wl=SC_DEFAULT_MAX_WL_)
 
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)
 
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)
 
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)
 
sc_numrep sc_io_base (::std::ostream &os, sc_numrep def_base)
 
bool sc_io_show_base (::std::ostream &os)
 
inline ::std::ostream & operator<< (::std::ostream &os, sc_numrep numrep)
 
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, 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, 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, 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_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_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_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_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, 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_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_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_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)
 
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)
 
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, unsigned int v)
 
sc_unsigned operator+ (unsigned int u, const sc_unsigned &v)
 
sc_unsigned operator* (const sc_unsigned &u, unsigned int v)
 
sc_unsigned operator* (unsigned int u, const sc_unsigned &v)
 
sc_unsigned operator/ (const sc_unsigned &u, unsigned int v)
 
sc_unsigned operator/ (unsigned int u, const sc_unsigned &v)
 
sc_unsigned operator% (const sc_unsigned &u, unsigned int v)
 
sc_unsigned operator% (unsigned int 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_unsigned operator& (const sc_unsigned &u, const sc_unsigned &v)
 
sc_signed operator& (const sc_unsigned &u, int64 v)
 
sc_unsigned operator& (const sc_unsigned &u, uint64 v)
 
sc_signed operator& (const sc_unsigned &u, long v)
 
sc_unsigned operator& (const sc_unsigned &u, unsigned long v)
 
sc_signed operator& (const sc_unsigned &u, int v)
 
sc_unsigned operator& (const sc_unsigned &u, unsigned int v)
 
sc_signed operator& (int64 u, const sc_unsigned &v)
 
sc_unsigned operator& (uint64 u, const sc_unsigned &v)
 
sc_signed operator& (long u, const sc_unsigned &v)
 
sc_unsigned operator& (unsigned long u, const sc_unsigned &v)
 
sc_signed operator& (int 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_signed operator& (const sc_unsigned &u, const sc_int_base &v)
 
sc_unsigned operator& (const sc_uint_base &u, const sc_unsigned &v)
 
sc_signed operator& (const sc_int_base &u, const sc_unsigned &v)
 
sc_unsigned operator| (const sc_unsigned &u, unsigned int v)
 
sc_unsigned operator| (unsigned int u, const sc_unsigned &v)
 
sc_unsigned operator^ (const sc_unsigned &u, unsigned int v)
 
sc_unsigned operator^ (unsigned int 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_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)
 
bool operator== (const sc_unsigned &u, int v)
 
bool operator== (const sc_unsigned &u, unsigned int 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_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, int v)
 
bool operator< (const sc_unsigned &u, unsigned int 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_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_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_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)
 
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_concatrefconcat (sc_dt::sc_value_base &a, sc_dt::sc_value_base &b)
 
const sc_dt::sc_concatrefconcat (const sc_dt::sc_value_base &a, const sc_dt::sc_value_base &b)
 
const sc_dt::sc_concatrefconcat (const sc_dt::sc_value_base &a, bool b)
 
const sc_dt::sc_concatrefconcat (bool a, const sc_dt::sc_value_base &b)
 
sc_dt::sc_concatrefoperator, (sc_dt::sc_value_base &a, sc_dt::sc_value_base &b)
 
const sc_dt::sc_concatrefoperator, (const sc_dt::sc_value_base &a, const sc_dt::sc_value_base &b)
 
const sc_dt::sc_concatrefoperator, (const sc_dt::sc_value_base &a, bool b)
 
const sc_dt::sc_concatrefoperator, (bool a, const sc_dt::sc_value_base &b)
 
template<class T >
const T sc_abs (const T &a)
 
template<class T >
const T sc_max (const T &a, const T &b)
 
template<class T >
const T sc_min (const T &a, const T &b)
 

Variables

const sc_logic sc_logic_0 (Log_0)
 
const sc_logic sc_logic_1 (Log_1)
 
const sc_logic sc_logic_Z (Log_Z)
 
const sc_logic sc_logic_X (Log_X)
 
const sc_logic SC_LOGIC_0 (Log_0)
 
const sc_logic SC_LOGIC_1 (Log_1)
 
const sc_logic SC_LOGIC_Z (Log_Z)
 
const sc_logic SC_LOGIC_X (Log_X)
 
static const sc_digit data_array []
 
static const sc_digit ctrl_array []
 
static word_listfree_words [32] = { 0 }
 
static scfx_pow10 pow10_fx
 
static const int mantissa0_size = SCFX_IEEE_DOUBLE_M_SIZE - bits_in_int
 
static scfx_rep_nodelist = 0
 
return remainder
 
const uint_type mask_int [SC_INTWIDTH][SC_INTWIDTH]
 
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_bitref_r< T2 > > concat (sc_bitref_r< T1 >, sc_bitref_r< T2 >)
 
const int SC_DIGIT_SIZE = BITS_PER_BYTE * sizeof(sc_digit)
 
const sc_digit SC_DIGIT_ZERO = (sc_digit)0
 
const sc_digit SC_DIGIT_ONE = (sc_digit)1
 
const sc_digit SC_DIGIT_TWO = (sc_digit)2
 
const int SC_BUILTIN_WL_ = 32
 
const int SC_BUILTIN_IWL_ = 32
 
const sc_q_mode SC_BUILTIN_Q_MODE_ = SC_TRN
 
const sc_o_mode SC_BUILTIN_O_MODE_ = SC_WRAP
 
const int SC_BUILTIN_N_BITS_ = 0
 
const int SC_DEFAULT_WL_ = SC_BUILTIN_WL_
 
const int SC_DEFAULT_IWL_ = SC_BUILTIN_IWL_
 
const sc_q_mode SC_DEFAULT_Q_MODE_ = SC_BUILTIN_Q_MODE_
 
const sc_o_mode SC_DEFAULT_O_MODE_ = SC_BUILTIN_O_MODE_
 
const int SC_DEFAULT_N_BITS_ = SC_BUILTIN_N_BITS_
 
const sc_switch SC_BUILTIN_CAST_SWITCH_ = SC_ON
 
const sc_switch SC_DEFAULT_CAST_SWITCH_ = SC_BUILTIN_CAST_SWITCH_
 
const int SC_BUILTIN_DIV_WL_ = 64
 
const int SC_BUILTIN_CTE_WL_ = 64
 
const int SC_BUILTIN_MAX_WL_ = 1024
 
const int SC_DEFAULT_DIV_WL_ = SC_BUILTIN_DIV_WL_
 
const int SC_DEFAULT_CTE_WL_ = SC_BUILTIN_CTE_WL_
 
const int SC_DEFAULT_MAX_WL_ = SC_BUILTIN_MAX_WL_
 
const unsigned int SCFX_IEEE_DOUBLE_BIAS = 1023U
 
const int SCFX_IEEE_DOUBLE_E_MAX = 1023
 
const int SCFX_IEEE_DOUBLE_E_MIN = -1022
 
const unsigned int SCFX_IEEE_DOUBLE_M_SIZE = 52
 
const unsigned int SCFX_IEEE_DOUBLE_M0_SIZE = 20
 
const unsigned int SCFX_IEEE_DOUBLE_M1_SIZE = 32
 
const unsigned int SCFX_IEEE_DOUBLE_E_SIZE = 11
 
const unsigned int SCFX_IEEE_FLOAT_BIAS = 127U
 
const int SCFX_IEEE_FLOAT_E_MAX = 127
 
const int SCFX_IEEE_FLOAT_E_MIN = -126
 
const unsigned int SCFX_IEEE_FLOAT_M_SIZE = 23
 
const unsigned int SCFX_IEEE_FLOAT_E_SIZE = 8
 
const int SCFX_POW10_TABLE_SIZE = 32
 
const int min_mant = 4
 
const int bits_in_int = sizeof(int) * CHAR_BIT
 
const int bits_in_word = sizeof(word) * CHAR_BIT
 
static const uint64 UINT64_ZERO = 0ULL
 
static const uint64 UINT64_ONE = 1ULL
 
static const uint64 UINT64_32ONES = 0x00000000ffffffffULL
 
static const small_type NB_DEFAULT_BASE = SC_DEC
 
static const uint64 UINT_ZERO = UINT64_ZERO
 
static const uint64 UINT_ONE = UINT64_ONE
 

Typedef Documentation

◆ half_word

typedef unsigned short sc_dt::half_word

Definition at line 67 of file scfx_mant.hh.

◆ int64

typedef int64_t sc_dt::int64

Definition at line 171 of file sc_nbdefs.hh.

◆ int_type

Definition at line 206 of file sc_nbdefs.hh.

◆ sc_digit

typedef unsigned int sc_dt::sc_digit

Definition at line 163 of file sc_nbdefs.hh.

◆ sc_fxcast_context

Definition at line 109 of file sc_fxcast_switch.hh.

◆ sc_fxtype_context

Definition at line 131 of file sc_fxtype_params.hh.

◆ sc_length_context

Definition at line 121 of file sc_length_param.hh.

◆ small_type

typedef int sc_dt::small_type

Definition at line 108 of file sc_nbdefs.hh.

◆ uchar

typedef unsigned char sc_dt::uchar

Definition at line 104 of file sc_nbdefs.hh.

◆ uint64

typedef uint64_t sc_dt::uint64

Definition at line 172 of file sc_nbdefs.hh.

◆ uint_type

Definition at line 207 of file sc_nbdefs.hh.

◆ word

typedef unsigned int sc_dt::word

Definition at line 64 of file scfx_mant.hh.

Enumeration Type Documentation

◆ sc_context_begin

Enumerator
SC_NOW 
SC_LATER 

Definition at line 118 of file sc_context.hh.

◆ sc_enc

Enumerator
SC_TC_ 
SC_US_ 

Definition at line 70 of file sc_fxdefs.hh.

◆ sc_fmt

Enumerator
SC_F 
SC_E 

Definition at line 164 of file sc_fxdefs.hh.

◆ sc_logic_value_t

Enumerator
Log_0 
Log_1 
Log_Z 
Log_X 

Definition at line 84 of file sc_logic.hh.

◆ 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 81 of file sc_nbdefs.hh.

◆ sc_o_mode

Enumerator
SC_SAT 
SC_SAT_ZERO 
SC_SAT_SYM 
SC_WRAP 
SC_WRAP_SM 

Definition at line 117 of file sc_fxdefs.hh.

◆ 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 91 of file sc_fxdefs.hh.

◆ sc_switch

Enumerator
SC_OFF 
SC_ON 

Definition at line 143 of file sc_fxdefs.hh.

Function Documentation

◆ ADD_HELPER()

CLASS_TYPE sc_dt::ADD_HELPER ( small_type  us,
int  unb,
int  und,
const sc_digit ud,
small_type  vs,
int  vnb,
int  vnd,
const sc_digit vd 
)

Definition at line 67 of file sc_signed.cc.

◆ add_mants()

static int sc_dt::add_mants ( int  size,
scfx_mant result,
const scfx_mant a,
const scfx_mant b 
)
inlinestatic

Definition at line 1175 of file scfx_rep.cc.

References MipsISA::index, and RiscvISA::x.

Referenced by add_scfx_rep(), sc_dt::scfx_rep::multiply_by_ten(), and sub_scfx_rep().

◆ add_on_help()

void sc_dt::add_on_help ( small_type us,
int  ,
int  und,
sc_digit ud,
small_type  vs,
int  ,
int  vnd,
const sc_digit vd 
)

◆ add_scfx_rep()

scfx_rep * sc_dt::add_scfx_rep ( const scfx_rep lhs,
const scfx_rep rhs,
int  max_wl 
)

◆ add_signed_friend()

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 
)

Referenced by operator+(), operator-(), and operator>=().

◆ add_unsigned_friend()

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 
)

Referenced by operator+(), and operator>=().

◆ align()

void sc_dt::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 
)

◆ AND_HELPER()

CLASS_TYPE sc_dt::AND_HELPER ( small_type  us,
int  unb,
int  und,
const sc_digit ud,
small_type  vs,
int  vnb,
int  vnd,
const sc_digit vd 
)

Definition at line 285 of file sc_signed.cc.

◆ and_on_help()

void sc_dt::and_on_help ( small_type  us,
int  ,
int  und,
sc_digit ud,
small_type  vs,
int  ,
int  vnd,
const sc_digit vd 
)

Definition at line 511 of file sc_nbexterns.cc.

References BITS_PER_DIGIT, DIGIT_MASK, mul_signs(), ArmISA::s, and RiscvISA::x.

◆ and_reduce() [1/6]

bool sc_dt::and_reduce ( const sc_concatref a)
inline

Definition at line 453 of file sc_concatref.hh.

References sc_dt::sc_concatref::and_reduce().

◆ and_reduce() [2/6]

bool sc_dt::and_reduce ( const sc_uint_subref_r a)
inline

Definition at line 1063 of file sc_uint_base.hh.

References sc_dt::sc_uint_subref_r::and_reduce().

◆ and_reduce() [3/6]

bool sc_dt::and_reduce ( const sc_int_subref_r a)
inline

Definition at line 1168 of file sc_int_base.hh.

References sc_dt::sc_int_subref_r::and_reduce().

◆ and_reduce() [4/6]

bool sc_dt::and_reduce ( const sc_uint_base a)
inline

Definition at line 1212 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::and_reduce().

◆ and_reduce() [5/6]

bool sc_dt::and_reduce ( const sc_int_base a)
inline

Definition at line 1333 of file sc_int_base.hh.

References sc_dt::sc_int_base::and_reduce().

◆ and_reduce() [6/6]

template<class X >
sc_proxy<X>::value_type sc_dt::and_reduce ( const sc_proxy< X > &  a)
inline

◆ and_signed_friend()

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 
)

Referenced by operator&(), and operator>=().

◆ and_unsigned_friend()

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 
)

Referenced by operator&(), and operator>=().

◆ assign_p_()

template<class X , class Y >
void sc_dt::assign_p_ ( sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

◆ assign_v_() [1/5]

template<class X , class T >
void sc_dt::assign_v_ ( sc_proxy< X > &  px,
const T &  a 
)
inline

◆ assign_v_() [2/5]

template<class X >
void sc_dt::assign_v_ ( sc_proxy< X > &  px,
const sc_int_base a 
)
inline

◆ assign_v_() [3/5]

template<class X >
void sc_dt::assign_v_ ( sc_proxy< X > &  px,
const sc_signed a 
)
inline

◆ assign_v_() [4/5]

template<class X >
void sc_dt::assign_v_ ( sc_proxy< X > &  px,
const sc_uint_base a 
)
inline

◆ assign_v_() [5/5]

template<class X >
void sc_dt::assign_v_ ( sc_proxy< X > &  px,
const sc_unsigned a 
)
inline

◆ b_and()

const sc_bit sc_dt::b_and ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 328 of file sc_bit.hh.

References ArmISA::b.

Referenced by b_xor().

◆ b_and_assign_()

template<class X , class Y >
X& sc_dt::b_and_assign_ ( sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

◆ b_not() [1/6]

const sc_bit sc_dt::b_not ( const sc_bit a)
inline

◆ b_not() [2/6]

void sc_dt::b_not ( sc_bit r,
const sc_bit a 
)
inline

Definition at line 301 of file sc_bit.hh.

◆ b_not() [3/6]

void sc_dt::b_not ( sc_fix c,
const sc_fix a 
)
inline

◆ b_not() [4/6]

void sc_dt::b_not ( sc_ufix c,
const sc_ufix a 
)
inline

◆ b_not() [5/6]

void sc_dt::b_not ( sc_fix_fast c,
const sc_fix_fast a 
)
inline

◆ b_not() [6/6]

void sc_dt::b_not ( sc_ufix_fast c,
const sc_ufix_fast a 
)
inline

◆ b_or()

const sc_bit sc_dt::b_or ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 329 of file sc_bit.hh.

References ArmISA::b.

Referenced by b_xor().

◆ b_or_assign_()

template<class X , class Y >
X& sc_dt::b_or_assign_ ( sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

◆ b_xor()

const sc_bit sc_dt::b_xor ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 330 of file sc_bit.hh.

References ArmISA::b, b_and(), b_or(), and DEFN_BIN_FUN.

◆ b_xor_assign_()

template<class X , class Y >
X& sc_dt::b_xor_assign_ ( sc_proxy< X > &  a,
const sc_proxy< Y > &  b 
)
inline

◆ bit_ord()

int sc_dt::bit_ord ( int  i)
inline

◆ check_for_zero() [1/2]

small_type sc_dt::check_for_zero ( small_type  s,
int  ulen,
const sc_digit u 
)
inline

◆ check_for_zero() [2/2]

bool sc_dt::check_for_zero ( int  ulen,
const sc_digit u 
)
inline

Definition at line 556 of file sc_nbutils.hh.

References sc_assert, and vec_find_first_nonzero().

◆ cmp_scfx_rep()

int sc_dt::cmp_scfx_rep ( const scfx_rep a,
const scfx_rep b 
)

◆ compare_abs()

int sc_dt::compare_abs ( const scfx_rep a,
const scfx_rep b 
)

◆ compare_msw_ff()

int sc_dt::compare_msw_ff ( const scfx_rep lhs,
const scfx_rep rhs 
)

◆ compare_unsigned()

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,
small_type  if_v_signed 
)

◆ complement()

void sc_dt::complement ( scfx_mant target,
const scfx_mant source,
int  size 
)
inline

Definition at line 297 of file scfx_mant.hh.

References ArmISA::i, and sc_dt::scfx_mant::size().

Referenced by sc_dt::scfx_rep::from_string(), and sc_dt::scfx_rep::toggle_tc().

◆ concat() [1/121]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > sc_dt::concat ( sc_bitref_r< T1 >  a,
sc_subref_r< T2 >  b 
)
inline

◆ concat() [2/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::concat ( sc_bitref_r< T1 >  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ concat() [3/121]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, T2 > sc_dt::concat ( sc_bitref_r< T1 >  a,
const sc_proxy< T2 > &  b 
)
inline

◆ concat() [4/121]

template<class T >
sc_concref_r< sc_bitref_r< T >, sc_lv_base > sc_dt::concat ( sc_bitref_r< T >  a,
const char *  b 
)
inline

◆ concat() [5/121]

template<class T >
sc_concref_r< sc_lv_base, sc_bitref_r< T > > sc_dt::concat ( const char *  a,
sc_bitref_r< T >  b 
)
inline

◆ concat() [6/121]

sc_digit sc_dt::concat ( sc_digit  h,
sc_digit  l 
)
inline

Definition at line 246 of file sc_nbutils.hh.

References BITS_PER_HALF_DIGIT.

◆ concat() [7/121]

template<class T >
sc_concref_r< sc_bitref_r< T >, sc_lv_base > sc_dt::concat ( sc_bitref_r< T >  a,
const sc_logic b 
)
inline

◆ concat() [8/121]

template<class T >
sc_concref_r< sc_lv_base, sc_bitref_r< T > > sc_dt::concat ( const sc_logic a,
sc_bitref_r< T >  b 
)
inline

◆ concat() [9/121]

template<class T >
sc_concref_r<sc_bitref_r<T>, sc_lv_base> sc_dt::concat ( sc_bitref_r< T >  ,
bool   
)
inline

◆ concat() [10/121]

template<class T >
sc_concref_r<sc_lv_base, sc_bitref_r<T> > sc_dt::concat ( bool  ,
sc_bitref_r< T >   
)
inline

◆ concat() [11/121]

template<class T1 , class T2 >
sc_concref_r<sc_bitref_r<T1>, sc_bitref_r<T2> > sc_dt::concat ( sc_bitref_r< T1 >  a,
sc_bitref< T2 >  b 
)
inline

◆ concat() [12/121]

template<class T1 , class T2 >
sc_concref_r<sc_bitref_r<T1>, sc_bitref_r<T2> > sc_dt::concat ( sc_bitref< T1 >  a,
sc_bitref_r< T2 >  b 
)
inline

◆ concat() [13/121]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > sc_dt::concat ( sc_bitref_r< T1 >  a,
sc_subref< T2 >  b 
)
inline

◆ concat() [14/121]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > sc_dt::concat ( sc_bitref< T1 >  a,
sc_subref_r< T2 >  b 
)
inline

◆ concat() [15/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::concat ( sc_bitref_r< T1 >  a,
sc_concref< T2, T3 >  b 
)
inline

◆ concat() [16/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::concat ( sc_bitref< T1 >  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ concat() [17/121]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, T2 > sc_dt::concat ( sc_bitref< T1 >  a,
const sc_proxy< T2 > &  b 
)
inline

◆ concat() [18/121]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, T2 > sc_dt::concat ( sc_bitref_r< T1 >  a,
sc_proxy< T2 > &  b 
)
inline

◆ concat() [19/121]

template<class T >
sc_concref_r< sc_bitref_r< T >, sc_lv_base > sc_dt::concat ( sc_bitref< T >  a,
const char *  b 
)
inline

◆ concat() [20/121]

template<class T >
sc_concref_r< sc_lv_base, sc_bitref_r< T > > sc_dt::concat ( const char *  a,
sc_bitref< T >  b 
)
inline

◆ concat() [21/121]

template<class T >
sc_concref_r< sc_bitref_r< T >, sc_lv_base > sc_dt::concat ( sc_bitref< T >  a,
const sc_logic b 
)
inline

◆ concat() [22/121]

template<class T >
sc_concref_r< sc_lv_base, sc_bitref_r< T > > sc_dt::concat ( const sc_logic a,
sc_bitref< T >  b 
)
inline

◆ concat() [23/121]

template<class T >
sc_concref_r<sc_bitref_r<T>, sc_lv_base> sc_dt::concat ( sc_bitref< T >  ,
bool   
)
inline

Definition at line 926 of file sc_lv_base.hh.

References sc_dt::sc_bitref< X >::clone(), and sc_dt::sc_lv_base::sc_bv_base.

◆ concat() [24/121]

template<class T >
sc_concref_r<sc_lv_base, sc_bitref_r<T> > sc_dt::concat ( bool  ,
sc_bitref< T >   
)
inline

Definition at line 934 of file sc_lv_base.hh.

References sc_dt::sc_bitref< X >::clone(), and sc_dt::sc_lv_base::sc_bv_base.

◆ concat() [25/121]

template<class T1 , class T2 >
sc_concref< sc_bitref< T1 >, sc_bitref< T2 > > sc_dt::concat ( sc_bitref< T1 >  a,
sc_bitref< T2 >  b 
)
inline

Definition at line 2153 of file sc_bit_proxies.hh.

References sc_dt::sc_bitref< X >::clone().

◆ concat() [26/121]

template<class T1 , class T2 >
sc_concref< sc_bitref< T1 >, sc_subref< T2 > > sc_dt::concat ( sc_bitref< T1 >  a,
sc_subref< T2 >  b 
)
inline

◆ concat() [27/121]

template<class T1 , class T2 , class T3 >
sc_concref< sc_bitref< T1 >, sc_concref< T2, T3 > > sc_dt::concat ( sc_bitref< T1 >  a,
sc_concref< T2, T3 >  b 
)
inline

◆ concat() [28/121]

template<class T1 , class T2 >
sc_concref< sc_bitref< T1 >, T2 > sc_dt::concat ( sc_bitref< T1 >  a,
sc_proxy< T2 > &  b 
)
inline

◆ concat() [29/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > sc_dt::concat ( sc_subref_r< T1 >  a,
sc_bitref_r< T2 >  b 
)
inline

◆ concat() [30/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > sc_dt::concat ( sc_subref_r< T1 >  a,
sc_subref_r< T2 >  b 
)
inline

Definition at line 2395 of file sc_bit_proxies.hh.

References sc_dt::sc_subref_r< X >::clone().

◆ concat() [31/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::concat ( sc_subref_r< T1 >  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ concat() [32/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, T2 > sc_dt::concat ( sc_subref_r< T1 >  a,
const sc_proxy< T2 > &  b 
)
inline

◆ concat() [33/121]

sc_dt::sc_concatref& sc_dt::concat ( sc_dt::sc_value_base a,
sc_dt::sc_value_base b 
)
inline

◆ concat() [34/121]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_lv_base > sc_dt::concat ( sc_subref_r< T >  a,
const char *  b 
)
inline

◆ concat() [35/121]

template<class T >
sc_concref_r< sc_lv_base, sc_subref_r< T > > sc_dt::concat ( const char *  a,
sc_subref_r< T >  b 
)
inline

◆ concat() [36/121]

const sc_dt::sc_concatref& sc_dt::concat ( const sc_dt::sc_value_base a,
const sc_dt::sc_value_base b 
)
inline

◆ concat() [37/121]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_lv_base > sc_dt::concat ( sc_subref_r< T >  a,
const sc_logic b 
)
inline

◆ concat() [38/121]

template<class T >
sc_concref_r< sc_lv_base, sc_subref_r< T > > sc_dt::concat ( const sc_logic a,
sc_subref_r< T >  b 
)
inline

◆ concat() [39/121]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_bv_base > sc_dt::concat ( sc_subref_r< T >  a,
bool  b 
)
inline

◆ concat() [40/121]

const sc_dt::sc_concatref& sc_dt::concat ( const sc_dt::sc_value_base a,
bool  b 
)
inline

◆ concat() [41/121]

template<class T >
sc_concref_r< sc_bv_base, sc_subref_r< T > > sc_dt::concat ( bool  a,
sc_subref_r< T >  b 
)
inline

◆ concat() [42/121]

const sc_dt::sc_concatref& sc_dt::concat ( bool  a,
const sc_dt::sc_value_base b 
)
inline

◆ concat() [43/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > sc_dt::concat ( sc_subref_r< T1 >  a,
sc_bitref< T2 >  b 
)
inline

◆ concat() [44/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > sc_dt::concat ( sc_subref< T1 >  a,
sc_bitref_r< T2 >  b 
)
inline

◆ concat() [45/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > sc_dt::concat ( sc_subref_r< T1 >  a,
sc_subref< T2 >  b 
)
inline

◆ concat() [46/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > sc_dt::concat ( sc_subref< T1 >  a,
sc_subref_r< T2 >  b 
)
inline

◆ concat() [47/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::concat ( sc_subref_r< T1 >  a,
sc_concref< T2, T3 >  b 
)
inline

◆ concat() [48/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::concat ( sc_subref< T1 >  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ concat() [49/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, T2 > sc_dt::concat ( sc_subref< T1 >  a,
const sc_proxy< T2 > &  b 
)
inline

◆ concat() [50/121]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, T2 > sc_dt::concat ( sc_subref_r< T1 >  a,
sc_proxy< T2 > &  b 
)
inline

◆ concat() [51/121]

template<class T >
sc_concref_r<sc_bitref_r<T>, sc_bv_base> sc_dt::concat ( sc_bitref_r< T >  a,
bool  b 
)
inline

◆ concat() [52/121]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_lv_base > sc_dt::concat ( sc_subref< T >  a,
const char *  b 
)
inline

◆ concat() [53/121]

template<class T >
sc_concref_r< sc_lv_base, sc_subref_r< T > > sc_dt::concat ( const char *  a,
sc_subref< T >  b 
)
inline

◆ concat() [54/121]

template<class T >
sc_concref_r<sc_bv_base, sc_bitref_r<T> > sc_dt::concat ( bool  a,
sc_bitref_r< T >  b 
)
inline

◆ concat() [55/121]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_lv_base > sc_dt::concat ( sc_subref< T >  a,
const sc_logic b 
)
inline

◆ concat() [56/121]

template<class T >
sc_concref_r< sc_lv_base, sc_subref_r< T > > sc_dt::concat ( const sc_logic a,
sc_subref< T >  b 
)
inline

◆ concat() [57/121]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_bv_base > sc_dt::concat ( sc_subref< T >  a,
bool  b 
)
inline

◆ concat() [58/121]

template<class T >
sc_concref_r< sc_bv_base, sc_subref_r< T > > sc_dt::concat ( bool  a,
sc_subref< T >  b 
)
inline

◆ concat() [59/121]

template<class T >
sc_concref_r<sc_bitref_r<T>, sc_bv_base> sc_dt::concat ( sc_bitref< T >  a,
bool  b 
)
inline

Definition at line 926 of file sc_lv_base.hh.

References sc_dt::sc_bitref< X >::clone(), and sc_dt::sc_lv_base::sc_bv_base.

◆ concat() [60/121]

template<class T >
sc_concref_r<sc_bv_base, sc_bitref_r<T> > sc_dt::concat ( bool  a,
sc_bitref< T >  b 
)
inline

Definition at line 934 of file sc_lv_base.hh.

References sc_dt::sc_bitref< X >::clone(), and sc_dt::sc_lv_base::sc_bv_base.

◆ concat() [61/121]

template<class T1 , class T2 >
sc_concref< sc_subref< T1 >, sc_bitref< T2 > > sc_dt::concat ( sc_subref< T1 >  a,
sc_bitref< T2 >  b 
)
inline

◆ concat() [62/121]

template<class T1 , class T2 >
sc_concref< sc_subref< T1 >, sc_subref< T2 > > sc_dt::concat ( sc_subref< T1 >  a,
sc_subref< T2 >  b 
)
inline

Definition at line 2608 of file sc_bit_proxies.hh.

References sc_dt::sc_subref< X >::clone().

◆ concat() [63/121]

template<class T1 , class T2 , class T3 >
sc_concref< sc_subref< T1 >, sc_concref< T2, T3 > > sc_dt::concat ( sc_subref< T1 >  a,
sc_concref< T2, T3 >  b 
)
inline

◆ concat() [64/121]

template<class T1 , class T2 >
sc_concref< sc_subref< T1 >, T2 > sc_dt::concat ( sc_subref< T1 >  a,
sc_proxy< T2 > &  b 
)
inline

◆ concat() [65/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
sc_bitref_r< T3 >  b 
)
inline

◆ concat() [66/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
sc_subref_r< T3 >  b 
)
inline

◆ concat() [67/121]

template<class T1 , class T2 , class T3 , class T4 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
sc_concref_r< T3, T4 >  b 
)
inline

Definition at line 2889 of file sc_bit_proxies.hh.

References sc_dt::sc_concref_r< X, Y >::clone().

◆ concat() [68/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, T3 > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
const sc_proxy< T3 > &  b 
)
inline

◆ concat() [69/121]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
const char *  b 
)
inline

◆ concat() [70/121]

template<class T1 , class T2 >
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > sc_dt::concat ( const char *  a,
sc_concref_r< T1, T2 >  b 
)
inline

◆ concat() [71/121]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
const sc_logic b 
)
inline

◆ concat() [72/121]

template<class T1 , class T2 >
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > sc_dt::concat ( const sc_logic a,
sc_concref_r< T1, T2 >  b 
)
inline

◆ concat() [73/121]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
bool  b 
)
inline

◆ concat() [74/121]

template<class T1 , class T2 >
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > sc_dt::concat ( bool  a,
sc_concref_r< T1, T2 >  b 
)
inline

◆ concat() [75/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
sc_bitref< T3 >  b 
)
inline

◆ concat() [76/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > sc_dt::concat ( sc_concref< T1, T2 >  a,
sc_bitref_r< T3 >  b 
)
inline

◆ concat() [77/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
sc_subref< T3 >  b 
)
inline

◆ concat() [78/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > sc_dt::concat ( sc_concref< T1, T2 >  a,
sc_subref_r< T3 >  b 
)
inline

◆ concat() [79/121]

template<class T1 , class T2 , class T3 , class T4 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
sc_concref< T3, T4 >  b 
)
inline

◆ concat() [80/121]

template<class T1 , class T2 , class T3 , class T4 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > sc_dt::concat ( sc_concref< T1, T2 >  a,
sc_concref_r< T3, T4 >  b 
)
inline

◆ concat() [81/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, T3 > sc_dt::concat ( sc_concref< T1, T2 >  a,
const sc_proxy< T3 > &  b 
)
inline

◆ concat() [82/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, T3 > sc_dt::concat ( sc_concref_r< T1, T2 >  a,
sc_proxy< T3 > &  b 
)
inline

◆ concat() [83/121]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > sc_dt::concat ( sc_concref< T1, T2 >  a,
const char *  b 
)
inline

◆ concat() [84/121]

template<class T1 , class T2 >
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > sc_dt::concat ( const char *  a,
sc_concref< T1, T2 >  b 
)
inline

◆ concat() [85/121]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > sc_dt::concat ( sc_concref< T1, T2 >  a,
const sc_logic b 
)
inline

◆ concat() [86/121]

template<class T1 , class T2 >
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > sc_dt::concat ( const sc_logic a,
sc_concref< T1, T2 >  b 
)
inline

◆ concat() [87/121]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > sc_dt::concat ( sc_concref< T1, T2 >  a,
bool  b 
)
inline

◆ concat() [88/121]

template<class T1 , class T2 >
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > sc_dt::concat ( bool  a,
sc_concref< T1, T2 >  b 
)
inline

◆ concat() [89/121]

template<class T1 , class T2 , class T3 >
sc_concref< sc_concref< T1, T2 >, sc_bitref< T3 > > sc_dt::concat ( sc_concref< T1, T2 >  a,
sc_bitref< T3 >  b 
)
inline

◆ concat() [90/121]

template<class T1 , class T2 , class T3 >
sc_concref< sc_concref< T1, T2 >, sc_subref< T3 > > sc_dt::concat ( sc_concref< T1, T2 >  a,
sc_subref< T3 >  b 
)
inline

◆ concat() [91/121]

template<class T1 , class T2 , class T3 , class T4 >
sc_concref< sc_concref< T1, T2 >, sc_concref< T3, T4 > > sc_dt::concat ( sc_concref< T1, T2 >  a,
sc_concref< T3, T4 >  b 
)
inline

Definition at line 3103 of file sc_bit_proxies.hh.

References sc_dt::sc_concref< X, Y >::clone().

◆ concat() [92/121]

template<class T1 , class T2 , class T3 >
sc_concref< sc_concref< T1, T2 >, T3 > sc_dt::concat ( sc_concref< T1, T2 >  a,
sc_proxy< T3 > &  b 
)
inline

◆ concat() [93/121]

template<class T1 , class T2 >
sc_concref_r< T1, sc_bitref_r< T2 > > sc_dt::concat ( const sc_proxy< T1 > &  a,
sc_bitref_r< T2 >  b 
)
inline

◆ concat() [94/121]

template<class T1 , class T2 >
sc_concref_r< T1, sc_subref_r< T2 > > sc_dt::concat ( const sc_proxy< T1 > &  a,
sc_subref_r< T2 >  b 
)
inline

◆ concat() [95/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< T1, sc_concref_r< T2, T3 > > sc_dt::concat ( const sc_proxy< T1 > &  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ concat() [96/121]

template<class T1 , class T2 >
sc_concref_r< T1, T2 > sc_dt::concat ( const sc_proxy< T1 > &  a,
const sc_proxy< T2 > &  b 
)
inline

Definition at line 3191 of file sc_bit_proxies.hh.

References sc_dt::sc_proxy< X >::back_cast().

◆ concat() [97/121]

template<class T >
sc_concref_r< T, sc_lv_base > sc_dt::concat ( const sc_proxy< T > &  a,
const char *  b 
)
inline

◆ concat() [98/121]

template<class T >
sc_concref_r< sc_lv_base, T > sc_dt::concat ( const char *  a,
const sc_proxy< T > &  b 
)
inline

◆ concat() [99/121]

template<class T >
sc_concref_r< T, sc_lv_base > sc_dt::concat ( const sc_proxy< T > &  a,
const sc_logic b 
)
inline

◆ concat() [100/121]

template<class T >
sc_concref_r< sc_lv_base, T > sc_dt::concat ( const sc_logic a,
const sc_proxy< T > &  b 
)
inline

◆ concat() [101/121]

template<class T >
sc_concref_r< T, sc_bv_base > sc_dt::concat ( const sc_proxy< T > &  a,
bool  b 
)
inline

◆ concat() [102/121]

template<class T >
sc_concref_r< sc_bv_base, T > sc_dt::concat ( bool  a,
const sc_proxy< T > &  b 
)
inline

◆ concat() [103/121]

template<class T1 , class T2 >
sc_concref_r< T1, sc_bitref_r< T2 > > sc_dt::concat ( const sc_proxy< T1 > &  a,
sc_bitref< T2 >  b 
)
inline

◆ concat() [104/121]

template<class T1 , class T2 >
sc_concref_r< T1, sc_bitref_r< T2 > > sc_dt::concat ( sc_proxy< T1 > &  a,
sc_bitref_r< T2 >  b 
)
inline

◆ concat() [105/121]

template<class T1 , class T2 >
sc_concref_r< T1, sc_subref_r< T2 > > sc_dt::concat ( const sc_proxy< T1 > &  a,
sc_subref< T2 >  b 
)
inline

◆ concat() [106/121]

template<class T1 , class T2 >
sc_concref_r< T1, sc_subref_r< T2 > > sc_dt::concat ( sc_proxy< T1 > &  a,
sc_subref_r< T2 >  b 
)
inline

◆ concat() [107/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< T1, sc_concref_r< T2, T3 > > sc_dt::concat ( const sc_proxy< T1 > &  a,
sc_concref< T2, T3 >  b 
)
inline

◆ concat() [108/121]

template<class T1 , class T2 , class T3 >
sc_concref_r< T1, sc_concref_r< T2, T3 > > sc_dt::concat ( sc_proxy< T1 > &  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ concat() [109/121]

template<class T1 , class T2 >
sc_concref_r< T1, T2 > sc_dt::concat ( const sc_proxy< T1 > &  a,
sc_proxy< T2 > &  b 
)
inline

Definition at line 3302 of file sc_bit_proxies.hh.

References sc_dt::sc_proxy< X >::back_cast().

◆ concat() [110/121]

template<class T1 , class T2 >
sc_concref_r< T1, T2 > sc_dt::concat ( sc_proxy< T1 > &  a,
const sc_proxy< T2 > &  b 
)
inline

Definition at line 3309 of file sc_bit_proxies.hh.

References sc_dt::sc_proxy< X >::back_cast().

◆ concat() [111/121]

template<class T >
sc_concref_r< T, sc_lv_base > sc_dt::concat ( sc_proxy< T > &  a,
const char *  b 
)
inline

◆ concat() [112/121]

template<class T >
sc_concref_r< sc_lv_base, T > sc_dt::concat ( const char *  a,
sc_proxy< T > &  b 
)
inline

◆ concat() [113/121]

template<class T >
sc_concref_r< T, sc_lv_base > sc_dt::concat ( sc_proxy< T > &  a,
const sc_logic b 
)
inline

◆ concat() [114/121]

template<class T >
sc_concref_r< sc_lv_base, T > sc_dt::concat ( const sc_logic a,
sc_proxy< T > &  b 
)
inline

◆ concat() [115/121]

template<class T >
sc_concref_r< T, sc_bv_base > sc_dt::concat ( sc_proxy< T > &  a,
bool  b 
)
inline

◆ concat() [116/121]

template<class T >
sc_concref_r< sc_bv_base, T > sc_dt::concat ( bool  a,
sc_proxy< T > &  b 
)
inline

◆ concat() [117/121]

template<class T1 , class T2 >
sc_concref< T1, sc_bitref< T2 > > sc_dt::concat ( sc_proxy< T1 > &  a,
sc_bitref< T2 >  b 
)
inline

◆ concat() [118/121]

template<class T1 , class T2 >
sc_concref< T1, sc_subref< T2 > > sc_dt::concat ( sc_proxy< T1 > &  a,
sc_subref< T2 >  b 
)
inline

◆ concat() [119/121]

template<class T1 , class T2 , class T3 >
sc_concref< T1, sc_concref< T2, T3 > > sc_dt::concat ( sc_proxy< T1 > &  a,
sc_concref< T2, T3 >  b 
)
inline

◆ concat() [120/121]

template<class T1 , class T2 >
sc_concref< T1, T2 > sc_dt::concat ( sc_proxy< T1 > &  a,
sc_proxy< T2 > &  b 
)
inline

Definition at line 3369 of file sc_bit_proxies.hh.

References sc_dt::sc_proxy< X >::back_cast().

◆ concat() [121/121]

template<class T1 , class T2 >
sc_concref_r<sc_bitref_r<T1>, sc_bitref_r<T2> > sc_dt::concat ( sc_bitref_r< T1 >  a,
sc_bitref_r< T2 >  b 
)
inline

Definition at line 1805 of file sc_bit_proxies.hh.

References sc_dt::sc_bitref_r< T >::clone().

◆ convert_signed_2C_to_SM()

small_type sc_dt::convert_signed_2C_to_SM ( int  nb,
int  nd,
sc_digit d 
)
inline

◆ convert_signed_SM_to_2C()

void sc_dt::convert_signed_SM_to_2C ( small_type  s,
int  nd,
sc_digit d 
)
inline

Definition at line 687 of file sc_nbutils.hh.

References convert_SM_to_2C().

Referenced by sc_dt::sc_signed::convert_SM_to_2C().

◆ convert_signed_SM_to_2C_to_SM()

small_type sc_dt::convert_signed_SM_to_2C_to_SM ( small_type  s,
int  nb,
int  nd,
sc_digit d 
)
inline

◆ convert_signed_SM_to_2C_trimmed()

void sc_dt::convert_signed_SM_to_2C_trimmed ( small_type  s,
int  nb,
int  nd,
sc_digit d 
)
inline

Definition at line 679 of file sc_nbutils.hh.

References convert_SM_to_2C_trimmed().

◆ convert_SM_to_2C()

void sc_dt::convert_SM_to_2C ( small_type  s,
int  nd,
sc_digit d 
)
inline

◆ convert_SM_to_2C_trimmed()

void sc_dt::convert_SM_to_2C_trimmed ( small_type  added,
small_type  s,
int  nb,
int  nd,
sc_digit d 
)
inline

◆ convert_to_bin()

const std::string sc_dt::convert_to_bin ( const char *  s)

◆ convert_to_fmt()

const std::string sc_dt::convert_to_fmt ( const std::string &  s,
sc_numrep  numrep,
bool  w_prefix 
)

Definition at line 222 of file sc_bv_base.cc.

References ArmISA::a, ArmISA::n, ArmISA::s, SC_ON, SC_TRN, and SC_WRAP.

Referenced by sc_dt::sc_proxy< sc_subref_r< X > >::to_string().

◆ convert_unsigned_2C_to_SM()

small_type sc_dt::convert_unsigned_2C_to_SM ( int  nb,
int  nd,
sc_digit d 
)
inline

◆ convert_unsigned_SM_to_2C()

void sc_dt::convert_unsigned_SM_to_2C ( small_type  s,
int  nd,
sc_digit d 
)
inline

Definition at line 741 of file sc_nbutils.hh.

References convert_SM_to_2C().

Referenced by sc_dt::sc_unsigned::convert_SM_to_2C().

◆ convert_unsigned_SM_to_2C_to_SM()

small_type sc_dt::convert_unsigned_SM_to_2C_to_SM ( small_type  s,
int  nb,
int  nd,
sc_digit d 
)
inline

◆ convert_unsigned_SM_to_2C_trimmed()

void sc_dt::convert_unsigned_SM_to_2C_trimmed ( small_type  s,
int  nb,
int  nd,
sc_digit d 
)
inline

Definition at line 733 of file sc_nbutils.hh.

References convert_SM_to_2C_trimmed().

◆ copy_digits_signed()

void sc_dt::copy_digits_signed ( small_type us,
int  unb,
int  und,
sc_digit ud,
int  vnb,
int  vnd,
const sc_digit vd 
)
inline

◆ copy_digits_unsigned()

void sc_dt::copy_digits_unsigned ( small_type us,
int  unb,
int  und,
sc_digit ud,
int  ,
int  vnd,
const sc_digit vd 
)
inline

◆ digit_ord()

int sc_dt::digit_ord ( int  i)
inline

Definition at line 265 of file sc_nbutils.hh.

References BITS_PER_DIGIT.

Referenced by safe_set(), and vec_reverse().

◆ div_by_zero()

template<class Type >
void sc_dt::div_by_zero ( Type  s)
inline

Definition at line 522 of file sc_nbutils.hh.

References sc_core::sc_abort(), sc_core::SC_ID_OPERATION_FAILED_, and SC_REPORT_ERROR.

Referenced by operator%(), and operator/().

◆ DIV_HELPER()

CLASS_TYPE sc_dt::DIV_HELPER ( small_type  s,
int  unb,
int  und,
const sc_digit ud,
int  vnb,
int  vnd,
const sc_digit vd 
)

Definition at line 180 of file sc_signed.cc.

◆ div_on_help_signed()

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 
)

◆ div_on_help_unsigned()

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 
)

◆ div_scfx_rep()

scfx_rep * sc_dt::div_scfx_rep ( const scfx_rep lhs,
const scfx_rep rhs,
int  div_wl 
)

◆ div_signed_friend()

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 
)

Referenced by operator/(), and operator>=().

◆ div_unsigned_friend()

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 
)

Referenced by operator/(), and operator>=().

◆ equal()

bool sc_dt::equal ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 282 of file sc_bit.hh.

Referenced by not_equal().

◆ extend_sign_w_()

template<class X >
void sc_dt::extend_sign_w_ ( X &  x,
int  wi,
bool  sign 
)
inline

◆ from_uint()

template<class Type >
void sc_dt::from_uint ( int  ulen,
sc_digit u,
Type  v 
)
inline

◆ fsm_move()

small_type sc_dt::fsm_move ( char  c,
small_type b,
small_type s,
small_type state 
)

Definition at line 142 of file sc_nbutils.cc.

References NB_DEFAULT_BASE, sc_assert, SC_BIN, SC_DEC, SC_HEX, SC_NEG, SC_OCT, and SC_POS.

Referenced by get_base_and_sign(), and operator<<().

◆ get_base_and_sign()

const char * sc_dt::get_base_and_sign ( const char *  v,
small_type b,
small_type s 
)

◆ get_sign()

template<class Type >
small_type sc_dt::get_sign ( Type &  u)
inline

◆ get_words_()

template<class X >
void sc_dt::get_words_ ( const X &  x,
int  wi,
sc_digit x_dw,
sc_digit x_cw 
)
inline

◆ high_half()

sc_digit sc_dt::high_half ( sc_digit  d)
inline

◆ high_half_masked()

sc_digit sc_dt::high_half_masked ( sc_digit  d)
inline

◆ inc()

void sc_dt::inc ( scfx_mant mant)
inline

◆ is_bad_double()

void sc_dt::is_bad_double ( double  v)
inline

◆ is_inf()

bool sc_dt::is_inf ( double  v)
inline

◆ is_nan()

bool sc_dt::is_nan ( double  v)
inline

◆ is_valid_base()

static void sc_dt::is_valid_base ( sc_numrep  base)
inlinestatic

◆ low_half()

sc_digit sc_dt::low_half ( sc_digit  d)
inline

◆ lrotate()

template<class X >
const sc_lv_base sc_dt::lrotate ( const sc_proxy< X > &  x,
int  n 
)
inline

◆ lsh_scfx_rep()

scfx_rep * sc_dt::lsh_scfx_rep ( const scfx_rep a,
int  b 
)
inline

Definition at line 355 of file scfx_rep.hh.

References ArmISA::c, sc_dt::scfx_rep::lshift(), and sc_dt::scfx_rep::scfx_rep().

Referenced by lshift(), and operator<<().

◆ lshift() [1/6]

void sc_dt::lshift ( sc_fxval c,
const sc_fxval a,
int  b 
)
inline

◆ lshift() [2/6]

void sc_dt::lshift ( sc_fxval_fast c,
const sc_fxval_fast a,
int  b 
)
inline

◆ lshift() [3/6]

void sc_dt::lshift ( sc_fxval c,
const sc_fxnum a,
int  b 
)
inline

◆ lshift() [4/6]

void sc_dt::lshift ( sc_fxnum c,
const sc_fxnum a,
int  b 
)
inline

◆ lshift() [5/6]

void sc_dt::lshift ( sc_fxval_fast c,
const sc_fxnum_fast a,
int  b 
)
inline

◆ lshift() [6/6]

void sc_dt::lshift ( sc_fxnum_fast c,
const sc_fxnum_fast a,
int  b 
)
inline

◆ make_zero()

small_type sc_dt::make_zero ( int  nd,
sc_digit d 
)
inline

Definition at line 571 of file sc_nbutils.hh.

References SC_ZERO, and vec_zero().

Referenced by sc_dt::sc_unsigned::makezero(), and sc_dt::sc_signed::makezero().

◆ MOD_HELPER()

CLASS_TYPE sc_dt::MOD_HELPER ( small_type  us,
int  unb,
int  und,
const sc_digit ud,
int  vnb,
int  vnd,
const sc_digit vd 
)

Definition at line 228 of file sc_signed.cc.

References DIGIT_MASK.

◆ mod_on_help_signed()

void sc_dt::mod_on_help_signed ( small_type us,
int  unb,
int  und,
sc_digit ud,
int  ,
int  vnd,
const sc_digit vd 
)

◆ mod_on_help_unsigned()

void sc_dt::mod_on_help_unsigned ( small_type us,
int  unb,
int  und,
sc_digit ud,
int  ,
int  vnd,
const sc_digit vd 
)

◆ mod_signed_friend()

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 
)

Referenced by operator%(), and operator>=().

◆ mod_unsigned_friend()

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 
)

Referenced by operator%(), and operator>=().

◆ MUL_HELPER()

CLASS_TYPE sc_dt::MUL_HELPER ( small_type  s,
int  unb,
int  und,
const sc_digit ud,
int  vnb,
int  vnd,
const sc_digit vd 
)

Definition at line 133 of file sc_signed.cc.

References sc_core::SC_ID_OUT_OF_BOUNDS_, and SC_REPORT_ERROR.

◆ mul_on_help_signed()

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 
)

◆ mul_on_help_unsigned()

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 
)

◆ mul_signed_friend()

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 
)

Referenced by operator*(), and operator>=().

◆ mul_signs()

small_type sc_dt::mul_signs ( small_type  us,
small_type  vs 
)
inline

Definition at line 489 of file sc_nbutils.hh.

References sc_core::sc_abort(), SC_NEG, SC_POS, and SC_ZERO.

Referenced by and_on_help(), operator*(), operator/(), or_on_help(), and xor_on_help().

◆ mul_unsigned_friend()

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 
)

Referenced by operator*(), and operator>=().

◆ mult_scfx_rep()

scfx_rep * sc_dt::mult_scfx_rep ( const scfx_rep a,
const scfx_rep b,
int  max_wl = SC_DEFAULT_MAX_WL_ 
)
inline

Definition at line 347 of file scfx_rep.hh.

References ArmISA::c, multiply(), and sc_dt::scfx_rep::scfx_rep().

Referenced by sc_dt::scfx_pow10::operator()().

◆ multiply()

void sc_dt::multiply ( scfx_rep result,
const scfx_rep lhs,
const scfx_rep rhs,
int  max_wl 
)

◆ n_word()

static int sc_dt::n_word ( int  x)
inlinestatic

Definition at line 89 of file scfx_rep.cc.

References bits_in_word.

Referenced by div_scfx_rep(), sc_dt::scfx_rep::from_string(), and sc_dt::scfx_rep::scfx_rep().

◆ nand_reduce() [1/6]

bool sc_dt::nand_reduce ( const sc_concatref a)
inline

Definition at line 454 of file sc_concatref.hh.

References sc_dt::sc_concatref::nand_reduce().

◆ nand_reduce() [2/6]

bool sc_dt::nand_reduce ( const sc_uint_subref_r a)
inline

Definition at line 1068 of file sc_uint_base.hh.

References sc_dt::sc_uint_subref_r::nand_reduce().

◆ nand_reduce() [3/6]

bool sc_dt::nand_reduce ( const sc_int_subref_r a)
inline

Definition at line 1174 of file sc_int_base.hh.

References sc_dt::sc_int_subref_r::nand_reduce().

◆ nand_reduce() [4/6]

bool sc_dt::nand_reduce ( const sc_uint_base a)
inline

Definition at line 1217 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::nand_reduce().

◆ nand_reduce() [5/6]

bool sc_dt::nand_reduce ( const sc_int_base a)
inline

Definition at line 1339 of file sc_int_base.hh.

References sc_dt::sc_int_base::nand_reduce().

◆ nand_reduce() [6/6]

template<class X >
sc_proxy<X>::value_type sc_dt::nand_reduce ( const sc_proxy< X > &  a)
inline

◆ neg() [1/6]

void sc_dt::neg ( sc_fxval c,
const sc_fxval a 
)
inline

◆ neg() [2/6]

void sc_dt::neg ( sc_fxval_fast c,
const sc_fxval_fast a 
)
inline

◆ neg() [3/6]

void sc_dt::neg ( sc_fxval c,
const sc_fxnum a 
)
inline

◆ neg() [4/6]

void sc_dt::neg ( sc_fxnum c,
const sc_fxnum a 
)
inline

◆ neg() [5/6]

void sc_dt::neg ( sc_fxval_fast c,
const sc_fxnum_fast a 
)
inline

◆ neg() [6/6]

void sc_dt::neg ( sc_fxnum_fast c,
const sc_fxnum_fast a 
)
inline

◆ neg_scfx_rep()

scfx_rep * sc_dt::neg_scfx_rep ( const scfx_rep a)
inline

◆ next_pow2_index()

static unsigned sc_dt::next_pow2_index ( std::size_t  size)
inlinestatic

◆ nor_reduce() [1/6]

bool sc_dt::nor_reduce ( const sc_concatref a)
inline

Definition at line 456 of file sc_concatref.hh.

References sc_dt::sc_concatref::nor_reduce().

◆ nor_reduce() [2/6]

bool sc_dt::nor_reduce ( const sc_uint_subref_r a)
inline

Definition at line 1078 of file sc_uint_base.hh.

References sc_dt::sc_uint_subref_r::nor_reduce().

◆ nor_reduce() [3/6]

bool sc_dt::nor_reduce ( const sc_int_subref_r a)
inline

Definition at line 1186 of file sc_int_base.hh.

References sc_dt::sc_int_subref_r::nor_reduce().

◆ nor_reduce() [4/6]

bool sc_dt::nor_reduce ( const sc_uint_base a)
inline

Definition at line 1227 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::nor_reduce().

◆ nor_reduce() [5/6]

bool sc_dt::nor_reduce ( const sc_int_base a)
inline

Definition at line 1351 of file sc_int_base.hh.

References sc_dt::sc_int_base::nor_reduce().

◆ nor_reduce() [6/6]

template<class X >
sc_proxy<X>::value_type sc_dt::nor_reduce ( const sc_proxy< X > &  a)
inline

◆ not_equal()

bool sc_dt::not_equal ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 284 of file sc_bit.hh.

References DEFN_BIN_FUN, and equal().

◆ one_and_ones()

sc_digit sc_dt::one_and_ones ( int  n)
inline

◆ one_and_zeros()

sc_digit sc_dt::one_and_zeros ( int  n)
inline

◆ operator!=() [1/54]

bool sc_dt::operator!= ( const sc_length_param a,
const sc_length_param b 
)
inline

Definition at line 162 of file sc_length_param.hh.

References sc_dt::sc_length_param::m_len.

◆ operator!=() [2/54]

bool sc_dt::operator!= ( const sc_uint_base a,
const sc_uint_base b 
)
inline

Definition at line 753 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::m_val.

◆ operator!=() [3/54]

bool sc_dt::operator!= ( const sc_int_base a,
const sc_int_base b 
)
inline

Definition at line 812 of file sc_int_base.hh.

References sc_dt::sc_int_base::m_val.

◆ operator!=() [4/54]

bool sc_dt::operator!= ( const sc_fxcast_switch a,
const sc_fxcast_switch b 
)
inline

Definition at line 145 of file sc_fxcast_switch.hh.

References sc_dt::sc_fxcast_switch::m_sw.

◆ operator!=() [5/54]

template<class T1 , class T2 >
bool sc_dt::operator!= ( const sc_bitref_r< T1 > &  a,
const sc_bitref_r< T2 > &  b 
)
inline

Definition at line 1726 of file sc_bit_proxies.hh.

References sc_dt::sc_bitref_r< T >::value().

◆ operator!=() [6/54]

bool sc_dt::operator!= ( const sc_fxtype_params a,
const sc_fxtype_params b 
)
inline

◆ operator!=() [7/54]

bool sc_dt::operator!= ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 272 of file sc_bit.hh.

References DEFN_BIN_FUN, and sc_dt::sc_bit::m_val.

◆ operator!=() [8/54]

bool sc_dt::operator!= ( const sc_logic a,
const sc_logic b 
)
inline

Definition at line 339 of file sc_logic.hh.

References DEFN_BIN_OP, and sc_dt::sc_logic::m_val.

◆ operator!=() [9/54]

bool sc_dt::operator!= ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator!=() [10/54]

bool sc_dt::operator!= ( const sc_unsigned u,
int64  v 
)

◆ operator!=() [11/54]

bool sc_dt::operator!= ( const sc_unsigned u,
uint64  v 
)

◆ operator!=() [12/54]

bool sc_dt::operator!= ( const sc_unsigned u,
long  v 
)

◆ operator!=() [13/54]

bool sc_dt::operator!= ( const sc_unsigned u,
unsigned long  v 
)

◆ operator!=() [14/54]

bool sc_dt::operator!= ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1731 of file sc_unsigned.hh.

References operator!=().

◆ operator!=() [15/54]

bool sc_dt::operator!= ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1736 of file sc_unsigned.hh.

References operator!=().

◆ operator!=() [16/54]

bool sc_dt::operator!= ( int64  u,
const sc_unsigned v 
)

◆ operator!=() [17/54]

bool sc_dt::operator!= ( uint64  u,
const sc_unsigned v 
)

◆ operator!=() [18/54]

bool sc_dt::operator!= ( long  u,
const sc_unsigned v 
)

◆ operator!=() [19/54]

bool sc_dt::operator!= ( unsigned long  u,
const sc_unsigned v 
)

◆ operator!=() [20/54]

bool sc_dt::operator!= ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1746 of file sc_unsigned.hh.

References operator!=().

◆ operator!=() [21/54]

bool sc_dt::operator!= ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1751 of file sc_unsigned.hh.

References operator!=(), and operator<().

◆ operator!=() [22/54]

bool sc_dt::operator!= ( const sc_signed u,
const sc_signed v 
)

◆ operator!=() [23/54]

bool sc_dt::operator!= ( const sc_signed u,
int64  v 
)

◆ operator!=() [24/54]

bool sc_dt::operator!= ( const sc_signed u,
uint64  v 
)

◆ operator!=() [25/54]

bool sc_dt::operator!= ( const sc_signed u,
long  v 
)

◆ operator!=() [26/54]

bool sc_dt::operator!= ( const sc_signed u,
unsigned long  v 
)

◆ operator!=() [27/54]

bool sc_dt::operator!= ( const sc_signed u,
int  v 
)
inline

Definition at line 2064 of file sc_signed.hh.

References operator!=().

◆ operator!=() [28/54]

bool sc_dt::operator!= ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 2069 of file sc_signed.hh.

References operator!=().

◆ operator!=() [29/54]

bool sc_dt::operator!= ( int64  u,
const sc_signed v 
)

◆ operator!=() [30/54]

bool sc_dt::operator!= ( uint64  u,
const sc_signed v 
)

◆ operator!=() [31/54]

bool sc_dt::operator!= ( long  u,
const sc_signed v 
)

◆ operator!=() [32/54]

bool sc_dt::operator!= ( unsigned long  u,
const sc_signed v 
)

◆ operator!=() [33/54]

bool sc_dt::operator!= ( int  u,
const sc_signed v 
)
inline

Definition at line 2079 of file sc_signed.hh.

References operator!=().

◆ operator!=() [34/54]

bool sc_dt::operator!= ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 2084 of file sc_signed.hh.

References operator!=(), and operator<().

◆ operator!=() [35/54]

template<class X , class Y >
bool sc_dt::operator!= ( const sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

Definition at line 1166 of file sc_proxy.hh.

◆ operator!=() [36/54]

bool sc_dt::operator!= ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 673 of file sc_unsigned.cc.

References operator!=().

◆ operator!=() [37/54]

bool sc_dt::operator!= ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 678 of file sc_unsigned.cc.

References operator!=().

◆ operator!=() [38/54]

bool sc_dt::operator!= ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 890 of file sc_unsigned.cc.

References operator!=().

◆ operator!=() [39/54]

bool sc_dt::operator!= ( const sc_signed u,
const sc_int_base v 
)

Definition at line 892 of file sc_signed.cc.

References operator!=().

Referenced by operator!=(), and operator==().

◆ operator!=() [40/54]

bool sc_dt::operator!= ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 895 of file sc_unsigned.cc.

References operator!=().

◆ operator!=() [41/54]

bool sc_dt::operator!= ( const sc_int_base u,
const sc_signed v 
)

Definition at line 898 of file sc_signed.cc.

References operator!=().

◆ operator!=() [42/54]

bool sc_dt::operator!= ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1171 of file sc_signed.cc.

References operator!=().

◆ operator!=() [43/54]

bool sc_dt::operator!= ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1177 of file sc_signed.cc.

References operator!=().

◆ operator!=() [44/54]

bool sc_dt::operator!= ( const CLASS_TYPE u,
const CLASS_TYPE v 
)

Definition at line 1658 of file sc_signed.cc.

◆ operator!=() [45/54]

bool sc_dt::operator!= ( const CLASS_TYPE u,
int64  v 
)

Definition at line 1665 of file sc_signed.cc.

◆ operator!=() [46/54]

bool sc_dt::operator!= ( int64  u,
const CLASS_TYPE v 
)

Definition at line 1672 of file sc_signed.cc.

◆ operator!=() [47/54]

bool sc_dt::operator!= ( const CLASS_TYPE u,
uint64  v 
)

Definition at line 1679 of file sc_signed.cc.

◆ operator!=() [48/54]

bool sc_dt::operator!= ( uint64  u,
const CLASS_TYPE v 
)

Definition at line 1686 of file sc_signed.cc.

◆ operator!=() [49/54]

bool sc_dt::operator!= ( const CLASS_TYPE u,
long  v 
)

Definition at line 1693 of file sc_signed.cc.

References CONVERT_INT64, SC_ZERO, and sc_dt::sc_signed::sgn.

◆ operator!=() [50/54]

bool sc_dt::operator!= ( long  u,
const CLASS_TYPE v 
)

Definition at line 1700 of file sc_signed.cc.

◆ operator!=() [51/54]

bool sc_dt::operator!= ( const CLASS_TYPE u,
unsigned long  v 
)

Definition at line 1707 of file sc_signed.cc.

◆ operator!=() [52/54]

bool sc_dt::operator!= ( unsigned long  u,
const CLASS_TYPE v 
)

Definition at line 1714 of file sc_signed.cc.

Referenced by operator!=().

◆ operator!=() [53/54]

bool sc_dt::operator!= ( const sc_unsigned u,
const sc_signed v 
)

Definition at line 1877 of file sc_unsigned.cc.

◆ operator!=() [54/54]

bool sc_dt::operator!= ( const sc_signed u,
const sc_unsigned v 
)

Definition at line 1884 of file sc_unsigned.cc.

Referenced by operator!=().

◆ operator%() [1/36]

sc_unsigned sc_dt::operator% ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1402 of file sc_unsigned.hh.

References operator%().

◆ operator%() [2/36]

sc_unsigned sc_dt::operator% ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1413 of file sc_unsigned.hh.

References operator%().

◆ operator%() [3/36]

sc_signed sc_dt::operator% ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1624 of file sc_signed.hh.

References operator%().

◆ operator%() [4/36]

sc_signed sc_dt::operator% ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1632 of file sc_signed.hh.

References operator%().

◆ operator%() [5/36]

sc_signed sc_dt::operator% ( const sc_signed u,
int  v 
)
inline

Definition at line 1643 of file sc_signed.hh.

References operator%().

◆ operator%() [6/36]

sc_signed sc_dt::operator% ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1648 of file sc_signed.hh.

References operator%().

◆ operator%() [7/36]

sc_signed sc_dt::operator% ( int  u,
const sc_signed v 
)
inline

Definition at line 1658 of file sc_signed.hh.

References operator%().

◆ operator%() [8/36]

sc_signed sc_dt::operator% ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 1663 of file sc_signed.hh.

References operator%().

◆ operator%() [9/36]

sc_signed sc_dt::operator% ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator%() [10/36]

sc_signed sc_dt::operator% ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 735 of file sc_signed.cc.

References operator%().

◆ operator%() [11/36]

sc_signed sc_dt::operator% ( const sc_signed u,
const sc_int_base v 
)

Definition at line 741 of file sc_signed.cc.

References operator%().

◆ operator%() [12/36]

sc_signed sc_dt::operator% ( const sc_int_base u,
const sc_signed v 
)

Definition at line 747 of file sc_signed.cc.

References operator%().

◆ operator%() [13/36]

sc_unsigned sc_dt::operator% ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 793 of file sc_unsigned.cc.

References operator%().

◆ operator%() [14/36]

sc_unsigned sc_dt::operator% ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 798 of file sc_unsigned.cc.

References operator%().

◆ operator%() [15/36]

sc_signed sc_dt::operator% ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1056 of file sc_signed.cc.

References operator%().

◆ operator%() [16/36]

sc_signed sc_dt::operator% ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1062 of file sc_signed.cc.

References operator%().

◆ operator%() [17/36]

sc_unsigned sc_dt::operator% ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator%() [18/36]

sc_unsigned sc_dt::operator% ( const sc_unsigned u,
uint64  v 
)

◆ operator%() [19/36]

sc_unsigned sc_dt::operator% ( uint64  u,
const sc_unsigned v 
)

◆ operator%() [20/36]

sc_unsigned sc_dt::operator% ( const sc_unsigned u,
unsigned long  v 
)

◆ operator%() [21/36]

sc_unsigned sc_dt::operator% ( unsigned long  u,
const sc_unsigned v 
)

◆ operator%() [22/36]

sc_signed sc_dt::operator% ( const sc_unsigned u,
const sc_signed v 
)

◆ operator%() [23/36]

sc_signed sc_dt::operator% ( const sc_signed u,
const sc_unsigned v 
)

◆ operator%() [24/36]

sc_signed sc_dt::operator% ( const sc_signed u,
const sc_signed v 
)

◆ operator%() [25/36]

sc_signed sc_dt::operator% ( const sc_signed u,
int64  v 
)

◆ operator%() [26/36]

sc_signed sc_dt::operator% ( int64  u,
const sc_signed v 
)

◆ operator%() [27/36]

sc_signed sc_dt::operator% ( const sc_unsigned u,
int64  v 
)

◆ operator%() [28/36]

sc_signed sc_dt::operator% ( int64  u,
const sc_unsigned v 
)

◆ operator%() [29/36]

sc_signed sc_dt::operator% ( const sc_signed u,
uint64  v 
)

◆ operator%() [30/36]

sc_signed sc_dt::operator% ( uint64  u,
const sc_signed v 
)

◆ operator%() [31/36]

sc_signed sc_dt::operator% ( const sc_signed u,
long  v 
)

◆ operator%() [32/36]

sc_signed sc_dt::operator% ( long  u,
const sc_signed v 
)

◆ operator%() [33/36]

sc_signed sc_dt::operator% ( const sc_unsigned u,
long  v 
)

◆ operator%() [34/36]

sc_signed sc_dt::operator% ( long  u,
const sc_unsigned v 
)

◆ operator%() [35/36]

sc_signed sc_dt::operator% ( const sc_signed u,
unsigned long  v 
)

◆ operator%() [36/36]

sc_signed sc_dt::operator% ( unsigned long  u,
const sc_signed v 
)

◆ operator&() [1/80]

template<class T1 , class T2 >
sc_logic sc_dt::operator & ( const sc_bitref_r< T1 > &  a,
const sc_bitref_r< T2 > &  b 
)
inline

◆ operator&() [2/80]

const sc_logic sc_dt::operator & ( const sc_logic a,
const sc_logic b 
)
inline

◆ operator&() [3/80]

const sc_bit sc_dt::operator & ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 306 of file sc_bit.hh.

References sc_dt::sc_bit::m_val, and sc_dt::sc_bit::sc_bit().

◆ operator&() [4/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
const sc_signed v 
)

◆ operator&() [5/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_unsigned v 
)

◆ operator&() [6/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator&() [7/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
int64  v 
)

◆ operator&() [8/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
uint64  v 
)

◆ operator&() [9/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
long  v 
)

◆ operator&() [10/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
unsigned long  v 
)

◆ operator&() [11/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
int  v 
)

Definition at line 1703 of file sc_signed.hh.

References operator&().

◆ operator&() [12/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1453 of file sc_unsigned.hh.

References operator&().

◆ operator&() [13/80]

sc_signed sc_dt::operator & ( int64  u,
const sc_unsigned v 
)

◆ operator&() [14/80]

sc_unsigned sc_dt::operator & ( uint64  u,
const sc_unsigned v 
)

◆ operator&() [15/80]

sc_signed sc_dt::operator & ( long  u,
const sc_unsigned v 
)

◆ operator&() [16/80]

sc_unsigned sc_dt::operator & ( unsigned long  u,
const sc_unsigned v 
)

◆ operator&() [17/80]

sc_signed sc_dt::operator & ( int  u,
const sc_unsigned v 
)

Definition at line 1711 of file sc_signed.hh.

References operator&().

◆ operator&() [18/80]

sc_unsigned sc_dt::operator & ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1464 of file sc_unsigned.hh.

References operator&(), and operator&=().

◆ operator&() [19/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 809 of file sc_unsigned.cc.

References sc_core::operator&().

◆ operator&() [20/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator&() [21/80]

sc_unsigned sc_dt::operator & ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 814 of file sc_unsigned.cc.

References sc_core::operator&(), and operator&=().

◆ operator&() [22/80]

sc_signed sc_dt::operator & ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 766 of file sc_signed.cc.

References sc_core::operator&().

◆ operator&() [23/80]

template<class X , class Y >
const sc_lv_base sc_dt::operator & ( const sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

Definition at line 358 of file sc_lv_base.hh.

References ArmISA::a, and sc_dt::sc_proxy< X >::back_cast().

◆ operator&() [24/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
const sc_signed v 
)

Definition at line 2704 of file sc_signed.cc.

◆ operator&() [25/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_unsigned v 
)

Definition at line 2716 of file sc_signed.cc.

◆ operator&() [26/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
int64  v 
)

Definition at line 2768 of file sc_signed.cc.

◆ operator&() [27/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
long  v 
)

Definition at line 2852 of file sc_signed.cc.

◆ operator&() [28/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1703 of file sc_signed.hh.

◆ operator&() [29/80]

sc_signed sc_dt::operator & ( int64  u,
const sc_unsigned v 
)

Definition at line 2782 of file sc_signed.cc.

◆ operator&() [30/80]

sc_signed sc_dt::operator & ( long  u,
const sc_unsigned v 
)

Definition at line 2866 of file sc_signed.cc.

◆ operator&() [31/80]

sc_signed sc_dt::operator & ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1711 of file sc_signed.hh.

◆ operator&() [32/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_signed v 
)

◆ operator&() [33/80]

sc_signed sc_dt::operator & ( const sc_signed u,
int64  v 
)

◆ operator&() [34/80]

sc_signed sc_dt::operator & ( const sc_signed u,
uint64  v 
)

◆ operator&() [35/80]

sc_signed sc_dt::operator & ( const sc_signed u,
long  v 
)

◆ operator&() [36/80]

sc_signed sc_dt::operator & ( const sc_signed u,
unsigned long  v 
)

◆ operator&() [37/80]

sc_signed sc_dt::operator & ( const sc_signed u,
int  v 
)
inline

Definition at line 1722 of file sc_signed.hh.

References operator&().

◆ operator&() [38/80]

sc_signed sc_dt::operator & ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1727 of file sc_signed.hh.

References operator&().

◆ operator&() [39/80]

sc_signed sc_dt::operator & ( int64  u,
const sc_signed v 
)

◆ operator&() [40/80]

sc_signed sc_dt::operator & ( uint64  u,
const sc_signed v 
)

◆ operator&() [41/80]

sc_signed sc_dt::operator & ( long  u,
const sc_signed v 
)

◆ operator&() [42/80]

sc_signed sc_dt::operator & ( unsigned long  u,
const sc_signed v 
)

◆ operator&() [43/80]

sc_signed sc_dt::operator & ( int  u,
const sc_signed v 
)
inline

Definition at line 1736 of file sc_signed.hh.

References operator&().

◆ operator&() [44/80]

sc_signed sc_dt::operator & ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 1738 of file sc_signed.hh.

References operator&(), and operator&=().

◆ operator&() [45/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 760 of file sc_signed.cc.

◆ operator&() [46/80]

sc_signed sc_dt::operator & ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 766 of file sc_signed.cc.

◆ operator&() [47/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_int_base v 
)

Definition at line 772 of file sc_signed.cc.

References sc_core::operator&().

◆ operator&() [48/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1075 of file sc_signed.cc.

References sc_core::operator&().

◆ operator&() [49/80]

sc_signed sc_dt::operator & ( const sc_int_base u,
const sc_signed v 
)

Definition at line 778 of file sc_signed.cc.

References sc_core::operator&(), operator&=(), and ArmISA::v.

◆ operator&() [50/80]

sc_signed sc_dt::operator & ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1081 of file sc_signed.cc.

References sc_core::operator&(), and operator&=().

◆ operator&() [51/80]

template<class X , class Y >
const sc_lv_base sc_dt::operator & ( const sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

Definition at line 358 of file sc_lv_base.hh.

References ArmISA::a, and sc_dt::sc_proxy< X >::back_cast().

◆ operator&() [52/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator&() [53/80]

sc_signed sc_dt::operator & ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 766 of file sc_signed.cc.

References sc_core::operator&().

◆ operator&() [54/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_int_base v 
)

Definition at line 772 of file sc_signed.cc.

References sc_core::operator&().

◆ operator&() [55/80]

sc_signed sc_dt::operator & ( const sc_int_base u,
const sc_signed v 
)

Definition at line 778 of file sc_signed.cc.

References sc_core::operator&(), operator&=(), and ArmISA::v.

◆ operator&() [56/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 809 of file sc_unsigned.cc.

References sc_core::operator&().

◆ operator&() [57/80]

sc_unsigned sc_dt::operator & ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 814 of file sc_unsigned.cc.

References sc_core::operator&(), and operator&=().

◆ operator&() [58/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1075 of file sc_signed.cc.

References sc_core::operator&().

◆ operator&() [59/80]

sc_signed sc_dt::operator & ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1081 of file sc_signed.cc.

References sc_core::operator&(), and operator&=().

◆ operator&() [60/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator&() [61/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
uint64  v 
)

◆ operator&() [62/80]

sc_unsigned sc_dt::operator & ( uint64  u,
const sc_unsigned v 
)

◆ operator&() [63/80]

sc_unsigned sc_dt::operator & ( const sc_unsigned u,
unsigned long  v 
)

◆ operator&() [64/80]

sc_unsigned sc_dt::operator & ( unsigned long  u,
const sc_unsigned v 
)

◆ operator&() [65/80]

template<class T1 , class T2 >
sc_logic sc_dt::operator & ( const sc_bitref_r< T1 > &  a,
const sc_bitref_r< T2 > &  b 
)
inline

◆ operator&() [66/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
const sc_signed v 
)

◆ operator&() [67/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_unsigned v 
)

◆ operator&() [68/80]

sc_signed sc_dt::operator & ( const sc_signed u,
const sc_signed v 
)

◆ operator&() [69/80]

sc_signed sc_dt::operator & ( const sc_signed u,
int64  v 
)

◆ operator&() [70/80]

sc_signed sc_dt::operator & ( int64  u,
const sc_signed v 
)

◆ operator&() [71/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
int64  v 
)

◆ operator&() [72/80]

sc_signed sc_dt::operator & ( int64  u,
const sc_unsigned v 
)

◆ operator&() [73/80]

sc_signed sc_dt::operator & ( const sc_signed u,
uint64  v 
)

◆ operator&() [74/80]

sc_signed sc_dt::operator & ( uint64  u,
const sc_signed v 
)

◆ operator&() [75/80]

sc_signed sc_dt::operator & ( const sc_signed u,
long  v 
)

◆ operator&() [76/80]

sc_signed sc_dt::operator & ( long  u,
const sc_signed v 
)

◆ operator&() [77/80]

sc_signed sc_dt::operator & ( const sc_unsigned u,
long  v 
)

◆ operator&() [78/80]

sc_signed sc_dt::operator & ( long  u,
const sc_unsigned v 
)

◆ operator&() [79/80]

sc_signed sc_dt::operator & ( const sc_signed u,
unsigned long  v 
)

◆ operator&() [80/80]

sc_signed sc_dt::operator & ( unsigned long  u,
const sc_signed v 
)

◆ operator&=() [1/2]

template<class X , class Y >
X& sc_dt::operator &= ( sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

◆ operator&=() [2/2]

template<class X , class Y >
X& sc_dt::operator &= ( sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

◆ operator*() [1/36]

sc_unsigned sc_dt::operator* ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1304 of file sc_unsigned.hh.

References operator*().

◆ operator*() [2/36]

sc_unsigned sc_dt::operator* ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1315 of file sc_unsigned.hh.

References operator*().

◆ operator*() [3/36]

sc_signed sc_dt::operator* ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1470 of file sc_signed.hh.

References operator*().

◆ operator*() [4/36]

sc_signed sc_dt::operator* ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1478 of file sc_signed.hh.

References operator*().

◆ operator*() [5/36]

sc_signed sc_dt::operator* ( const sc_signed u,
int  v 
)
inline

Definition at line 1489 of file sc_signed.hh.

References operator*().

◆ operator*() [6/36]

sc_signed sc_dt::operator* ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1494 of file sc_signed.hh.

References operator*().

◆ operator*() [7/36]

sc_signed sc_dt::operator* ( int  u,
const sc_signed v 
)
inline

Definition at line 1504 of file sc_signed.hh.

References operator*().

◆ operator*() [8/36]

sc_signed sc_dt::operator* ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 1509 of file sc_signed.hh.

References operator*().

◆ operator*() [9/36]

sc_signed sc_dt::operator* ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator*() [10/36]

sc_signed sc_dt::operator* ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 673 of file sc_signed.cc.

References sc_core::operator*().

◆ operator*() [11/36]

sc_signed sc_dt::operator* ( const sc_signed u,
const sc_int_base v 
)

Definition at line 679 of file sc_signed.cc.

References sc_core::operator*().

◆ operator*() [12/36]

sc_signed sc_dt::operator* ( const sc_int_base u,
const sc_signed v 
)

Definition at line 685 of file sc_signed.cc.

References sc_core::operator*().

◆ operator*() [13/36]

sc_unsigned sc_dt::operator* ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 761 of file sc_unsigned.cc.

References sc_core::operator*().

◆ operator*() [14/36]

sc_unsigned sc_dt::operator* ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 766 of file sc_unsigned.cc.

References sc_core::operator*().

◆ operator*() [15/36]

sc_signed sc_dt::operator* ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1018 of file sc_signed.cc.

References sc_core::operator*().

◆ operator*() [16/36]

sc_signed sc_dt::operator* ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1024 of file sc_signed.cc.

References sc_core::operator*().

◆ operator*() [17/36]

sc_unsigned sc_dt::operator* ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator*() [18/36]

sc_unsigned sc_dt::operator* ( const sc_unsigned u,
uint64  v 
)

◆ operator*() [19/36]

sc_unsigned sc_dt::operator* ( uint64  u,
const sc_unsigned v 
)

◆ operator*() [20/36]

sc_unsigned sc_dt::operator* ( const sc_unsigned u,
unsigned long  v 
)

◆ operator*() [21/36]

sc_unsigned sc_dt::operator* ( unsigned long  u,
const sc_unsigned v 
)

◆ operator*() [22/36]

sc_signed sc_dt::operator* ( const sc_unsigned u,
const sc_signed v 
)

◆ operator*() [23/36]

sc_signed sc_dt::operator* ( const sc_signed u,
const sc_unsigned v 
)

◆ operator*() [24/36]

sc_signed sc_dt::operator* ( const sc_signed u,
const sc_signed v 
)

◆ operator*() [25/36]

sc_signed sc_dt::operator* ( const sc_signed u,
int64  v 
)

◆ operator*() [26/36]

sc_signed sc_dt::operator* ( int64  u,
const sc_signed v 
)

◆ operator*() [27/36]

sc_signed sc_dt::operator* ( const sc_unsigned u,
int64  v 
)

◆ operator*() [28/36]

sc_signed sc_dt::operator* ( int64  u,
const sc_unsigned v 
)

◆ operator*() [29/36]

sc_signed sc_dt::operator* ( const sc_signed u,
uint64  v 
)

◆ operator*() [30/36]

sc_signed sc_dt::operator* ( uint64  u,
const sc_signed v 
)

◆ operator*() [31/36]

sc_signed sc_dt::operator* ( const sc_signed u,
long  v 
)

◆ operator*() [32/36]

sc_signed sc_dt::operator* ( long  u,
const sc_signed v 
)

◆ operator*() [33/36]

sc_signed sc_dt::operator* ( const sc_unsigned u,
long  v 
)

◆ operator*() [34/36]

sc_signed sc_dt::operator* ( long  u,
const sc_unsigned v 
)

◆ operator*() [35/36]

sc_signed sc_dt::operator* ( const sc_signed u,
unsigned long  v 
)

◆ operator*() [36/36]

sc_signed sc_dt::operator* ( unsigned long  u,
const sc_signed v 
)

◆ operator+() [1/38]

sc_signed sc_dt::operator+ ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1299 of file sc_signed.hh.

References operator+().

◆ operator+() [2/38]

sc_signed sc_dt::operator+ ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1307 of file sc_signed.hh.

References operator+().

◆ operator+() [3/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
int  v 
)
inline

Definition at line 1318 of file sc_signed.hh.

References operator+().

◆ operator+() [4/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1323 of file sc_signed.hh.

References operator+().

◆ operator+() [5/38]

sc_unsigned sc_dt::operator+ ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1208 of file sc_unsigned.hh.

References operator+().

◆ operator+() [6/38]

sc_signed sc_dt::operator+ ( int  u,
const sc_signed v 
)
inline

Definition at line 1333 of file sc_signed.hh.

References operator+().

◆ operator+() [7/38]

sc_signed sc_dt::operator+ ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 1338 of file sc_signed.hh.

References operator+().

◆ operator+() [8/38]

sc_unsigned sc_dt::operator+ ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1219 of file sc_unsigned.hh.

References operator+().

◆ operator+() [9/38]

sc_signed sc_dt::operator+ ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator+() [10/38]

sc_signed sc_dt::operator+ ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 611 of file sc_signed.cc.

References sc_core::operator+().

◆ operator+() [11/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
const sc_int_base v 
)

Definition at line 617 of file sc_signed.cc.

References sc_core::operator+().

◆ operator+() [12/38]

sc_signed sc_dt::operator+ ( const sc_int_base u,
const sc_signed v 
)

Definition at line 623 of file sc_signed.cc.

References sc_core::operator+().

◆ operator+() [13/38]

sc_unsigned sc_dt::operator+ ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 739 of file sc_unsigned.cc.

References sc_core::operator+().

◆ operator+() [14/38]

sc_unsigned sc_dt::operator+ ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 744 of file sc_unsigned.cc.

References sc_core::operator+().

◆ operator+() [15/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 968 of file sc_signed.cc.

References sc_core::operator+().

◆ operator+() [16/38]

sc_signed sc_dt::operator+ ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 974 of file sc_signed.cc.

References sc_core::operator+().

◆ operator+() [17/38]

sc_unsigned sc_dt::operator+ ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator+() [18/38]

sc_unsigned sc_dt::operator+ ( const sc_unsigned u,
uint64  v 
)

◆ operator+() [19/38]

sc_unsigned sc_dt::operator+ ( uint64  u,
const sc_unsigned v 
)

◆ operator+() [20/38]

sc_unsigned sc_dt::operator+ ( const sc_unsigned u,
unsigned long  v 
)

◆ operator+() [21/38]

sc_unsigned sc_dt::operator+ ( unsigned long  u,
const sc_unsigned v 
)

◆ operator+() [22/38]

sc_signed sc_dt::operator+ ( const sc_unsigned u,
const sc_signed v 
)

◆ operator+() [23/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
const sc_unsigned v 
)

◆ operator+() [24/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
const sc_signed v 
)

◆ operator+() [25/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
int64  v 
)

◆ operator+() [26/38]

sc_signed sc_dt::operator+ ( int64  u,
const sc_signed v 
)

◆ operator+() [27/38]

sc_signed sc_dt::operator+ ( const sc_unsigned u,
int64  v 
)

◆ operator+() [28/38]

sc_signed sc_dt::operator+ ( int64  u,
const sc_unsigned v 
)

◆ operator+() [29/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
uint64  v 
)

Definition at line 1407 of file sc_signed.cc.

◆ operator+() [30/38]

sc_signed sc_dt::operator+ ( uint64  u,
const sc_signed v 
)

◆ operator+() [31/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
long  v 
)

Definition at line 1441 of file sc_signed.cc.

References CONVERT_LONG.

◆ operator+() [32/38]

sc_signed sc_dt::operator+ ( long  u,
const sc_signed v 
)

◆ operator+() [33/38]

sc_signed sc_dt::operator+ ( const sc_unsigned u,
long  v 
)

◆ operator+() [34/38]

sc_signed sc_dt::operator+ ( long  u,
const sc_unsigned v 
)

◆ operator+() [35/38]

sc_signed sc_dt::operator+ ( const sc_signed u,
unsigned long  v 
)

◆ operator+() [36/38]

sc_signed sc_dt::operator+ ( unsigned long  u,
const sc_signed v 
)

◆ operator+() [37/38]

sc_unsigned sc_dt::operator+ ( const sc_unsigned u)

Definition at line 1725 of file sc_unsigned.cc.

◆ operator+() [38/38]

sc_signed sc_dt::operator+ ( const sc_signed u)

Definition at line 3485 of file sc_signed.cc.

◆ operator,() [1/120]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > sc_dt::operator, ( sc_bitref_r< T1 >  a,
sc_subref_r< T2 >  b 
)
inline

◆ operator,() [2/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::operator, ( sc_bitref_r< T1 >  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ operator,() [3/120]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, T2 > sc_dt::operator, ( sc_bitref_r< T1 >  a,
const sc_proxy< T2 > &  b 
)
inline

◆ operator,() [4/120]

template<class T >
sc_concref_r< sc_bitref_r< T >, sc_lv_base > sc_dt::operator, ( sc_bitref_r< T >  a,
const char *  b 
)
inline

◆ operator,() [5/120]

template<class T >
sc_concref_r< sc_lv_base, sc_bitref_r< T > > sc_dt::operator, ( const char *  a,
sc_bitref_r< T >  b 
)
inline

◆ operator,() [6/120]

template<class T >
sc_concref_r< sc_bitref_r< T >, sc_lv_base > sc_dt::operator, ( sc_bitref_r< T >  a,
const sc_logic b 
)
inline

◆ operator,() [7/120]

template<class T >
sc_concref_r< sc_lv_base, sc_bitref_r< T > > sc_dt::operator, ( const sc_logic a,
sc_bitref_r< T >  b 
)
inline

◆ operator,() [8/120]

template<class T >
sc_concref_r<sc_bitref_r<T>, sc_lv_base> sc_dt::operator, ( sc_bitref_r< T >  ,
bool   
)
inline

◆ operator,() [9/120]

template<class T >
sc_concref_r<sc_lv_base, sc_bitref_r<T> > sc_dt::operator, ( bool  ,
sc_bitref_r< T >   
)
inline

◆ operator,() [10/120]

template<class T1 , class T2 >
sc_concref_r<sc_bitref_r<T1>, sc_bitref_r<T2> > sc_dt::operator, ( sc_bitref_r< T1 >  a,
sc_bitref< T2 >  b 
)
inline

◆ operator,() [11/120]

template<class T1 , class T2 >
sc_concref_r<sc_bitref_r<T1>, sc_bitref_r<T2> > sc_dt::operator, ( sc_bitref< T1 >  a,
sc_bitref_r< T2 >  b 
)
inline

◆ operator,() [12/120]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > sc_dt::operator, ( sc_bitref_r< T1 >  a,
sc_subref< T2 >  b 
)
inline

◆ operator,() [13/120]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > sc_dt::operator, ( sc_bitref< T1 >  a,
sc_subref_r< T2 >  b 
)
inline

◆ operator,() [14/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::operator, ( sc_bitref_r< T1 >  a,
sc_concref< T2, T3 >  b 
)
inline

◆ operator,() [15/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::operator, ( sc_bitref< T1 >  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ operator,() [16/120]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, T2 > sc_dt::operator, ( sc_bitref< T1 >  a,
const sc_proxy< T2 > &  b 
)
inline

◆ operator,() [17/120]

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, T2 > sc_dt::operator, ( sc_bitref_r< T1 >  a,
sc_proxy< T2 > &  b 
)
inline

◆ operator,() [18/120]

template<class T >
sc_concref_r< sc_bitref_r< T >, sc_lv_base > sc_dt::operator, ( sc_bitref< T >  a,
const char *  b 
)
inline

◆ operator,() [19/120]

template<class T >
sc_concref_r< sc_lv_base, sc_bitref_r< T > > sc_dt::operator, ( const char *  a,
sc_bitref< T >  b 
)
inline

◆ operator,() [20/120]

template<class T >
sc_concref_r< sc_bitref_r< T >, sc_lv_base > sc_dt::operator, ( sc_bitref< T >  a,
const sc_logic b 
)
inline

◆ operator,() [21/120]

template<class T >
sc_concref_r< sc_lv_base, sc_bitref_r< T > > sc_dt::operator, ( const sc_logic a,
sc_bitref< T >  b 
)
inline

◆ operator,() [22/120]

template<class T >
sc_concref_r<sc_bitref_r<T>, sc_lv_base> sc_dt::operator, ( sc_bitref< T >  ,
bool   
)
inline

Definition at line 878 of file sc_lv_base.hh.

References sc_dt::sc_bitref< X >::clone(), and sc_dt::sc_lv_base::sc_bv_base.

◆ operator,() [23/120]

template<class T >
sc_concref_r<sc_lv_base, sc_bitref_r<T> > sc_dt::operator, ( bool  ,
sc_bitref< T >   
)
inline

Definition at line 886 of file sc_lv_base.hh.

References sc_dt::sc_bitref< X >::clone(), and sc_dt::sc_lv_base::sc_bv_base.

◆ operator,() [24/120]

template<class T1 , class T2 >
sc_concref< sc_bitref< T1 >, sc_bitref< T2 > > sc_dt::operator, ( sc_bitref< T1 >  a,
sc_bitref< T2 >  b 
)
inline

Definition at line 2121 of file sc_bit_proxies.hh.

References sc_dt::sc_bitref< X >::clone().

◆ operator,() [25/120]

template<class T1 , class T2 >
sc_concref< sc_bitref< T1 >, sc_subref< T2 > > sc_dt::operator, ( sc_bitref< T1 >  a,
sc_subref< T2 >  b 
)
inline

◆ operator,() [26/120]

template<class T1 , class T2 , class T3 >
sc_concref< sc_bitref< T1 >, sc_concref< T2, T3 > > sc_dt::operator, ( sc_bitref< T1 >  a,
sc_concref< T2, T3 >  b 
)
inline

◆ operator,() [27/120]

template<class T1 , class T2 >
sc_concref< sc_bitref< T1 >, T2 > sc_dt::operator, ( sc_bitref< T1 >  a,
sc_proxy< T2 > &  b 
)
inline

◆ operator,() [28/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > sc_dt::operator, ( sc_subref_r< T1 >  a,
sc_bitref_r< T2 >  b 
)
inline

◆ operator,() [29/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > sc_dt::operator, ( sc_subref_r< T1 >  a,
sc_subref_r< T2 >  b 
)
inline

Definition at line 2362 of file sc_bit_proxies.hh.

References sc_dt::sc_subref_r< X >::clone().

◆ operator,() [30/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::operator, ( sc_subref_r< T1 >  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ operator,() [31/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, T2 > sc_dt::operator, ( sc_subref_r< T1 >  a,
const sc_proxy< T2 > &  b 
)
inline

◆ operator,() [32/120]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_lv_base > sc_dt::operator, ( sc_subref_r< T >  a,
const char *  b 
)
inline

◆ operator,() [33/120]

template<class T >
sc_concref_r< sc_lv_base, sc_subref_r< T > > sc_dt::operator, ( const char *  a,
sc_subref_r< T >  b 
)
inline

◆ operator,() [34/120]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_lv_base > sc_dt::operator, ( sc_subref_r< T >  a,
const sc_logic b 
)
inline

◆ operator,() [35/120]

template<class T >
sc_concref_r< sc_lv_base, sc_subref_r< T > > sc_dt::operator, ( const sc_logic a,
sc_subref_r< T >  b 
)
inline

◆ operator,() [36/120]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_bv_base > sc_dt::operator, ( sc_subref_r< T >  a,
bool  b 
)
inline

◆ operator,() [37/120]

template<class T >
sc_concref_r< sc_bv_base, sc_subref_r< T > > sc_dt::operator, ( bool  a,
sc_subref_r< T >  b 
)
inline

◆ operator,() [38/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > sc_dt::operator, ( sc_subref_r< T1 >  a,
sc_bitref< T2 >  b 
)
inline

◆ operator,() [39/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > sc_dt::operator, ( sc_subref< T1 >  a,
sc_bitref_r< T2 >  b 
)
inline

◆ operator,() [40/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > sc_dt::operator, ( sc_subref_r< T1 >  a,
sc_subref< T2 >  b 
)
inline

◆ operator,() [41/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > sc_dt::operator, ( sc_subref< T1 >  a,
sc_subref_r< T2 >  b 
)
inline

◆ operator,() [42/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::operator, ( sc_subref_r< T1 >  a,
sc_concref< T2, T3 >  b 
)
inline

◆ operator,() [43/120]

sc_dt::sc_concatref& sc_dt::operator, ( sc_dt::sc_value_base a,
sc_dt::sc_value_base b 
)
inline

◆ operator,() [44/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > sc_dt::operator, ( sc_subref< T1 >  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ operator,() [45/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, T2 > sc_dt::operator, ( sc_subref< T1 >  a,
const sc_proxy< T2 > &  b 
)
inline

◆ operator,() [46/120]

const sc_dt::sc_concatref& sc_dt::operator, ( const sc_dt::sc_value_base a,
const sc_dt::sc_value_base b 
)
inline

◆ operator,() [47/120]

template<class T1 , class T2 >
sc_concref_r< sc_subref_r< T1 >, T2 > sc_dt::operator, ( sc_subref_r< T1 >  a,
sc_proxy< T2 > &  b 
)
inline

◆ operator,() [48/120]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_lv_base > sc_dt::operator, ( sc_subref< T >  a,
const char *  b 
)
inline

◆ operator,() [49/120]

template<class T >
sc_concref_r< sc_lv_base, sc_subref_r< T > > sc_dt::operator, ( const char *  a,
sc_subref< T >  b 
)
inline

◆ operator,() [50/120]

const sc_dt::sc_concatref& sc_dt::operator, ( const sc_dt::sc_value_base a,
bool  b 
)
inline

◆ operator,() [51/120]

template<class T >
sc_concref_r<sc_bitref_r<T>, sc_bv_base> sc_dt::operator, ( sc_bitref_r< T >  a,
bool  b 
)
inline

◆ operator,() [52/120]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_lv_base > sc_dt::operator, ( sc_subref< T >  a,
const sc_logic b 
)
inline

◆ operator,() [53/120]

template<class T >
sc_concref_r< sc_lv_base, sc_subref_r< T > > sc_dt::operator, ( const sc_logic a,
sc_subref< T >  b 
)
inline

◆ operator,() [54/120]

template<class T >
sc_concref_r<sc_bv_base, sc_bitref_r<T> > sc_dt::operator, ( bool  a,
sc_bitref_r< T >  b 
)
inline

◆ operator,() [55/120]

template<class T >
sc_concref_r< sc_subref_r< T >, sc_bv_base > sc_dt::operator, ( sc_subref< T >  a,
bool  b 
)
inline

◆ operator,() [56/120]

const sc_dt::sc_concatref& sc_dt::operator, ( bool  a,
const sc_dt::sc_value_base b 
)
inline

◆ operator,() [57/120]

template<class T >
sc_concref_r< sc_bv_base, sc_subref_r< T > > sc_dt::operator, ( bool  a,
sc_subref< T >  b 
)
inline

◆ operator,() [58/120]

template<class T >
sc_concref_r<sc_bitref_r<T>, sc_bv_base> sc_dt::operator, ( sc_bitref< T >  a,
bool  b 
)
inline

Definition at line 878 of file sc_lv_base.hh.

References sc_dt::sc_bitref< X >::clone(), and sc_dt::sc_lv_base::sc_bv_base.

◆ operator,() [59/120]

template<class T >
sc_concref_r<sc_bv_base, sc_bitref_r<T> > sc_dt::operator, ( bool  a,
sc_bitref< T >  b 
)
inline

Definition at line 886 of file sc_lv_base.hh.

References sc_dt::sc_bitref< X >::clone(), and sc_dt::sc_lv_base::sc_bv_base.

◆ operator,() [60/120]

template<class T1 , class T2 >
sc_concref< sc_subref< T1 >, sc_bitref< T2 > > sc_dt::operator, ( sc_subref< T1 >  a,
sc_bitref< T2 >  b 
)
inline

◆ operator,() [61/120]

template<class T1 , class T2 >
sc_concref< sc_subref< T1 >, sc_subref< T2 > > sc_dt::operator, ( sc_subref< T1 >  a,
sc_subref< T2 >  b 
)
inline

Definition at line 2576 of file sc_bit_proxies.hh.

References sc_dt::sc_subref< X >::clone().

◆ operator,() [62/120]

template<class T1 , class T2 , class T3 >
sc_concref< sc_subref< T1 >, sc_concref< T2, T3 > > sc_dt::operator, ( sc_subref< T1 >  a,
sc_concref< T2, T3 >  b 
)
inline

◆ operator,() [63/120]

template<class T1 , class T2 >
sc_concref< sc_subref< T1 >, T2 > sc_dt::operator, ( sc_subref< T1 >  a,
sc_proxy< T2 > &  b 
)
inline

◆ operator,() [64/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
sc_bitref_r< T3 >  b 
)
inline

◆ operator,() [65/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
sc_subref_r< T3 >  b 
)
inline

◆ operator,() [66/120]

template<class T1 , class T2 , class T3 , class T4 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
sc_concref_r< T3, T4 >  b 
)
inline

Definition at line 2856 of file sc_bit_proxies.hh.

References sc_dt::sc_concref_r< X, Y >::clone().

◆ operator,() [67/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, T3 > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
const sc_proxy< T3 > &  b 
)
inline

◆ operator,() [68/120]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
const char *  b 
)
inline

◆ operator,() [69/120]

template<class T1 , class T2 >
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > sc_dt::operator, ( const char *  a,
sc_concref_r< T1, T2 >  b 
)
inline

◆ operator,() [70/120]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
const sc_logic b 
)
inline

◆ operator,() [71/120]

template<class T1 , class T2 >
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > sc_dt::operator, ( const sc_logic a,
sc_concref_r< T1, T2 >  b 
)
inline

◆ operator,() [72/120]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
bool  b 
)
inline

◆ operator,() [73/120]

template<class T1 , class T2 >
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > sc_dt::operator, ( bool  a,
sc_concref_r< T1, T2 >  b 
)
inline

◆ operator,() [74/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
sc_bitref< T3 >  b 
)
inline

◆ operator,() [75/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > sc_dt::operator, ( sc_concref< T1, T2 >  a,
sc_bitref_r< T3 >  b 
)
inline

◆ operator,() [76/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
sc_subref< T3 >  b 
)
inline

◆ operator,() [77/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > sc_dt::operator, ( sc_concref< T1, T2 >  a,
sc_subref_r< T3 >  b 
)
inline

◆ operator,() [78/120]

template<class T1 , class T2 , class T3 , class T4 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
sc_concref< T3, T4 >  b 
)
inline

◆ operator,() [79/120]

template<class T1 , class T2 , class T3 , class T4 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > sc_dt::operator, ( sc_concref< T1, T2 >  a,
sc_concref_r< T3, T4 >  b 
)
inline

◆ operator,() [80/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, T3 > sc_dt::operator, ( sc_concref< T1, T2 >  a,
const sc_proxy< T3 > &  b 
)
inline

◆ operator,() [81/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< sc_concref_r< T1, T2 >, T3 > sc_dt::operator, ( sc_concref_r< T1, T2 >  a,
sc_proxy< T3 > &  b 
)
inline

◆ operator,() [82/120]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > sc_dt::operator, ( sc_concref< T1, T2 >  a,
const char *  b 
)
inline

◆ operator,() [83/120]

template<class T1 , class T2 >
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > sc_dt::operator, ( const char *  a,
sc_concref< T1, T2 >  b 
)
inline

◆ operator,() [84/120]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > sc_dt::operator, ( sc_concref< T1, T2 >  a,
const sc_logic b 
)
inline

◆ operator,() [85/120]

template<class T1 , class T2 >
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > sc_dt::operator, ( const sc_logic a,
sc_concref< T1, T2 >  b 
)
inline

◆ operator,() [86/120]

template<class T1 , class T2 >
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > sc_dt::operator, ( sc_concref< T1, T2 >  a,
bool  b 
)
inline

◆ operator,() [87/120]

template<class T1 , class T2 >
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > sc_dt::operator, ( bool  a,
sc_concref< T1, T2 >  b 
)
inline

◆ operator,() [88/120]

template<class T1 , class T2 , class T3 >
sc_concref< sc_concref< T1, T2 >, sc_bitref< T3 > > sc_dt::operator, ( sc_concref< T1, T2 >  a,
sc_bitref< T3 >  b 
)
inline

◆ operator,() [89/120]

template<class T1 , class T2 , class T3 >
sc_concref< sc_concref< T1, T2 >, sc_subref< T3 > > sc_dt::operator, ( sc_concref< T1, T2 >  a,
sc_subref< T3 >  b 
)
inline

◆ operator,() [90/120]

template<class T1 , class T2 , class T3 , class T4 >
sc_concref< sc_concref< T1, T2 >, sc_concref< T3, T4 > > sc_dt::operator, ( sc_concref< T1, T2 >  a,
sc_concref< T3, T4 >  b 
)
inline

Definition at line 3070 of file sc_bit_proxies.hh.

References sc_dt::sc_concref< X, Y >::clone().

◆ operator,() [91/120]

template<class T1 , class T2 , class T3 >
sc_concref< sc_concref< T1, T2 >, T3 > sc_dt::operator, ( sc_concref< T1, T2 >  a,
sc_proxy< T3 > &  b 
)
inline

◆ operator,() [92/120]

template<class T1 , class T2 >
sc_concref_r< T1, sc_bitref_r< T2 > > sc_dt::operator, ( const sc_proxy< T1 > &  a,
sc_bitref_r< T2 >  b 
)
inline

◆ operator,() [93/120]

template<class T1 , class T2 >
sc_concref_r< T1, sc_subref_r< T2 > > sc_dt::operator, ( const sc_proxy< T1 > &  a,
sc_subref_r< T2 >  b 
)
inline

◆ operator,() [94/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< T1, sc_concref_r< T2, T3 > > sc_dt::operator, ( const sc_proxy< T1 > &  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ operator,() [95/120]

template<class T1 , class T2 >
sc_concref_r< T1, T2 > sc_dt::operator, ( const sc_proxy< T1 > &  a,
const sc_proxy< T2 > &  b 
)
inline

Definition at line 3161 of file sc_bit_proxies.hh.

References sc_dt::sc_proxy< X >::back_cast().

◆ operator,() [96/120]

template<class T >
sc_concref_r< T, sc_lv_base > sc_dt::operator, ( const sc_proxy< T > &  a,
const char *  b 
)
inline

◆ operator,() [97/120]

template<class T >
sc_concref_r< sc_lv_base, T > sc_dt::operator, ( const char *  a,
const sc_proxy< T > &  b 
)
inline

◆ operator,() [98/120]

template<class T >
sc_concref_r< T, sc_lv_base > sc_dt::operator, ( const sc_proxy< T > &  a,
const sc_logic b 
)
inline

◆ operator,() [99/120]

template<class T >
sc_concref_r< sc_lv_base, T > sc_dt::operator, ( const sc_logic a,
const sc_proxy< T > &  b 
)
inline

◆ operator,() [100/120]

template<class T >
sc_concref_r< T, sc_bv_base > sc_dt::operator, ( const sc_proxy< T > &  a,
bool  b 
)
inline

◆ operator,() [101/120]

template<class T >
sc_concref_r< sc_bv_base, T > sc_dt::operator, ( bool  a,
const sc_proxy< T > &  b 
)
inline

◆ operator,() [102/120]

template<class T1 , class T2 >
sc_concref_r< T1, sc_bitref_r< T2 > > sc_dt::operator, ( const sc_proxy< T1 > &  a,
sc_bitref< T2 >  b 
)
inline

◆ operator,() [103/120]

template<class T1 , class T2 >
sc_concref_r< T1, sc_bitref_r< T2 > > sc_dt::operator, ( sc_proxy< T1 > &  a,
sc_bitref_r< T2 >  b 
)
inline

◆ operator,() [104/120]

template<class T1 , class T2 >
sc_concref_r< T1, sc_subref_r< T2 > > sc_dt::operator, ( const sc_proxy< T1 > &  a,
sc_subref< T2 >  b 
)
inline

◆ operator,() [105/120]

template<class T1 , class T2 >
sc_concref_r< T1, sc_subref_r< T2 > > sc_dt::operator, ( sc_proxy< T1 > &  a,
sc_subref_r< T2 >  b 
)
inline

◆ operator,() [106/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< T1, sc_concref_r< T2, T3 > > sc_dt::operator, ( const sc_proxy< T1 > &  a,
sc_concref< T2, T3 >  b 
)
inline

◆ operator,() [107/120]

template<class T1 , class T2 , class T3 >
sc_concref_r< T1, sc_concref_r< T2, T3 > > sc_dt::operator, ( sc_proxy< T1 > &  a,
sc_concref_r< T2, T3 >  b 
)
inline

◆ operator,() [108/120]

template<class T1 , class T2 >
sc_concref_r< T1, T2 > sc_dt::operator, ( const sc_proxy< T1 > &  a,
sc_proxy< T2 > &  b 
)
inline

Definition at line 3243 of file sc_bit_proxies.hh.

References sc_dt::sc_proxy< X >::back_cast().

◆ operator,() [109/120]

template<class T1 , class T2 >
sc_concref_r< T1, T2 > sc_dt::operator, ( sc_proxy< T1 > &  a,
const sc_proxy< T2 > &  b 
)
inline

Definition at line 3250 of file sc_bit_proxies.hh.

References sc_dt::sc_proxy< X >::back_cast().

◆ operator,() [110/120]

template<class T >
sc_concref_r< T, sc_lv_base > sc_dt::operator, ( sc_proxy< T > &  a,
const char *  b 
)
inline

◆ operator,() [111/120]

template<class T >
sc_concref_r< sc_lv_base, T > sc_dt::operator, ( const char *  a,
sc_proxy< T > &  b 
)
inline

◆ operator,() [112/120]

template<class T >
sc_concref_r< T, sc_lv_base > sc_dt::operator, ( sc_proxy< T > &  a,
const sc_logic b 
)
inline

◆ operator,() [113/120]

template<class T >
sc_concref_r< sc_lv_base, T > sc_dt::operator, ( const sc_logic a,
sc_proxy< T > &  b 
)
inline

◆ operator,() [114/120]

template<class T >
sc_concref_r< T, sc_bv_base > sc_dt::operator, ( sc_proxy< T > &  a,
bool  b 
)
inline

◆ operator,() [115/120]

template<class T >
sc_concref_r< sc_bv_base, T > sc_dt::operator, ( bool  a,
sc_proxy< T > &  b 
)
inline

◆ operator,() [116/120]

template<class T1 , class T2 >
sc_concref< T1, sc_bitref< T2 > > sc_dt::operator, ( sc_proxy< T1 > &  a,
sc_bitref< T2 >  b 
)
inline

◆ operator,() [117/120]

template<class T1 , class T2 >
sc_concref< T1, sc_subref< T2 > > sc_dt::operator, ( sc_proxy< T1 > &  a,
sc_subref< T2 >  b 
)
inline

◆ operator,() [118/120]

template<class T1 , class T2 , class T3 >
sc_concref< T1, sc_concref< T2, T3 > > sc_dt::operator, ( sc_proxy< T1 > &  a,
sc_concref< T2, T3 >  b 
)
inline

◆ operator,() [119/120]

template<class T1 , class T2 >
sc_concref< T1, T2 > sc_dt::operator, ( sc_proxy< T1 > &  a,
sc_proxy< T2 > &  b 
)
inline

Definition at line 3340 of file sc_bit_proxies.hh.

References sc_dt::sc_proxy< X >::back_cast().

◆ operator,() [120/120]

template<class T1 , class T2 >
sc_concref_r<sc_bitref_r<T1>, sc_bitref_r<T2> > sc_dt::operator, ( sc_bitref_r< T1 >  a,
sc_bitref_r< T2 >  b 
)
inline

Definition at line 1771 of file sc_bit_proxies.hh.

References sc_dt::sc_bitref_r< T >::clone().

◆ operator-() [1/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1379 of file sc_signed.hh.

References operator-().

◆ operator-() [2/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1384 of file sc_signed.hh.

References operator-().

◆ operator-() [3/38]

sc_signed sc_dt::operator- ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1394 of file sc_signed.hh.

References operator-().

◆ operator-() [4/38]

sc_signed sc_dt::operator- ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1399 of file sc_signed.hh.

References operator-().

◆ operator-() [5/38]

sc_signed sc_dt::operator- ( const sc_signed u,
int  v 
)
inline

Definition at line 1410 of file sc_signed.hh.

References operator-().

◆ operator-() [6/38]

sc_signed sc_dt::operator- ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1415 of file sc_signed.hh.

References operator-().

◆ operator-() [7/38]

sc_signed sc_dt::operator- ( int  u,
const sc_signed v 
)
inline

Definition at line 1425 of file sc_signed.hh.

References operator-().

◆ operator-() [8/38]

sc_signed sc_dt::operator- ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 1430 of file sc_signed.hh.

References operator-().

◆ operator-() [9/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator-() [10/38]

sc_signed sc_dt::operator- ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 642 of file sc_signed.cc.

References sc_core::operator-().

◆ operator-() [11/38]

sc_signed sc_dt::operator- ( const sc_signed u,
const sc_int_base v 
)

Definition at line 648 of file sc_signed.cc.

References sc_core::operator-().

◆ operator-() [12/38]

sc_signed sc_dt::operator- ( const sc_int_base u,
const sc_signed v 
)

Definition at line 654 of file sc_signed.cc.

References sc_core::operator-().

◆ operator-() [13/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 987 of file sc_signed.cc.

References sc_core::operator-().

◆ operator-() [14/38]

sc_signed sc_dt::operator- ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 993 of file sc_signed.cc.

References sc_core::operator-().

◆ operator-() [15/38]

sc_signed sc_dt::operator- ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 999 of file sc_signed.cc.

References sc_core::operator-().

◆ operator-() [16/38]

sc_signed sc_dt::operator- ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1005 of file sc_signed.cc.

References sc_core::operator-().

◆ operator-() [17/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator-() [18/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
const sc_signed v 
)

Definition at line 1579 of file sc_signed.cc.

References SC_ZERO, and sc_dt::sc_signed::sgn.

◆ operator-() [19/38]

sc_signed sc_dt::operator- ( const sc_signed u,
const sc_unsigned v 
)

◆ operator-() [20/38]

sc_signed sc_dt::operator- ( const sc_signed u,
const sc_signed v 
)

◆ operator-() [21/38]

sc_signed sc_dt::operator- ( const sc_signed u,
int64  v 
)

◆ operator-() [22/38]

sc_signed sc_dt::operator- ( int64  u,
const sc_signed v 
)

◆ operator-() [23/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
int64  v 
)

Definition at line 1658 of file sc_signed.cc.

References CONVERT_INT64.

◆ operator-() [24/38]

sc_signed sc_dt::operator- ( int64  u,
const sc_unsigned v 
)

Definition at line 1675 of file sc_signed.cc.

References sc_dt::sc_unsigned::sgn.

◆ operator-() [25/38]

sc_signed sc_dt::operator- ( const sc_signed u,
uint64  v 
)

Definition at line 1692 of file sc_signed.cc.

◆ operator-() [26/38]

sc_signed sc_dt::operator- ( uint64  u,
const sc_signed v 
)

Definition at line 1710 of file sc_signed.cc.

References sc_dt::sc_signed::sgn.

◆ operator-() [27/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
uint64  v 
)

Definition at line 1727 of file sc_signed.cc.

◆ operator-() [28/38]

sc_signed sc_dt::operator- ( uint64  u,
const sc_unsigned v 
)

Definition at line 1744 of file sc_signed.cc.

◆ operator-() [29/38]

sc_signed sc_dt::operator- ( const sc_signed u,
long  v 
)

Definition at line 1761 of file sc_signed.cc.

References CONVERT_LONG.

◆ operator-() [30/38]

sc_signed sc_dt::operator- ( long  u,
const sc_signed v 
)

Definition at line 1778 of file sc_signed.cc.

◆ operator-() [31/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
long  v 
)

Definition at line 1795 of file sc_signed.cc.

◆ operator-() [32/38]

sc_signed sc_dt::operator- ( long  u,
const sc_unsigned v 
)

Definition at line 1812 of file sc_signed.cc.

◆ operator-() [33/38]

sc_signed sc_dt::operator- ( const sc_signed u,
unsigned long  v 
)

Definition at line 1829 of file sc_signed.cc.

◆ operator-() [34/38]

sc_signed sc_dt::operator- ( unsigned long  u,
const sc_signed v 
)

Definition at line 1846 of file sc_signed.cc.

◆ operator-() [35/38]

sc_signed sc_dt::operator- ( const sc_unsigned u,
unsigned long  v 
)

Definition at line 1863 of file sc_signed.cc.

◆ operator-() [36/38]

sc_signed sc_dt::operator- ( unsigned long  u,
const sc_unsigned v 
)

Definition at line 1880 of file sc_signed.cc.

◆ operator-() [37/38]

sc_signed sc_dt::operator- ( const sc_signed u)

Definition at line 3491 of file sc_signed.cc.

References sc_dt::sc_signed::sgn.

◆ operator-() [38/38]

sc_signed sc_dt::operator- ( const sc_unsigned u)

Definition at line 3497 of file sc_signed.cc.

References sc_dt::sc_unsigned::sgn.

◆ operator/() [1/44]

sc_unsigned sc_dt::operator/ ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1353 of file sc_unsigned.hh.

References operator/().

◆ operator/() [2/44]

sc_unsigned sc_dt::operator/ ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1364 of file sc_unsigned.hh.

References operator/().

◆ operator/() [3/44]

sc_signed sc_dt::operator/ ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1547 of file sc_signed.hh.

References operator/().

◆ operator/() [4/44]

sc_signed sc_dt::operator/ ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1555 of file sc_signed.hh.

References operator/().

◆ operator/() [5/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
int  v 
)
inline

Definition at line 1566 of file sc_signed.hh.

References operator/().

◆ operator/() [6/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1571 of file sc_signed.hh.

References operator/().

◆ operator/() [7/44]

sc_signed sc_dt::operator/ ( int  u,
const sc_signed v 
)
inline

Definition at line 1581 of file sc_signed.hh.

References operator/().

◆ operator/() [8/44]

sc_signed sc_dt::operator/ ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 1586 of file sc_signed.hh.

References operator/().

◆ operator/() [9/44]

sc_signed sc_dt::operator/ ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator/() [10/44]

sc_signed sc_dt::operator/ ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 704 of file sc_signed.cc.

References sc_core::operator/().

◆ operator/() [11/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
const sc_int_base v 
)

Definition at line 710 of file sc_signed.cc.

References sc_core::operator/().

◆ operator/() [12/44]

sc_signed sc_dt::operator/ ( const sc_int_base u,
const sc_signed v 
)

Definition at line 716 of file sc_signed.cc.

References sc_core::operator/().

◆ operator/() [13/44]

sc_unsigned sc_dt::operator/ ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 777 of file sc_unsigned.cc.

References sc_core::operator/().

◆ operator/() [14/44]

sc_unsigned sc_dt::operator/ ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 782 of file sc_unsigned.cc.

References sc_core::operator/().

◆ operator/() [15/44]

const sc_fxval sc_dt::operator/ ( const sc_fxval a,
const sc_fxval b 
)
inline

◆ operator/() [16/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1037 of file sc_signed.cc.

References sc_core::operator/().

◆ operator/() [17/44]

sc_signed sc_dt::operator/ ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1043 of file sc_signed.cc.

References sc_core::operator/().

◆ operator/() [18/44]

sc_unsigned sc_dt::operator/ ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator/() [19/44]

sc_unsigned sc_dt::operator/ ( const sc_unsigned u,
uint64  v 
)

◆ operator/() [20/44]

sc_unsigned sc_dt::operator/ ( uint64  u,
const sc_unsigned v 
)

◆ operator/() [21/44]

sc_unsigned sc_dt::operator/ ( const sc_unsigned u,
unsigned long  v 
)

◆ operator/() [22/44]

sc_unsigned sc_dt::operator/ ( unsigned long  u,
const sc_unsigned v 
)

◆ operator/() [23/44]

const sc_fxval_fast sc_dt::operator/ ( const sc_fxval_fast a,
const sc_fxval_fast b 
)
inline

◆ operator/() [24/44]

sc_signed sc_dt::operator/ ( const sc_unsigned u,
const sc_signed v 
)

◆ operator/() [25/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
const sc_unsigned v 
)

◆ operator/() [26/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
const sc_signed v 
)

◆ operator/() [27/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
int64  v 
)

◆ operator/() [28/44]

sc_signed sc_dt::operator/ ( int64  u,
const sc_signed v 
)

◆ operator/() [29/44]

sc_signed sc_dt::operator/ ( const sc_unsigned u,
int64  v 
)

◆ operator/() [30/44]

sc_signed sc_dt::operator/ ( int64  u,
const sc_unsigned v 
)

◆ operator/() [31/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
uint64  v 
)

◆ operator/() [32/44]

sc_signed sc_dt::operator/ ( uint64  u,
const sc_signed v 
)

◆ operator/() [33/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
long  v 
)

◆ operator/() [34/44]

sc_signed sc_dt::operator/ ( long  u,
const sc_signed v 
)

◆ operator/() [35/44]

sc_signed sc_dt::operator/ ( const sc_unsigned u,
long  v 
)

◆ operator/() [36/44]

const sc_fxval sc_dt::operator/ ( const sc_fxnum a,
const sc_fxnum b 
)
inline

◆ operator/() [37/44]

const sc_fxval sc_dt::operator/ ( const sc_fxnum a,
const sc_fxval b 
)
inline

◆ operator/() [38/44]

sc_signed sc_dt::operator/ ( long  u,
const sc_unsigned v 
)

◆ operator/() [39/44]

const sc_fxval sc_dt::operator/ ( const sc_fxval a,
const sc_fxnum b 
)
inline

◆ operator/() [40/44]

sc_signed sc_dt::operator/ ( const sc_signed u,
unsigned long  v 
)

◆ operator/() [41/44]

sc_signed sc_dt::operator/ ( unsigned long  u,
const sc_signed v 
)

◆ operator/() [42/44]

const sc_fxval_fast sc_dt::operator/ ( const sc_fxnum_fast a,
const sc_fxnum_fast b 
)
inline

◆ operator/() [43/44]

const sc_fxval_fast sc_dt::operator/ ( const sc_fxnum_fast a,
const sc_fxval_fast b 
)
inline

◆ operator/() [44/44]

const sc_fxval_fast sc_dt::operator/ ( const sc_fxval_fast a,
const sc_fxnum_fast b 
)
inline

◆ operator<() [1/38]

bool sc_dt::operator< ( const sc_uint_base a,
const sc_uint_base b 
)
inline

Definition at line 758 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::m_val.

◆ operator<() [2/38]

bool sc_dt::operator< ( const sc_int_base a,
const sc_int_base b 
)
inline

Definition at line 818 of file sc_int_base.hh.

References sc_dt::sc_int_base::m_val.

◆ operator<() [3/38]

bool sc_dt::operator< ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1771 of file sc_unsigned.hh.

References operator<().

◆ operator<() [4/38]

bool sc_dt::operator< ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1776 of file sc_unsigned.hh.

References operator<().

◆ operator<() [5/38]

bool sc_dt::operator< ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1786 of file sc_unsigned.hh.

References operator<().

◆ operator<() [6/38]

bool sc_dt::operator< ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1791 of file sc_unsigned.hh.

References operator<(), and operator<=().

◆ operator<() [7/38]

bool sc_dt::operator< ( const sc_signed u,
int  v 
)
inline

Definition at line 2103 of file sc_signed.hh.

References operator<().

◆ operator<() [8/38]

bool sc_dt::operator< ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 2105 of file sc_signed.hh.

References operator<().

◆ operator<() [9/38]

bool sc_dt::operator< ( int  u,
const sc_signed v 
)
inline

Definition at line 2113 of file sc_signed.hh.

References operator<().

◆ operator<() [10/38]

bool sc_dt::operator< ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 2118 of file sc_signed.hh.

References operator<(), and operator<=().

◆ operator<() [11/38]

bool sc_dt::operator< ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 684 of file sc_unsigned.cc.

References operator<().

◆ operator<() [12/38]

bool sc_dt::operator< ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 689 of file sc_unsigned.cc.

References operator<().

◆ operator<() [13/38]

bool sc_dt::operator< ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 901 of file sc_unsigned.cc.

References operator<().

◆ operator<() [14/38]

bool sc_dt::operator< ( const sc_signed u,
const sc_int_base v 
)

Definition at line 905 of file sc_signed.cc.

References operator<().

Referenced by operator!=(), and operator<().

◆ operator<() [15/38]

bool sc_dt::operator< ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 906 of file sc_unsigned.cc.

References operator<().

◆ operator<() [16/38]

bool sc_dt::operator< ( const sc_int_base u,
const sc_signed v 
)

Definition at line 911 of file sc_signed.cc.

References operator<().

◆ operator<() [17/38]

bool sc_dt::operator< ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1184 of file sc_signed.cc.

References operator<().

◆ operator<() [18/38]

bool sc_dt::operator< ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1190 of file sc_signed.cc.

References operator<().

◆ operator<() [19/38]

bool sc_dt::operator< ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator<() [20/38]

bool sc_dt::operator< ( const sc_unsigned u,
const sc_signed v 
)

◆ operator<() [21/38]

bool sc_dt::operator< ( const sc_signed u,
const sc_unsigned v 
)

◆ operator<() [22/38]

bool sc_dt::operator< ( const sc_unsigned u,
int64  v 
)

◆ operator<() [23/38]

bool sc_dt::operator< ( int64  u,
const sc_unsigned v 
)

◆ operator<() [24/38]

bool sc_dt::operator< ( const sc_unsigned u,
uint64  v 
)

◆ operator<() [25/38]

bool sc_dt::operator< ( uint64  u,
const sc_unsigned v 
)

◆ operator<() [26/38]

bool sc_dt::operator< ( const sc_unsigned u,
long  v 
)

◆ operator<() [27/38]

bool sc_dt::operator< ( long  u,
const sc_unsigned v 
)

◆ operator<() [28/38]

bool sc_dt::operator< ( const sc_unsigned u,
unsigned long  v 
)

◆ operator<() [29/38]

bool sc_dt::operator< ( unsigned long  u,
const sc_unsigned v 
)

◆ operator<() [30/38]

bool sc_dt::operator< ( const sc_signed u,
const sc_signed v 
)

◆ operator<() [31/38]

bool sc_dt::operator< ( const sc_signed u,
int64  v 
)

◆ operator<() [32/38]

bool sc_dt::operator< ( int64  u,
const sc_signed v 
)

◆ operator<() [33/38]

bool sc_dt::operator< ( const sc_signed u,
uint64  v 
)

◆ operator<() [34/38]

bool sc_dt::operator< ( uint64  u,
const sc_signed v 
)

◆ operator<() [35/38]

bool sc_dt::operator< ( const sc_signed u,
long  v 
)

◆ operator<() [36/38]

bool sc_dt::operator< ( long  u,
const sc_signed v 
)

◆ operator<() [37/38]

bool sc_dt::operator< ( const sc_signed u,
unsigned long  v 
)

◆ operator<() [38/38]

bool sc_dt::operator< ( unsigned long  u,
const sc_signed v 
)

◆ operator<<() [1/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
sc_enc  enc 
)

Definition at line 79 of file sc_fxdefs.hh.

References to_string().

◆ operator<<() [2/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
sc_q_mode  q_mode 
)

Definition at line 105 of file sc_fxdefs.hh.

References to_string().

◆ operator<<() [3/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
sc_numrep  numrep 
)

◆ operator<<() [4/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
sc_o_mode  o_mode 
)

Definition at line 131 of file sc_fxdefs.hh.

References to_string().

◆ operator<<() [5/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxcast_switch a 
)

Definition at line 151 of file sc_fxcast_switch.hh.

References X86ISA::os, and sc_dt::sc_fxcast_switch::print().

◆ operator<<() [6/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
sc_switch  sw 
)

Definition at line 152 of file sc_fxdefs.hh.

References to_string().

◆ operator<<() [7/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
sc_fmt  fmt 
)

Definition at line 173 of file sc_fxdefs.hh.

References to_string().

◆ operator<<() [8/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_length_param a 
)

Definition at line 183 of file sc_length_param.hh.

References X86ISA::os, and sc_dt::sc_length_param::print().

◆ operator<<() [9/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_uint_bitref_r a 
)
inline

Definition at line 895 of file sc_uint_base.hh.

References X86ISA::os, and sc_dt::sc_uint_bitref_r::print().

◆ operator<<() [10/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_int_bitref_r a 
)
inline

Definition at line 973 of file sc_int_base.hh.

References X86ISA::os, and sc_dt::sc_int_bitref_r::print().

◆ operator<<() [11/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxtype_params a 
)

Definition at line 257 of file sc_fxtype_params.hh.

References X86ISA::os, and sc_dt::sc_fxtype_params::print().

◆ operator<<() [12/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_logic a 
)

Definition at line 353 of file sc_logic.hh.

References X86ISA::os, and sc_dt::sc_logic::print().

◆ operator<<() [13/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_uint_subref_r a 
)
inline

Definition at line 1094 of file sc_uint_base.hh.

References X86ISA::os, and sc_dt::sc_uint_subref_r::print().

◆ operator<<() [14/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_bit a 
)

Definition at line 366 of file sc_bit.hh.

References X86ISA::os, and sc_dt::sc_bit::print().

◆ operator<<() [15/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_int_subref_r a 
)
inline

Definition at line 1206 of file sc_int_base.hh.

References X86ISA::os, and sc_dt::sc_int_subref_r::print().

◆ operator<<() [16/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator<<() [17/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
int64  v 
)

◆ operator<<() [18/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
uint64  v 
)

◆ operator<<() [19/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
long  v 
)

◆ operator<<() [20/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
unsigned long  v 
)

◆ operator<<() [21/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1606 of file sc_unsigned.hh.

References operator<<().

◆ operator<<() [22/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1611 of file sc_unsigned.hh.

References operator<<().

◆ operator<<() [23/68]

const sc_unsigned sc_dt::operator<< ( const sc_concatref target,
uint64  shift 
)
inline

Definition at line 468 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator<<() [24/68]

const sc_unsigned sc_dt::operator<< ( const sc_concatref target,
int64  shift 
)
inline

Definition at line 474 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator<<() [25/68]

const sc_unsigned sc_dt::operator<< ( const sc_concatref target,
unsigned long  shift 
)
inline

Definition at line 480 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator<<() [26/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
const sc_signed v 
)

◆ operator<<() [27/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
int64  v 
)

◆ operator<<() [28/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
uint64  v 
)

◆ operator<<() [29/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
long  v 
)

◆ operator<<() [30/68]

const sc_unsigned sc_dt::operator<< ( const sc_concatref target,
int  shift 
)
inline

Definition at line 486 of file sc_concatref.hh.

References ArmISA::shift, and sc_dt::sc_concatref::value().

◆ operator<<() [31/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
unsigned long  v 
)

◆ operator<<() [32/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
int  v 
)
inline

Definition at line 1933 of file sc_signed.hh.

References operator<<().

◆ operator<<() [33/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1938 of file sc_signed.hh.

References operator<<().

◆ operator<<() [34/68]

const sc_unsigned sc_dt::operator<< ( const sc_concatref target,
unsigned int  shift 
)
inline

Definition at line 492 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator<<() [35/68]

const sc_unsigned sc_dt::operator<< ( const sc_concatref target,
long  shift 
)
inline

Definition at line 498 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator<<() [36/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_concatref v 
)

Definition at line 541 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator<<() [37/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 640 of file sc_unsigned.cc.

References sc_core::operator<<().

◆ operator<<() [38/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_unsigned_bitref_r a 
)
inline

Definition at line 2037 of file sc_unsigned.hh.

References X86ISA::os, and sc_dt::sc_unsigned_bitref_r::print().

◆ operator<<() [39/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_signed_bitref_r a 
)
inline

Definition at line 2351 of file sc_signed.hh.

References X86ISA::os, and sc_dt::sc_signed_bitref_r::print().

◆ operator<<() [40/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_unsigned_subref_r a 
)
inline

Definition at line 2121 of file sc_unsigned.hh.

References X86ISA::os, and sc_dt::sc_unsigned_subref_r::print().

◆ operator<<() [41/68]

const sc_fxval sc_dt::operator<< ( const sc_fxval a,
int  b 
)
inline

◆ operator<<() [42/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
const sc_int_base v 
)

◆ operator<<() [43/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 857 of file sc_unsigned.cc.

References sc_core::operator<<().

◆ operator<<() [44/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_uint_base a 
)
inline

Definition at line 1243 of file sc_uint_base.hh.

References X86ISA::os, and sc_dt::sc_uint_base::print().

◆ operator<<() [45/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_signed_subref_r a 
)
inline

Definition at line 2425 of file sc_signed.hh.

References X86ISA::os, and sc_dt::sc_signed_subref_r::print().

◆ operator<<() [46/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_int_base a 
)
inline

Definition at line 1371 of file sc_int_base.hh.

References X86ISA::os, and sc_dt::sc_int_base::print().

◆ operator<<() [47/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1132 of file sc_signed.cc.

References sc_core::operator<<().

◆ operator<<() [48/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxval a 
)

Definition at line 1287 of file sc_fxval.hh.

References X86ISA::os, and sc_dt::sc_fxval::print().

◆ operator<<() [49/68]

CLASS_TYPE sc_dt::operator<< ( const CLASS_TYPE u,
const CLASS_TYPE v 
)

Definition at line 1372 of file sc_signed.cc.

◆ operator<<() [50/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxnum_bitref a 
)

Definition at line 1377 of file sc_fxnum.hh.

References X86ISA::os, and sc_dt::sc_fxnum_bitref::print().

◆ operator<<() [51/68]

template<class X >
inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_proxy< X > &  a 
)

Definition at line 1379 of file sc_proxy.hh.

References X86ISA::os, and sc_dt::sc_proxy< X >::print().

◆ operator<<() [52/68]

CLASS_TYPE sc_dt::operator<< ( const CLASS_TYPE u,
int64  v 
)

Definition at line 1411 of file sc_signed.cc.

◆ operator<<() [53/68]

CLASS_TYPE sc_dt::operator<< ( const CLASS_TYPE u,
uint64  v 
)

Definition at line 1420 of file sc_signed.cc.

◆ operator<<() [54/68]

CLASS_TYPE sc_dt::operator<< ( const CLASS_TYPE u,
long  v 
)

Definition at line 1447 of file sc_signed.cc.

◆ operator<<() [55/68]

CLASS_TYPE sc_dt::operator<< ( const CLASS_TYPE u,
unsigned long  v 
)

Definition at line 1455 of file sc_signed.cc.

◆ operator<<() [56/68]

const sc_fxval_fast sc_dt::operator<< ( const sc_fxval_fast a,
int  b 
)
inline

◆ operator<<() [57/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxnum_fast_bitref a 
)

Definition at line 1570 of file sc_fxnum.hh.

References X86ISA::os, and sc_dt::sc_fxnum_fast_bitref::print().

◆ operator<<() [58/68]

sc_unsigned sc_dt::operator<< ( const sc_unsigned u,
const sc_signed v 
)

◆ operator<<() [59/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxnum_subref a 
)

Definition at line 1857 of file sc_fxnum.hh.

References X86ISA::os, and sc_dt::sc_fxnum_subref::print().

◆ operator<<() [60/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxval_fast a 
)

Definition at line 1925 of file sc_fxval.hh.

References X86ISA::os, and sc_dt::sc_fxval_fast::print().

◆ operator<<() [61/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_unsigned a 
)
inline

Definition at line 2180 of file sc_unsigned.hh.

References X86ISA::os, and sc_dt::sc_unsigned::print().

◆ operator<<() [62/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxnum_fast_subref a 
)

Definition at line 2149 of file sc_fxnum.hh.

References X86ISA::os, and sc_dt::sc_fxnum_fast_subref::print().

◆ operator<<() [63/68]

std::ostream & sc_dt::operator<< ( ::std::ostream &  os,
const sc_signed a 
)
inline

Definition at line 2489 of file sc_signed.hh.

References X86ISA::os, and sc_dt::sc_signed::print().

◆ operator<<() [64/68]

const sc_fxval sc_dt::operator<< ( const sc_fxnum a,
int  b 
)
inline

◆ operator<<() [65/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxnum a 
)

Definition at line 3115 of file sc_fxnum.hh.

References X86ISA::os, and sc_dt::sc_fxnum::print().

◆ operator<<() [66/68]

const sc_fxval_fast sc_dt::operator<< ( const sc_fxnum_fast a,
int  b 
)
inline

◆ operator<<() [67/68]

sc_signed sc_dt::operator<< ( const sc_signed u,
const sc_unsigned v 
)

◆ operator<<() [68/68]

inline ::std::ostream& sc_dt::operator<< ( ::std::ostream &  os,
const sc_fxnum_fast a 
)

Definition at line 4057 of file sc_fxnum.hh.

References X86ISA::os, and sc_dt::sc_fxnum_fast::print().

◆ operator<=() [1/47]

bool sc_dt::operator<= ( const sc_uint_base a,
const sc_uint_base b 
)
inline

Definition at line 763 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::m_val.

◆ operator<=() [2/47]

bool sc_dt::operator<= ( const sc_int_base a,
const sc_int_base b 
)
inline

Definition at line 824 of file sc_int_base.hh.

References sc_dt::sc_int_base::m_val.

◆ operator<=() [3/47]

bool sc_dt::operator<= ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator<=() [4/47]

bool sc_dt::operator<= ( const sc_unsigned u,
int64  v 
)

◆ operator<=() [5/47]

bool sc_dt::operator<= ( const sc_unsigned u,
uint64  v 
)

◆ operator<=() [6/47]

bool sc_dt::operator<= ( const sc_unsigned u,
long  v 
)

◆ operator<=() [7/47]

bool sc_dt::operator<= ( const sc_unsigned u,
unsigned long  v 
)

◆ operator<=() [8/47]

bool sc_dt::operator<= ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1811 of file sc_unsigned.hh.

References operator<=().

◆ operator<=() [9/47]

bool sc_dt::operator<= ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1816 of file sc_unsigned.hh.

References operator<=().

◆ operator<=() [10/47]

bool sc_dt::operator<= ( int64  u,
const sc_unsigned v 
)

◆ operator<=() [11/47]

bool sc_dt::operator<= ( uint64  u,
const sc_unsigned v 
)

◆ operator<=() [12/47]

bool sc_dt::operator<= ( long  u,
const sc_unsigned v 
)

◆ operator<=() [13/47]

bool sc_dt::operator<= ( unsigned long  u,
const sc_unsigned v 
)

◆ operator<=() [14/47]

bool sc_dt::operator<= ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1826 of file sc_unsigned.hh.

References operator<=().

◆ operator<=() [15/47]

bool sc_dt::operator<= ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1831 of file sc_unsigned.hh.

References operator<=(), and operator>().

◆ operator<=() [16/47]

bool sc_dt::operator<= ( const sc_signed u,
const sc_signed v 
)

◆ operator<=() [17/47]

bool sc_dt::operator<= ( const sc_signed u,
int64  v 
)

◆ operator<=() [18/47]

bool sc_dt::operator<= ( const sc_signed u,
uint64  v 
)

◆ operator<=() [19/47]

bool sc_dt::operator<= ( const sc_signed u,
long  v 
)

◆ operator<=() [20/47]

bool sc_dt::operator<= ( const sc_signed u,
unsigned long  v 
)

◆ operator<=() [21/47]

bool sc_dt::operator<= ( const sc_signed u,
int  v 
)
inline

Definition at line 2138 of file sc_signed.hh.

References operator<=().

◆ operator<=() [22/47]

bool sc_dt::operator<= ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 2143 of file sc_signed.hh.

References operator<=().

◆ operator<=() [23/47]

bool sc_dt::operator<= ( int64  u,
const sc_signed v 
)

◆ operator<=() [24/47]

bool sc_dt::operator<= ( uint64  u,
const sc_signed v 
)

◆ operator<=() [25/47]

bool sc_dt::operator<= ( long  u,
const sc_signed v 
)

◆ operator<=() [26/47]

bool sc_dt::operator<= ( unsigned long  u,
const sc_signed v 
)

◆ operator<=() [27/47]

bool sc_dt::operator<= ( int  u,
const sc_signed v 
)
inline

Definition at line 2153 of file sc_signed.hh.

References operator<=().

◆ operator<=() [28/47]

bool sc_dt::operator<= ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 2158 of file sc_signed.hh.

References operator<=(), and operator>().

◆ operator<=() [29/47]

bool sc_dt::operator<= ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 695 of file sc_unsigned.cc.

References operator<=().

◆ operator<=() [30/47]

bool sc_dt::operator<= ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 700 of file sc_unsigned.cc.

References operator<=().

◆ operator<=() [31/47]

bool sc_dt::operator<= ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 912 of file sc_unsigned.cc.

References operator<=().

◆ operator<=() [32/47]

bool sc_dt::operator<= ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 917 of file sc_unsigned.cc.

References operator<=().

◆ operator<=() [33/47]

bool sc_dt::operator<= ( const sc_signed u,
const sc_int_base v 
)

Definition at line 918 of file sc_signed.cc.

References operator<=().

Referenced by operator<(), and operator<=().

◆ operator<=() [34/47]

bool sc_dt::operator<= ( const sc_int_base u,
const sc_signed v 
)

Definition at line 924 of file sc_signed.cc.

References operator<=().

◆ operator<=() [35/47]

bool sc_dt::operator<= ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1197 of file sc_signed.cc.

References operator<=().

◆ operator<=() [36/47]

bool sc_dt::operator<= ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1203 of file sc_signed.cc.

References operator<=().

◆ operator<=() [37/47]

bool sc_dt::operator<= ( const CLASS_TYPE u,
const CLASS_TYPE v 
)

Definition at line 1732 of file sc_signed.cc.

◆ operator<=() [38/47]

bool sc_dt::operator<= ( const CLASS_TYPE u,
int64  v 
)

Definition at line 1739 of file sc_signed.cc.

◆ operator<=() [39/47]

bool sc_dt::operator<= ( int64  u,
const CLASS_TYPE v 
)

Definition at line 1746 of file sc_signed.cc.

◆ operator<=() [40/47]

bool sc_dt::operator<= ( const CLASS_TYPE u,
uint64  v 
)

Definition at line 1753 of file sc_signed.cc.

◆ operator<=() [41/47]

bool sc_dt::operator<= ( uint64  u,
const CLASS_TYPE v 
)

Definition at line 1760 of file sc_signed.cc.

◆ operator<=() [42/47]

bool sc_dt::operator<= ( const CLASS_TYPE u,
long  v 
)

Definition at line 1767 of file sc_signed.cc.

◆ operator<=() [43/47]

bool sc_dt::operator<= ( long  u,
const CLASS_TYPE v 
)

Definition at line 1774 of file sc_signed.cc.

◆ operator<=() [44/47]

bool sc_dt::operator<= ( const CLASS_TYPE u,
unsigned long  v 
)

Definition at line 1781 of file sc_signed.cc.

◆ operator<=() [45/47]

bool sc_dt::operator<= ( unsigned long  u,
const CLASS_TYPE v 
)

Definition at line 1788 of file sc_signed.cc.

Referenced by operator<=().

◆ operator<=() [46/47]

bool sc_dt::operator<= ( const sc_unsigned u,
const sc_signed v 
)

Definition at line 2044 of file sc_unsigned.cc.

◆ operator<=() [47/47]

bool sc_dt::operator<= ( const sc_signed u,
const sc_unsigned v 
)

Definition at line 2051 of file sc_unsigned.cc.

Referenced by operator<=().

◆ operator==() [1/45]

bool sc_dt::operator== ( const sc_length_param a,
const sc_length_param b 
)
inline

Definition at line 156 of file sc_length_param.hh.

References sc_dt::sc_length_param::m_len.

◆ operator==() [2/45]

bool sc_dt::operator== ( const sc_uint_base a,
const sc_uint_base b 
)
inline

Definition at line 748 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::m_val.

◆ operator==() [3/45]

bool sc_dt::operator== ( const sc_int_base a,
const sc_int_base b 
)
inline

Definition at line 806 of file sc_int_base.hh.

References sc_dt::sc_int_base::m_val.

◆ operator==() [4/45]

bool sc_dt::operator== ( const sc_fxcast_switch a,
const sc_fxcast_switch b 
)
inline

Definition at line 139 of file sc_fxcast_switch.hh.

References sc_dt::sc_fxcast_switch::m_sw.

◆ operator==() [5/45]

template<class T1 , class T2 >
bool sc_dt::operator== ( const sc_bitref_r< T1 > &  a,
const sc_bitref_r< T2 > &  b 
)
inline

Definition at line 1719 of file sc_bit_proxies.hh.

References sc_dt::sc_bitref_r< T >::value().

◆ operator==() [6/45]

bool sc_dt::operator== ( const sc_fxtype_params a,
const sc_fxtype_params b 
)
inline

◆ operator==() [7/45]

bool sc_dt::operator== ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 266 of file sc_bit.hh.

References sc_dt::sc_bit::m_val.

◆ operator==() [8/45]

bool sc_dt::operator== ( const sc_logic a,
const sc_logic b 
)
inline

Definition at line 333 of file sc_logic.hh.

◆ operator==() [9/45]

bool sc_dt::operator== ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1691 of file sc_unsigned.hh.

References operator==().

◆ operator==() [10/45]

bool sc_dt::operator== ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1696 of file sc_unsigned.hh.

References operator==().

◆ operator==() [11/45]

bool sc_dt::operator== ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1706 of file sc_unsigned.hh.

References operator==().

◆ operator==() [12/45]

bool sc_dt::operator== ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1711 of file sc_unsigned.hh.

References operator!=(), and operator==().

◆ operator==() [13/45]

bool sc_dt::operator== ( const sc_signed u,
int  v 
)
inline

Definition at line 2024 of file sc_signed.hh.

References operator==().

◆ operator==() [14/45]

bool sc_dt::operator== ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 2029 of file sc_signed.hh.

References operator==().

◆ operator==() [15/45]

bool sc_dt::operator== ( int  u,
const sc_signed v 
)
inline

Definition at line 2039 of file sc_signed.hh.

References operator==().

◆ operator==() [16/45]

bool sc_dt::operator== ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 2044 of file sc_signed.hh.

References operator!=(), and operator==().

◆ operator==() [17/45]

bool sc_dt::operator== ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 662 of file sc_unsigned.cc.

References operator==().

◆ operator==() [18/45]

bool sc_dt::operator== ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 667 of file sc_unsigned.cc.

References operator==().

◆ operator==() [19/45]

template<class X , class Y >
bool sc_dt::operator== ( const sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

Definition at line 692 of file sc_lv_base.hh.

References sc_dt::sc_proxy< X >::back_cast(), ArmISA::i, X86ISA::X, and RiscvISA::x.

◆ operator==() [20/45]

bool sc_dt::operator== ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 879 of file sc_unsigned.cc.

References operator==().

◆ operator==() [21/45]

bool sc_dt::operator== ( const sc_signed u,
const sc_int_base v 
)

◆ operator==() [22/45]

bool sc_dt::operator== ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 884 of file sc_unsigned.cc.

References operator==().

◆ operator==() [23/45]

bool sc_dt::operator== ( const sc_int_base u,
const sc_signed v 
)

Definition at line 885 of file sc_signed.cc.

References operator==().

◆ operator==() [24/45]

bool sc_dt::operator== ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1158 of file sc_signed.cc.

References operator==().

◆ operator==() [25/45]

bool sc_dt::operator== ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1164 of file sc_signed.cc.

References operator==().

◆ operator==() [26/45]

bool sc_dt::operator== ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator==() [27/45]

bool sc_dt::operator== ( const sc_unsigned u,
const sc_signed v 
)

◆ operator==() [28/45]

bool sc_dt::operator== ( const sc_signed u,
const sc_unsigned v 
)

◆ operator==() [29/45]

bool sc_dt::operator== ( const sc_unsigned u,
int64  v 
)

◆ operator==() [30/45]

bool sc_dt::operator== ( int64  u,
const sc_unsigned v 
)

◆ operator==() [31/45]

bool sc_dt::operator== ( const sc_unsigned u,
uint64  v 
)

◆ operator==() [32/45]

bool sc_dt::operator== ( uint64  u,
const sc_unsigned v 
)

◆ operator==() [33/45]

bool sc_dt::operator== ( const sc_unsigned u,
long  v 
)

◆ operator==() [34/45]

bool sc_dt::operator== ( long  u,
const sc_unsigned v 
)

◆ operator==() [35/45]

bool sc_dt::operator== ( const sc_unsigned u,
unsigned long  v 
)

◆ operator==() [36/45]

bool sc_dt::operator== ( unsigned long  u,
const sc_unsigned v 
)

◆ operator==() [37/45]

bool sc_dt::operator== ( const sc_signed u,
const sc_signed v 
)

◆ operator==() [38/45]

bool sc_dt::operator== ( const sc_signed u,
int64  v 
)

◆ operator==() [39/45]

bool sc_dt::operator== ( int64  u,
const sc_signed v 
)

◆ operator==() [40/45]

bool sc_dt::operator== ( const sc_signed u,
uint64  v 
)

◆ operator==() [41/45]

bool sc_dt::operator== ( uint64  u,
const sc_signed v 
)

◆ operator==() [42/45]

bool sc_dt::operator== ( const sc_signed u,
long  v 
)

◆ operator==() [43/45]

bool sc_dt::operator== ( long  u,
const sc_signed v 
)

◆ operator==() [44/45]

bool sc_dt::operator== ( const sc_signed u,
unsigned long  v 
)

◆ operator==() [45/45]

bool sc_dt::operator== ( unsigned long  u,
const sc_signed v 
)

◆ operator>() [1/47]

bool sc_dt::operator> ( const sc_uint_base a,
const sc_uint_base b 
)
inline

Definition at line 768 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::m_val.

◆ operator>() [2/47]

bool sc_dt::operator> ( const sc_int_base a,
const sc_int_base b 
)
inline

Definition at line 830 of file sc_int_base.hh.

References sc_dt::sc_int_base::m_val.

◆ operator>() [3/47]

bool sc_dt::operator> ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator>() [4/47]

bool sc_dt::operator> ( const sc_unsigned u,
int64  v 
)

◆ operator>() [5/47]

bool sc_dt::operator> ( const sc_unsigned u,
uint64  v 
)

◆ operator>() [6/47]

bool sc_dt::operator> ( const sc_unsigned u,
long  v 
)

◆ operator>() [7/47]

bool sc_dt::operator> ( const sc_unsigned u,
unsigned long  v 
)

◆ operator>() [8/47]

bool sc_dt::operator> ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1851 of file sc_unsigned.hh.

References operator>().

◆ operator>() [9/47]

bool sc_dt::operator> ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1856 of file sc_unsigned.hh.

References operator>().

◆ operator>() [10/47]

bool sc_dt::operator> ( int64  u,
const sc_unsigned v 
)

◆ operator>() [11/47]

bool sc_dt::operator> ( uint64  u,
const sc_unsigned v 
)

◆ operator>() [12/47]

bool sc_dt::operator> ( long  u,
const sc_unsigned v 
)

◆ operator>() [13/47]

bool sc_dt::operator> ( unsigned long  u,
const sc_unsigned v 
)

◆ operator>() [14/47]

bool sc_dt::operator> ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1866 of file sc_unsigned.hh.

References operator>().

◆ operator>() [15/47]

bool sc_dt::operator> ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1871 of file sc_unsigned.hh.

References operator>(), and operator>=().

◆ operator>() [16/47]

bool sc_dt::operator> ( const sc_signed u,
const sc_signed v 
)

◆ operator>() [17/47]

bool sc_dt::operator> ( const sc_signed u,
int64  v 
)

◆ operator>() [18/47]

bool sc_dt::operator> ( const sc_signed u,
uint64  v 
)

◆ operator>() [19/47]

bool sc_dt::operator> ( const sc_signed u,
long  v 
)

◆ operator>() [20/47]

bool sc_dt::operator> ( const sc_signed u,
unsigned long  v 
)

◆ operator>() [21/47]

bool sc_dt::operator> ( const sc_signed u,
int  v 
)
inline

Definition at line 2178 of file sc_signed.hh.

References operator>().

◆ operator>() [22/47]

bool sc_dt::operator> ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 2183 of file sc_signed.hh.

References operator>().

◆ operator>() [23/47]

bool sc_dt::operator> ( int64  u,
const sc_signed v 
)

◆ operator>() [24/47]

bool sc_dt::operator> ( uint64  u,
const sc_signed v 
)

◆ operator>() [25/47]

bool sc_dt::operator> ( long  u,
const sc_signed v 
)

◆ operator>() [26/47]

bool sc_dt::operator> ( unsigned long  u,
const sc_signed v 
)

◆ operator>() [27/47]

bool sc_dt::operator> ( int  u,
const sc_signed v 
)
inline

Definition at line 2193 of file sc_signed.hh.

References operator>().

◆ operator>() [28/47]

bool sc_dt::operator> ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 2198 of file sc_signed.hh.

References operator>(), and operator>=().

◆ operator>() [29/47]

bool sc_dt::operator> ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 706 of file sc_unsigned.cc.

References operator>().

◆ operator>() [30/47]

bool sc_dt::operator> ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 711 of file sc_unsigned.cc.

References operator>().

◆ operator>() [31/47]

bool sc_dt::operator> ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 923 of file sc_unsigned.cc.

References operator>().

◆ operator>() [32/47]

bool sc_dt::operator> ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 928 of file sc_unsigned.cc.

References operator>().

◆ operator>() [33/47]

bool sc_dt::operator> ( const sc_signed u,
const sc_int_base v 
)

Definition at line 931 of file sc_signed.cc.

References operator>().

Referenced by operator<=(), and operator>().

◆ operator>() [34/47]

bool sc_dt::operator> ( const sc_int_base u,
const sc_signed v 
)

Definition at line 937 of file sc_signed.cc.

References operator>().

◆ operator>() [35/47]

bool sc_dt::operator> ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1210 of file sc_signed.cc.

References operator>().

◆ operator>() [36/47]

bool sc_dt::operator> ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1216 of file sc_signed.cc.

References operator>().

◆ operator>() [37/47]

bool sc_dt::operator> ( const CLASS_TYPE u,
const CLASS_TYPE v 
)

Definition at line 1799 of file sc_signed.cc.

◆ operator>() [38/47]

bool sc_dt::operator> ( const CLASS_TYPE u,
int64  v 
)

Definition at line 1806 of file sc_signed.cc.

◆ operator>() [39/47]

bool sc_dt::operator> ( int64  u,
const CLASS_TYPE v 
)

Definition at line 1813 of file sc_signed.cc.

References CONVERT_LONG, SC_ZERO, and sc_dt::sc_unsigned::sgn.

◆ operator>() [40/47]

bool sc_dt::operator> ( const CLASS_TYPE u,
uint64  v 
)

Definition at line 1820 of file sc_signed.cc.

◆ operator>() [41/47]

bool sc_dt::operator> ( uint64  u,
const CLASS_TYPE v 
)

Definition at line 1827 of file sc_signed.cc.

◆ operator>() [42/47]

bool sc_dt::operator> ( const CLASS_TYPE u,
long  v 
)

Definition at line 1834 of file sc_signed.cc.

◆ operator>() [43/47]

bool sc_dt::operator> ( long  u,
const CLASS_TYPE v 
)

Definition at line 1841 of file sc_signed.cc.

◆ operator>() [44/47]

bool sc_dt::operator> ( const CLASS_TYPE u,
unsigned long  v 
)

Definition at line 1848 of file sc_signed.cc.

◆ operator>() [45/47]

bool sc_dt::operator> ( unsigned long  u,
const CLASS_TYPE v 
)

Definition at line 1855 of file sc_signed.cc.

Referenced by operator>().

◆ operator>() [46/47]

bool sc_dt::operator> ( const sc_unsigned u,
const sc_signed v 
)

Definition at line 2064 of file sc_unsigned.cc.

◆ operator>() [47/47]

bool sc_dt::operator> ( const sc_signed u,
const sc_unsigned v 
)

Definition at line 2071 of file sc_unsigned.cc.

Referenced by operator>().

◆ operator>=() [1/47]

bool sc_dt::operator>= ( const sc_uint_base a,
const sc_uint_base b 
)
inline

Definition at line 773 of file sc_uint_base.hh.

References ArmISA::i, and sc_dt::sc_uint_base::m_val.

◆ operator>=() [2/47]

bool sc_dt::operator>= ( const sc_int_base a,
const sc_int_base b 
)
inline

Definition at line 836 of file sc_int_base.hh.

References ArmISA::i, and sc_dt::sc_int_base::m_val.

◆ operator>=() [3/47]

bool sc_dt::operator>= ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator>=() [4/47]

bool sc_dt::operator>= ( const sc_unsigned u,
int64  v 
)

◆ operator>=() [5/47]

bool sc_dt::operator>= ( const sc_unsigned u,
uint64  v 
)

◆ operator>=() [6/47]

bool sc_dt::operator>= ( const sc_unsigned u,
long  v 
)

◆ operator>=() [7/47]

bool sc_dt::operator>= ( const sc_unsigned u,
unsigned long  v 
)

◆ operator>=() [8/47]

bool sc_dt::operator>= ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1891 of file sc_unsigned.hh.

References operator>=().

◆ operator>=() [9/47]

bool sc_dt::operator>= ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1896 of file sc_unsigned.hh.

References operator>=().

◆ operator>=() [10/47]

bool sc_dt::operator>= ( int64  u,
const sc_unsigned v 
)

◆ operator>=() [11/47]

bool sc_dt::operator>= ( uint64  u,
const sc_unsigned v 
)

◆ operator>=() [12/47]

bool sc_dt::operator>= ( long  u,
const sc_unsigned v 
)

◆ operator>=() [13/47]

bool sc_dt::operator>= ( unsigned long  u,
const sc_unsigned v 
)

◆ operator>=() [14/47]

bool sc_dt::operator>= ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1906 of file sc_unsigned.hh.

References operator>=().

◆ operator>=() [15/47]

bool sc_dt::operator>= ( unsigned int  u,
const sc_unsigned v 
)
inline

◆ operator>=() [16/47]

bool sc_dt::operator>= ( const sc_signed u,
const sc_signed v 
)

◆ operator>=() [17/47]

bool sc_dt::operator>= ( const sc_signed u,
int64  v 
)

◆ operator>=() [18/47]

bool sc_dt::operator>= ( const sc_signed u,
uint64  v 
)

◆ operator>=() [19/47]

bool sc_dt::operator>= ( const sc_signed u,
long  v 
)

◆ operator>=() [20/47]

bool sc_dt::operator>= ( const sc_signed u,
unsigned long  v 
)

◆ operator>=() [21/47]

bool sc_dt::operator>= ( const sc_signed u,
int  v 
)
inline

Definition at line 2218 of file sc_signed.hh.

References operator>=().

◆ operator>=() [22/47]

bool sc_dt::operator>= ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 2223 of file sc_signed.hh.

References operator>=().

◆ operator>=() [23/47]

bool sc_dt::operator>= ( int64  u,
const sc_signed v 
)

◆ operator>=() [24/47]

bool sc_dt::operator>= ( uint64  u,
const sc_signed v 
)

◆ operator>=() [25/47]

bool sc_dt::operator>= ( long  u,
const sc_signed v 
)

◆ operator>=() [26/47]

bool sc_dt::operator>= ( unsigned long  u,
const sc_signed v 
)

◆ operator>=() [27/47]

bool sc_dt::operator>= ( int  u,
const sc_signed v 
)
inline

Definition at line 2233 of file sc_signed.hh.

References operator>=().

◆ operator>=() [28/47]

bool sc_dt::operator>= ( unsigned int  u,
const sc_signed v 
)
inline

◆ operator>=() [29/47]

bool sc_dt::operator>= ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 717 of file sc_unsigned.cc.

References operator>=().

◆ operator>=() [30/47]

bool sc_dt::operator>= ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 722 of file sc_unsigned.cc.

References operator>=().

◆ operator>=() [31/47]

bool sc_dt::operator>= ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 934 of file sc_unsigned.cc.

References operator>=().

◆ operator>=() [32/47]

bool sc_dt::operator>= ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 939 of file sc_unsigned.cc.

References operator>=().

◆ operator>=() [33/47]

bool sc_dt::operator>= ( const sc_signed u,
const sc_int_base v 
)

Definition at line 944 of file sc_signed.cc.

References operator>=().

Referenced by operator>(), and operator>=().

◆ operator>=() [34/47]

bool sc_dt::operator>= ( const sc_int_base u,
const sc_signed v 
)

Definition at line 950 of file sc_signed.cc.

References operator>=().

◆ operator>=() [35/47]

bool sc_dt::operator>= ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1223 of file sc_signed.cc.

References operator>=().

◆ operator>=() [36/47]

bool sc_dt::operator>= ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1229 of file sc_signed.cc.

References operator>=().

◆ operator>=() [37/47]

bool sc_dt::operator>= ( const CLASS_TYPE u,
const CLASS_TYPE v 
)

Definition at line 1866 of file sc_signed.cc.

◆ operator>=() [38/47]

bool sc_dt::operator>= ( const CLASS_TYPE u,
int64  v 
)

Definition at line 1873 of file sc_signed.cc.

◆ operator>=() [39/47]

bool sc_dt::operator>= ( int64  u,
const CLASS_TYPE v 
)

Definition at line 1880 of file sc_signed.cc.

References CONVERT_LONG, and sc_dt::sc_unsigned::sgn.

◆ operator>=() [40/47]

bool sc_dt::operator>= ( const CLASS_TYPE u,
uint64  v 
)

Definition at line 1887 of file sc_signed.cc.

◆ operator>=() [41/47]

bool sc_dt::operator>= ( uint64  u,
const CLASS_TYPE v 
)

Definition at line 1894 of file sc_signed.cc.

◆ operator>=() [42/47]

bool sc_dt::operator>= ( const CLASS_TYPE u,
long  v 
)

Definition at line 1901 of file sc_signed.cc.

◆ operator>=() [43/47]

bool sc_dt::operator>= ( long  u,
const CLASS_TYPE v 
)

Definition at line 1908 of file sc_signed.cc.

◆ operator>=() [44/47]

bool sc_dt::operator>= ( const CLASS_TYPE u,
unsigned long  v 
)

Definition at line 1915 of file sc_signed.cc.

◆ operator>=() [45/47]

bool sc_dt::operator>= ( unsigned long  u,
const CLASS_TYPE v 
)

Definition at line 1922 of file sc_signed.cc.

Referenced by operator>=().

◆ operator>=() [46/47]

bool sc_dt::operator>= ( const sc_unsigned u,
const sc_signed v 
)

Definition at line 2084 of file sc_unsigned.cc.

◆ operator>=() [47/47]

bool sc_dt::operator>= ( const sc_signed u,
const sc_unsigned v 
)

Definition at line 2091 of file sc_unsigned.cc.

Referenced by operator>=().

◆ operator>>() [1/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_uint_bitref a 
)
inline

Definition at line 959 of file sc_uint_base.hh.

References MipsISA::is, and sc_dt::sc_uint_bitref::scan().

◆ operator>>() [2/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_int_bitref a 
)
inline

Definition at line 1046 of file sc_int_base.hh.

References MipsISA::is, and sc_dt::sc_int_bitref::scan().

◆ operator>>() [3/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_logic a 
)

Definition at line 360 of file sc_logic.hh.

References MipsISA::is, and sc_dt::sc_logic::scan().

◆ operator>>() [4/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_bit a 
)

Definition at line 373 of file sc_bit.hh.

References MipsISA::is, and sc_dt::sc_bit::scan().

◆ operator>>() [5/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator>>() [6/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
int64  v 
)

◆ operator>>() [7/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
uint64  v 
)

◆ operator>>() [8/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
long  v 
)

◆ operator>>() [9/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
unsigned long  v 
)

◆ operator>>() [10/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1647 of file sc_unsigned.hh.

References operator>>().

◆ operator>>() [11/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1652 of file sc_unsigned.hh.

References operator>>().

◆ operator>>() [12/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_uint_subref a 
)
inline

Definition at line 1123 of file sc_uint_base.hh.

References MipsISA::is, and sc_dt::sc_uint_subref::scan().

◆ operator>>() [13/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_int_subref a 
)
inline

Definition at line 1237 of file sc_int_base.hh.

References MipsISA::is, and sc_dt::sc_int_subref::scan().

◆ operator>>() [14/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
const sc_signed v 
)

◆ operator>>() [15/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
int64  v 
)

◆ operator>>() [16/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
uint64  v 
)

◆ operator>>() [17/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
long  v 
)

◆ operator>>() [18/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
unsigned long  v 
)

◆ operator>>() [19/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
int  v 
)
inline

Definition at line 1975 of file sc_signed.hh.

References operator>>().

◆ operator>>() [20/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1980 of file sc_signed.hh.

References operator>>().

◆ operator>>() [21/65]

const sc_unsigned sc_dt::operator>> ( const sc_concatref target,
uint64  shift 
)
inline

Definition at line 504 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator>>() [22/65]

const sc_unsigned sc_dt::operator>> ( const sc_concatref target,
int64  shift 
)
inline

Definition at line 510 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator>>() [23/65]

const sc_unsigned sc_dt::operator>> ( const sc_concatref target,
unsigned long  shift 
)
inline

Definition at line 516 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator>>() [24/65]

const sc_unsigned sc_dt::operator>> ( const sc_concatref target,
int  shift 
)
inline

Definition at line 522 of file sc_concatref.hh.

References ArmISA::shift, and sc_dt::sc_concatref::value().

◆ operator>>() [25/65]

const sc_unsigned sc_dt::operator>> ( const sc_concatref target,
unsigned int  shift 
)
inline

Definition at line 528 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator>>() [26/65]

const sc_unsigned sc_dt::operator>> ( const sc_concatref target,
long  shift 
)
inline

Definition at line 534 of file sc_concatref.hh.

References sc_dt::sc_concatref::value().

◆ operator>>() [27/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_concatref a 
)

◆ operator>>() [28/65]

template<class T >
::std::istream& sc_dt::operator>> ( ::std::istream &  ,
sc_bitref< T >   
)

◆ operator>>() [29/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
const sc_int_base v 
)

Definition at line 651 of file sc_unsigned.cc.

References operator>>().

◆ operator>>() [30/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_unsigned_bitref a 
)
inline

Definition at line 2060 of file sc_unsigned.hh.

References MipsISA::is, and sc_dt::sc_unsigned_bitref::scan().

◆ operator>>() [31/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_signed_bitref a 
)
inline

Definition at line 2359 of file sc_signed.hh.

References MipsISA::is, and sc_dt::sc_signed_bitref::scan().

◆ operator>>() [32/65]

const sc_fxval sc_dt::operator>> ( const sc_fxval a,
int  b 
)
inline

◆ operator>>() [33/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_uint_base a 
)
inline

Definition at line 1250 of file sc_uint_base.hh.

References MipsISA::is, and sc_dt::sc_uint_base::scan().

◆ operator>>() [34/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
const sc_int_base v 
)

◆ operator>>() [35/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 868 of file sc_unsigned.cc.

References operator>>().

◆ operator>>() [36/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_unsigned_subref a 
)
inline

Definition at line 2145 of file sc_unsigned.hh.

References MipsISA::is, and sc_dt::sc_unsigned_subref::scan().

◆ operator>>() [37/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_int_base a 
)
inline

Definition at line 1378 of file sc_int_base.hh.

References MipsISA::is, and sc_dt::sc_int_base::scan().

◆ operator>>() [38/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_signed_subref a 
)
inline

Definition at line 2451 of file sc_signed.hh.

References MipsISA::is, and sc_dt::sc_signed_subref::scan().

◆ operator>>() [39/65]

template<class T >
inline ::std::istream& sc_dt::operator>> ( ::std::istream &  ,
sc_subref< T >   
)

◆ operator>>() [40/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1145 of file sc_signed.cc.

References operator>>().

◆ operator>>() [41/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_fxval a 
)

Definition at line 1294 of file sc_fxval.hh.

References MipsISA::is, and sc_dt::sc_fxval::scan().

◆ operator>>() [42/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_fxnum_bitref a 
)

Definition at line 1384 of file sc_fxnum.hh.

References MipsISA::is, and sc_dt::sc_fxnum_bitref::scan().

◆ operator>>() [43/65]

template<class X >
inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_proxy< X > &  a 
)

Definition at line 1387 of file sc_proxy.hh.

References MipsISA::is, and sc_dt::sc_proxy< X >::scan().

◆ operator>>() [44/65]

template<class T1 , class T2 >
inline ::std::istream& sc_dt::operator>> ( ::std::istream &  ,
sc_concref< T1, T2 >   
)

◆ operator>>() [45/65]

const sc_fxval_fast sc_dt::operator>> ( const sc_fxval_fast a,
int  b 
)
inline

◆ operator>>() [46/65]

CLASS_TYPE sc_dt::operator>> ( const CLASS_TYPE u,
const CLASS_TYPE v 
)

Definition at line 1508 of file sc_signed.cc.

◆ operator>>() [47/65]

CLASS_TYPE sc_dt::operator>> ( const CLASS_TYPE u,
int64  v 
)

Definition at line 1547 of file sc_signed.cc.

◆ operator>>() [48/65]

CLASS_TYPE sc_dt::operator>> ( const CLASS_TYPE u,
uint64  v 
)

Definition at line 1556 of file sc_signed.cc.

◆ operator>>() [49/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_fxnum_fast_bitref a 
)

Definition at line 1577 of file sc_fxnum.hh.

References MipsISA::is, and sc_dt::sc_fxnum_fast_bitref::scan().

◆ operator>>() [50/65]

CLASS_TYPE sc_dt::operator>> ( const CLASS_TYPE u,
long  v 
)

Definition at line 1582 of file sc_signed.cc.

◆ operator>>() [51/65]

CLASS_TYPE sc_dt::operator>> ( const CLASS_TYPE u,
unsigned long  v 
)

Definition at line 1591 of file sc_signed.cc.

Referenced by operator>>().

◆ operator>>() [52/65]

sc_unsigned sc_dt::operator>> ( const sc_unsigned u,
const sc_signed v 
)

Definition at line 1706 of file sc_unsigned.cc.

References SC_NEG, SC_ZERO, sc_dt::sc_signed::sgn, and sc_dt::sc_signed::to_long().

Referenced by operator>>().

◆ operator>>() [53/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_fxnum_subref a 
)

Definition at line 1864 of file sc_fxnum.hh.

References MipsISA::is, and sc_dt::sc_fxnum_subref::scan().

◆ operator>>() [54/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_fxval_fast a 
)

Definition at line 1932 of file sc_fxval.hh.

References MipsISA::is, and sc_dt::sc_fxval_fast::scan().

◆ operator>>() [55/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_unsigned a 
)
inline

Definition at line 2187 of file sc_unsigned.hh.

References MipsISA::is, and sc_dt::sc_unsigned::scan().

◆ operator>>() [56/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_fxnum_fast_subref a 
)

Definition at line 2156 of file sc_fxnum.hh.

References MipsISA::is, and sc_dt::sc_fxnum_fast_subref::scan().

◆ operator>>() [57/65]

template<class X >
inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_bitref< X >  a 
)

Definition at line 2184 of file sc_bit_proxies.hh.

References MipsISA::is, and sc_dt::sc_bitref< X >::scan().

◆ operator>>() [58/65]

std::istream & sc_dt::operator>> ( ::std::istream &  is,
sc_signed a 
)
inline

Definition at line 2496 of file sc_signed.hh.

References MipsISA::is, and sc_dt::sc_signed::scan().

◆ operator>>() [59/65]

const sc_fxval sc_dt::operator>> ( const sc_fxnum a,
int  b 
)
inline

◆ operator>>() [60/65]

template<class X >
inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_subref< X >  a 
)

Definition at line 2631 of file sc_bit_proxies.hh.

References MipsISA::is, and sc_dt::sc_subref< X >::scan().

◆ operator>>() [61/65]

template<class X , class Y >
inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_concref< X, Y >  a 
)

Definition at line 3119 of file sc_bit_proxies.hh.

References MipsISA::is, and sc_dt::sc_concref< X, Y >::scan().

◆ operator>>() [62/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_fxnum a 
)

Definition at line 3122 of file sc_fxnum.hh.

References MipsISA::is, and sc_dt::sc_fxnum::scan().

◆ operator>>() [63/65]

const sc_fxval_fast sc_dt::operator>> ( const sc_fxnum_fast a,
int  b 
)
inline

◆ operator>>() [64/65]

sc_signed sc_dt::operator>> ( const sc_signed u,
const sc_unsigned v 
)

◆ operator>>() [65/65]

inline ::std::istream& sc_dt::operator>> ( ::std::istream &  is,
sc_fxnum_fast a 
)

Definition at line 4064 of file sc_fxnum.hh.

References MipsISA::is, and sc_dt::sc_fxnum_fast::scan().

◆ operator^() [1/40]

template<class T1 , class T2 >
sc_logic sc_dt::operator^ ( const sc_bitref_r< T1 > &  a,
const sc_bitref_r< T2 > &  b 
)
inline

◆ operator^() [2/40]

const sc_logic sc_dt::operator^ ( const sc_logic a,
const sc_logic b 
)
inline

◆ operator^() [3/40]

const sc_bit sc_dt::operator^ ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 318 of file sc_bit.hh.

References DEFN_BIN_FUN, sc_dt::sc_bit::m_val, and sc_dt::sc_bit::sc_bit().

◆ operator^() [4/40]

sc_unsigned sc_dt::operator^ ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1551 of file sc_unsigned.hh.

References operator^().

◆ operator^() [5/40]

sc_unsigned sc_dt::operator^ ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1562 of file sc_unsigned.hh.

References operator^(), and operator^=().

◆ operator^() [6/40]

sc_signed sc_dt::operator^ ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1851 of file sc_signed.hh.

References operator^().

◆ operator^() [7/40]

sc_signed sc_dt::operator^ ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1859 of file sc_signed.hh.

References operator^().

◆ operator^() [8/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
int  v 
)
inline

Definition at line 1870 of file sc_signed.hh.

References operator^().

◆ operator^() [9/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1875 of file sc_signed.hh.

References operator^().

◆ operator^() [10/40]

sc_signed sc_dt::operator^ ( int  u,
const sc_signed v 
)
inline

Definition at line 1885 of file sc_signed.hh.

References operator^().

◆ operator^() [11/40]

sc_signed sc_dt::operator^ ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 1890 of file sc_signed.hh.

References operator^(), and operator^=().

◆ operator^() [12/40]

template<class X , class Y >
const sc_lv_base sc_dt::operator^ ( const sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

Definition at line 540 of file sc_lv_base.hh.

References ArmISA::a, and sc_dt::sc_proxy< X >::back_cast().

◆ operator^() [13/40]

sc_signed sc_dt::operator^ ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator^() [14/40]

sc_signed sc_dt::operator^ ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 828 of file sc_signed.cc.

References operator^().

◆ operator^() [15/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
const sc_int_base v 
)

Definition at line 834 of file sc_signed.cc.

References operator^().

◆ operator^() [16/40]

sc_signed sc_dt::operator^ ( const sc_int_base u,
const sc_signed v 
)

Definition at line 840 of file sc_signed.cc.

References operator^().

◆ operator^() [17/40]

sc_unsigned sc_dt::operator^ ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 841 of file sc_unsigned.cc.

References operator^().

◆ operator^() [18/40]

sc_unsigned sc_dt::operator^ ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 846 of file sc_unsigned.cc.

References operator^().

◆ operator^() [19/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1113 of file sc_signed.cc.

References operator^().

◆ operator^() [20/40]

sc_signed sc_dt::operator^ ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1119 of file sc_signed.cc.

References operator^().

◆ operator^() [21/40]

sc_unsigned sc_dt::operator^ ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator^() [22/40]

sc_unsigned sc_dt::operator^ ( const sc_unsigned u,
uint64  v 
)

◆ operator^() [23/40]

sc_unsigned sc_dt::operator^ ( uint64  u,
const sc_unsigned v 
)

◆ operator^() [24/40]

sc_unsigned sc_dt::operator^ ( const sc_unsigned u,
unsigned long  v 
)

◆ operator^() [25/40]

sc_unsigned sc_dt::operator^ ( unsigned long  u,
const sc_unsigned v 
)

◆ operator^() [26/40]

sc_signed sc_dt::operator^ ( const sc_unsigned u,
const sc_signed v 
)

◆ operator^() [27/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
const sc_unsigned v 
)

◆ operator^() [28/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
const sc_signed v 
)

◆ operator^() [29/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
int64  v 
)

◆ operator^() [30/40]

sc_signed sc_dt::operator^ ( int64  u,
const sc_signed v 
)

◆ operator^() [31/40]

sc_signed sc_dt::operator^ ( const sc_unsigned u,
int64  v 
)

◆ operator^() [32/40]

sc_signed sc_dt::operator^ ( int64  u,
const sc_unsigned v 
)

◆ operator^() [33/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
uint64  v 
)

◆ operator^() [34/40]

sc_signed sc_dt::operator^ ( uint64  u,
const sc_signed v 
)

◆ operator^() [35/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
long  v 
)

◆ operator^() [36/40]

sc_signed sc_dt::operator^ ( long  u,
const sc_signed v 
)

◆ operator^() [37/40]

sc_signed sc_dt::operator^ ( const sc_unsigned u,
long  v 
)

◆ operator^() [38/40]

sc_signed sc_dt::operator^ ( long  u,
const sc_unsigned v 
)

◆ operator^() [39/40]

sc_signed sc_dt::operator^ ( const sc_signed u,
unsigned long  v 
)

◆ operator^() [40/40]

sc_signed sc_dt::operator^ ( unsigned long  u,
const sc_signed v 
)

◆ operator^=()

template<class X , class Y >
X & sc_dt::operator^= ( sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

◆ operator|() [1/40]

template<class T1 , class T2 >
sc_logic sc_dt::operator| ( const sc_bitref_r< T1 > &  a,
const sc_bitref_r< T2 > &  b 
)
inline

◆ operator|() [2/40]

const sc_logic sc_dt::operator| ( const sc_logic a,
const sc_logic b 
)
inline

◆ operator|() [3/40]

const sc_bit sc_dt::operator| ( const sc_bit a,
const sc_bit b 
)
inline

Definition at line 312 of file sc_bit.hh.

References sc_dt::sc_bit::m_val, and sc_dt::sc_bit::sc_bit().

◆ operator|() [4/40]

sc_unsigned sc_dt::operator| ( const sc_unsigned u,
unsigned int  v 
)
inline

Definition at line 1502 of file sc_unsigned.hh.

References operator|().

◆ operator|() [5/40]

sc_unsigned sc_dt::operator| ( unsigned int  u,
const sc_unsigned v 
)
inline

Definition at line 1513 of file sc_unsigned.hh.

References operator|(), and operator|=().

◆ operator|() [6/40]

sc_signed sc_dt::operator| ( const sc_unsigned u,
int  v 
)
inline

Definition at line 1774 of file sc_signed.hh.

References operator|().

◆ operator|() [7/40]

sc_signed sc_dt::operator| ( int  u,
const sc_unsigned v 
)
inline

Definition at line 1782 of file sc_signed.hh.

References operator|().

◆ operator|() [8/40]

sc_signed sc_dt::operator| ( const sc_signed u,
int  v 
)
inline

Definition at line 1793 of file sc_signed.hh.

References operator|().

◆ operator|() [9/40]

sc_signed sc_dt::operator| ( const sc_signed u,
unsigned int  v 
)
inline

Definition at line 1798 of file sc_signed.hh.

References operator|().

◆ operator|() [10/40]

sc_signed sc_dt::operator| ( int  u,
const sc_signed v 
)
inline

Definition at line 1808 of file sc_signed.hh.

References operator|().

◆ operator|() [11/40]

sc_signed sc_dt::operator| ( unsigned int  u,
const sc_signed v 
)
inline

Definition at line 1813 of file sc_signed.hh.

References operator|(), and operator|=().

◆ operator|() [12/40]

template<class X , class Y >
const sc_lv_base sc_dt::operator| ( const sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

Definition at line 449 of file sc_lv_base.hh.

References ArmISA::a, and sc_dt::sc_proxy< X >::back_cast().

◆ operator|() [13/40]

sc_signed sc_dt::operator| ( const sc_unsigned u,
const sc_int_base v 
)

◆ operator|() [14/40]

sc_signed sc_dt::operator| ( const sc_int_base u,
const sc_unsigned v 
)

Definition at line 797 of file sc_signed.cc.

References sc_core::operator|().

◆ operator|() [15/40]

sc_signed sc_dt::operator| ( const sc_signed u,
const sc_int_base v 
)

Definition at line 803 of file sc_signed.cc.

References sc_core::operator|().

◆ operator|() [16/40]

sc_signed sc_dt::operator| ( const sc_int_base u,
const sc_signed v 
)

Definition at line 809 of file sc_signed.cc.

References sc_core::operator|().

◆ operator|() [17/40]

sc_unsigned sc_dt::operator| ( const sc_unsigned u,
const sc_uint_base v 
)

Definition at line 825 of file sc_unsigned.cc.

References sc_core::operator|().

◆ operator|() [18/40]

sc_unsigned sc_dt::operator| ( const sc_uint_base u,
const sc_unsigned v 
)

Definition at line 830 of file sc_unsigned.cc.

References sc_core::operator|().

◆ operator|() [19/40]

sc_signed sc_dt::operator| ( const sc_signed u,
const sc_uint_base v 
)

Definition at line 1094 of file sc_signed.cc.

References sc_core::operator|().

◆ operator|() [20/40]

sc_signed sc_dt::operator| ( const sc_uint_base u,
const sc_signed v 
)

Definition at line 1100 of file sc_signed.cc.

References sc_core::operator|().

◆ operator|() [21/40]

sc_unsigned sc_dt::operator| ( const sc_unsigned u,
const sc_unsigned v 
)

◆ operator|() [22/40]

sc_unsigned sc_dt::operator| ( const sc_unsigned u,
uint64  v 
)

◆ operator|() [23/40]

sc_unsigned sc_dt::operator| ( uint64  u,
const sc_unsigned v 
)

◆ operator|() [24/40]

sc_unsigned sc_dt::operator| ( const sc_unsigned u,
unsigned long  v 
)

◆ operator|() [25/40]

sc_unsigned sc_dt::operator| ( unsigned long  u,
const sc_unsigned v 
)

◆ operator|() [26/40]

sc_signed sc_dt::operator| ( const sc_unsigned u,
const sc_signed v 
)

◆ operator|() [27/40]

sc_signed sc_dt::operator| ( const sc_signed u,
const sc_unsigned v 
)

◆ operator|() [28/40]

sc_signed sc_dt::operator| ( const sc_signed u,
const sc_signed v 
)

◆ operator|() [29/40]

sc_signed sc_dt::operator| ( const sc_signed u,
int64  v 
)

◆ operator|() [30/40]

sc_signed sc_dt::operator| ( int64  u,
const sc_signed v 
)

◆ operator|() [31/40]

sc_signed sc_dt::operator| ( const sc_unsigned u,
int64  v 
)

◆ operator|() [32/40]

sc_signed sc_dt::operator| ( int64  u,
const sc_unsigned v 
)

◆ operator|() [33/40]

sc_signed sc_dt::operator| ( const sc_signed u,
uint64  v 
)

◆ operator|() [34/40]

sc_signed sc_dt::operator| ( uint64  u,
const sc_signed v 
)

◆ operator|() [35/40]

sc_signed sc_dt::operator| ( const sc_signed u,
long  v 
)

◆ operator|() [36/40]

sc_signed sc_dt::operator| ( long  u,
const sc_signed v 
)

◆ operator|() [37/40]

sc_signed sc_dt::operator| ( const sc_unsigned u,
long  v 
)

◆ operator|() [38/40]

sc_signed sc_dt::operator| ( long  u,
const sc_unsigned v 
)

◆ operator|() [39/40]

sc_signed sc_dt::operator| ( const sc_signed u,
unsigned long  v 
)

◆ operator|() [40/40]

sc_signed sc_dt::operator| ( unsigned long  u,
const sc_signed v 
)

◆ operator|=()

template<class X , class Y >
X & sc_dt::operator|= ( sc_proxy< X > &  px,
const sc_proxy< Y > &  py 
)
inline

◆ operator~() [1/4]

const sc_bit sc_dt::operator~ ( const sc_bit a)
inline

Definition at line 295 of file sc_bit.hh.

References sc_dt::sc_bit::sc_bit().

◆ operator~() [2/4]

sc_unsigned sc_dt::operator~ ( const sc_unsigned u)

◆ operator~() [3/4]

sc_signed sc_dt::operator~ ( const sc_signed u)

◆ operator~() [4/4]

CLASS_TYPE sc_dt::operator~ ( const CLASS_TYPE u)

◆ OR_HELPER()

CLASS_TYPE sc_dt::OR_HELPER ( small_type  us,
int  unb,
int  und,
const sc_digit ud,
small_type  vs,
int  vnb,
int  vnd,
const sc_digit vd 
)

Definition at line 386 of file sc_signed.cc.

◆ or_on_help()

void sc_dt::or_on_help ( small_type  us,
int  ,
int  und,
sc_digit ud,
small_type  vs,
int  ,
int  vnd,
const sc_digit vd 
)

Definition at line 587 of file sc_nbexterns.cc.

References BITS_PER_DIGIT, DIGIT_MASK, mul_signs(), ArmISA::s, and RiscvISA::x.

◆ or_reduce() [1/6]

bool sc_dt::or_reduce ( const sc_concatref a)
inline

Definition at line 455 of file sc_concatref.hh.

References sc_dt::sc_concatref::or_reduce().

◆ or_reduce() [2/6]

bool sc_dt::or_reduce ( const sc_uint_subref_r a)
inline

Definition at line 1073 of file sc_uint_base.hh.

References sc_dt::sc_uint_subref_r::or_reduce().

◆ or_reduce() [3/6]

bool sc_dt::or_reduce ( const sc_int_subref_r a)
inline

Definition at line 1180 of file sc_int_base.hh.

References sc_dt::sc_int_subref_r::or_reduce().

◆ or_reduce() [4/6]

bool sc_dt::or_reduce ( const sc_uint_base a)
inline

Definition at line 1222 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::or_reduce().

◆ or_reduce() [5/6]

bool sc_dt::or_reduce ( const sc_int_base a)
inline

Definition at line 1345 of file sc_int_base.hh.

References sc_dt::sc_int_base::or_reduce().

◆ or_reduce() [6/6]

template<class X >
sc_proxy<X>::value_type sc_dt::or_reduce ( const sc_proxy< X > &  a)
inline

◆ or_signed_friend()

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 
)

Referenced by operator>=(), and operator|().

◆ or_unsigned_friend()

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 
)

Referenced by operator>=(), and operator|().

◆ overflow()

static void sc_dt::overflow ( double &  c,
const scfx_params params,
bool &  o_flag 
)
static

◆ overflow_scfx_rep()

scfx_rep* sc_dt::overflow_scfx_rep ( const scfx_rep a,
const scfx_params params,
bool &  o_flag 
)
inline

◆ parse_binary_bits()

void sc_dt::parse_binary_bits ( const char *  src_p,
int  dst_n,
sc_digit data_p,
sc_digit ctrl_p 
)

Definition at line 256 of file sc_nbutils.cc.

References BITS_PER_DIGIT, data, sc_core::SC_ID_CONVERSION_FAILED_, and SC_REPORT_ERROR.

Referenced by operator<<().

◆ parse_hex_bits()

void sc_dt::parse_hex_bits ( const char *  src_p,
int  dst_n,
sc_digit data_p,
sc_digit ctrl_p 
)

Definition at line 385 of file sc_nbutils.cc.

References BITS_PER_DIGIT, data, sc_core::SC_ID_CONVERSION_FAILED_, and SC_REPORT_ERROR.

Referenced by operator<<().

◆ print_dec() [1/2]

static void sc_dt::print_dec ( scfx_string s,
scfx_ieee_double  id,
int  w_prefix,
sc_fmt  fmt 
)
static

◆ print_dec() [2/2]

void sc_dt::print_dec ( scfx_string s,
const scfx_rep num,
int  w_prefix,
sc_fmt  fmt 
)

◆ print_other() [1/2]

static void sc_dt::print_other ( scfx_string s,
const scfx_ieee_double id,
sc_numrep  numrep,
int  w_prefix,
sc_fmt  fmt,
const scfx_params params 
)
static

◆ print_other() [2/2]

void sc_dt::print_other ( scfx_string s,
const scfx_rep a,
sc_numrep  numrep,
int  w_prefix,
sc_fmt  fmt,
const scfx_params params 
)

◆ quantization()

static void sc_dt::quantization ( double &  c,
const scfx_params params,
bool &  q_flag 
)
static

◆ quantization_scfx_rep()

scfx_rep* sc_dt::quantization_scfx_rep ( const scfx_rep a,
const scfx_params params,
bool &  q_flag 
)
inline

◆ reverse()

template<class X >
const sc_lv_base sc_dt::reverse ( const sc_proxy< X > &  x)
inline

◆ rrotate()

template<class X >
const sc_lv_base sc_dt::rrotate ( const sc_proxy< X > &  x,
int  n 
)
inline

◆ rsh_scfx_rep()

scfx_rep * sc_dt::rsh_scfx_rep ( const scfx_rep a,
int  b 
)
inline

Definition at line 363 of file scfx_rep.hh.

References ArmISA::c, sc_dt::scfx_rep::rshift(), and sc_dt::scfx_rep::scfx_rep().

Referenced by operator>>(), and rshift().

◆ rshift() [1/6]

void sc_dt::rshift ( sc_fxval c,
const sc_fxval a,
int  b 
)
inline

◆ rshift() [2/6]

void sc_dt::rshift ( sc_fxval_fast c,
const sc_fxval_fast a,
int  b 
)
inline

◆ rshift() [3/6]

void sc_dt::rshift ( sc_fxval c,
const sc_fxnum a,
int  b 
)
inline

◆ rshift() [4/6]

void sc_dt::rshift ( sc_fxnum c,
const sc_fxnum a,
int  b 
)
inline

◆ rshift() [5/6]

void sc_dt::rshift ( sc_fxval_fast c,
const sc_fxnum_fast a,
int  b 
)
inline

◆ rshift() [6/6]

void sc_dt::rshift ( sc_fxnum_fast c,
const sc_fxnum_fast a,
int  b 
)
inline

◆ safe_set()

void sc_dt::safe_set ( int  i,
bool  v,
sc_digit d 
)
inline

◆ sc_abs()

template<class T >
const T sc_dt::sc_abs ( const T &  a)

Definition at line 38 of file functions.hh.

References ArmISA::a, ArmISA::c, and ArmISA::z.

◆ sc_deprecated_sc_bit()

void sc_dt::sc_deprecated_sc_bit ( )

Definition at line 119 of file sc_bit.cc.

References sc_core::SC_ID_IEEE_1666_DEPRECATION_, and SC_REPORT_INFO.

Referenced by sc_dt::sc_bit::sc_bit().

◆ sc_int_concref_invalid_length()

void sc_dt::sc_int_concref_invalid_length ( int  length)

◆ sc_io_base()

sc_numrep sc_dt::sc_io_base ( ::std::ostream &  os,
sc_numrep  def_base 
)
inline

◆ sc_io_show_base()

bool sc_dt::sc_io_show_base ( ::std::ostream &  os)
inline

◆ sc_max()

template<class T >
const T sc_dt::sc_max ( const T &  a,
const T &  b 
)

◆ sc_min()

template<class T >
const T sc_dt::sc_min ( const T &  a,
const T &  b 
)

◆ sc_proxy_out_of_bounds()

void sc_dt::sc_proxy_out_of_bounds ( const char *  msg,
int64  val 
)

◆ sc_uint_concref_invalid_length()

void sc_dt::sc_uint_concref_invalid_length ( int  length)

◆ scfx_csd2tc()

void sc_dt::scfx_csd2tc ( scfx_string csd)

◆ scfx_exp_start()

bool sc_dt::scfx_exp_start ( const char *  s)
inline

Definition at line 252 of file scfx_utils.hh.

References ArmISA::s.

Referenced by sc_dt::scfx_rep::from_string(), and sc_dt::sc_fxval_fast::from_string().

◆ scfx_find_lsb()

int sc_dt::scfx_find_lsb ( unsigned long  x)
inline

◆ scfx_find_msb()

int sc_dt::scfx_find_msb ( unsigned long  x)
inline

◆ scfx_is_digit()

bool sc_dt::scfx_is_digit ( char  c,
sc_numrep  numrep 
)
inline

◆ scfx_is_equal()

bool sc_dt::scfx_is_equal ( const char *  a,
const char *  b 
)
inline

Definition at line 230 of file scfx_utils.hh.

References ArmISA::a, and ArmISA::b.

Referenced by scfx_is_inf(), and scfx_is_nan().

◆ scfx_is_inf()

bool sc_dt::scfx_is_inf ( const char *  s)
inline

Definition at line 246 of file scfx_utils.hh.

References scfx_is_equal().

Referenced by sc_dt::scfx_rep::from_string(), and sc_dt::sc_fxval_fast::from_string().

◆ scfx_is_nan()

bool sc_dt::scfx_is_nan ( const char *  s)
inline

Definition at line 240 of file scfx_utils.hh.

References scfx_is_equal().

Referenced by sc_dt::scfx_rep::from_string(), and sc_dt::sc_fxval_fast::from_string().

◆ scfx_parse_base()

int sc_dt::scfx_parse_base ( const char *&  s)
inline

Definition at line 207 of file scfx_utils.hh.

References X86ISA::base.

◆ scfx_parse_prefix()

sc_numrep sc_dt::scfx_parse_prefix ( const char *&  s)
inline

◆ scfx_parse_sign()

int sc_dt::scfx_parse_sign ( const char *&  s,
bool &  sign_char 
)
inline

Definition at line 111 of file scfx_utils.hh.

References ArmISA::s.

Referenced by sc_dt::scfx_rep::from_string(), and sc_dt::sc_fxval_fast::from_string().

◆ scfx_pow2()

double sc_dt::scfx_pow2 ( int  exp)
inline

◆ scfx_print_exp()

void sc_dt::scfx_print_exp ( scfx_string s,
int  exp 
)
inline

Definition at line 461 of file scfx_utils.hh.

References X86ISA::scale, scfx_csd2tc(), and scfx_tc2csd().

Referenced by print_dec(), and print_other().

◆ scfx_print_inf()

void sc_dt::scfx_print_inf ( scfx_string s,
bool  negative 
)
inline

Definition at line 410 of file scfx_utils.hh.

Referenced by sc_dt::scfx_rep::to_string(), and to_string().

◆ scfx_print_nan()

void sc_dt::scfx_print_nan ( scfx_string s)
inline

Definition at line 408 of file scfx_utils.hh.

Referenced by sc_dt::scfx_rep::to_string(), and to_string().

◆ scfx_print_prefix()

void sc_dt::scfx_print_prefix ( scfx_string s,
sc_numrep  numrep 
)
inline

Definition at line 419 of file scfx_utils.hh.

References SC_BIN, SC_BIN_SM, SC_BIN_US, SC_CSD, SC_DEC, SC_HEX, SC_HEX_SM, SC_HEX_US, SC_OCT, SC_OCT_SM, and SC_OCT_US.

Referenced by print_dec(), and print_other().

◆ scfx_tc2csd()

void sc_dt::scfx_tc2csd ( scfx_string s,
int  w_prefix 
)

Definition at line 54 of file scfx_utils.cc.

References ArmISA::i, ArmISA::j, and SC_ASSERT_.

Referenced by print_other(), and scfx_print_exp().

◆ scfx_to_digit()

int sc_dt::scfx_to_digit ( char  c,
sc_numrep  numrep 
)
inline

◆ set_words_()

template<class X >
void sc_dt::set_words_ ( X &  x,
int  wi,
sc_digit  x_dw,
sc_digit  x_cw 
)
inline

◆ sub_mants()

static int sc_dt::sub_mants ( int  size,
scfx_mant result,
const scfx_mant a,
const scfx_mant b 
)
inlinestatic

Definition at line 1196 of file scfx_rep.cc.

References MipsISA::index, and RiscvISA::x.

Referenced by add_scfx_rep(), and sub_scfx_rep().

◆ sub_scfx_rep()

scfx_rep * sc_dt::sub_scfx_rep ( const scfx_rep lhs,
const scfx_rep rhs,
int  max_wl 
)

◆ sub_signed_friend()

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 
)

Referenced by operator>=().

◆ sub_unsigned_friend()

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 
)

Referenced by operator>=().

◆ sub_with_index()

static int sc_dt::sub_with_index ( scfx_mant a,
int  a_msw,
int  ,
const scfx_mant b,
int  b_msw,
int  b_lsw 
)
inlinestatic

Definition at line 1294 of file scfx_rep.cc.

References sc_dt::scfx_rep::size(), and RiscvISA::x.

Referenced by div_scfx_rep().

◆ to_string() [1/7]

const std::string sc_dt::to_string ( sc_enc  enc)

Definition at line 60 of file sc_fxdefs.cc.

References SC_TC_, and SC_US_.

Referenced by Throttle::addLinks(), sc_dt::sc_fxnum_fast::cast(), TCPIface::connect(), Minor::Decode::Decode(), Stats::DistPrint::DistPrint(), sc_dt::sc_fxcast_switch::dump(), Minor::Execute::Execute(), Minor::Fetch2::Fetch2(), ArmISA::SveElemCountOp::generateDisassembly(), Loader::ElfObject::handleLoadableSegment(), sc_dt::sc_unsigned_subref_r::length(), sc_dt::sc_signed_subref_r::length(), sc_dt::sc_uint_base::long_high(), sc_dt::sc_int_base::long_high(), LSQUnit< Impl >::name(), Stats::VectorPrint::operator()(), sc_dt::sc_unsigned::operator()(), sc_dt::sc_signed::operator()(), operator<<(), Gcn3ISA::opSelectorToRegSym(), sc_gem5::VcdTraceValLogic< T >::output(), Wavefront::popFromReconvergenceStack(), sc_dt::sc_fxcast_switch::print(), sc_dt::sc_uint_subref_r::print(), sc_dt::sc_int_subref_r::print(), sc_dt::sc_proxy< sc_subref_r< X > >::print(), sc_dt::sc_fxval_fast::print(), sc_dt::sc_unsigned_subref_r::print(), sc_dt::sc_uint_base::print(), sc_dt::sc_signed_subref_r::print(), sc_dt::sc_int_base::print(), sc_dt::sc_unsigned::print(), sc_dt::sc_fxnum_fast::print(), sc_dt::sc_signed::print(), SimplePoolManager::printRegion(), QoS::MemSinkCtrl::processNextReqEvent(), MultiCompressor::regStats(), BaseCacheCompressor::BaseCacheCompressorStats::regStats(), SectorTags::SectorTagsStats::regStats(), QoS::MemCtrl::MemCtrlStats::regStats(), BaseSimpleCPU::regStats(), sc_io_show_base(), PhysicalMemory::serializeStore(), Stats::ProxyInfo::str(), Stats::ConstNode< T >::str(), Stats::ConstVectorNode< T >::str(), ArmISA::sveDisasmPredCountImm(), Trace::TarmacContext::tarmacCpuName(), TEST(), sc_dt::sc_fxval_fast::to_bin(), sc_dt::sc_fxnum_fast::to_bin(), sc_dt::sc_fxval_fast::to_dec(), sc_dt::sc_fxnum_fast::to_dec(), sc_dt::sc_fxval_fast::to_hex(), sc_dt::sc_fxnum_fast::to_hex(), sc_dt::sc_fxval_fast::to_oct(), sc_dt::sc_fxnum_fast::to_oct(), sc_dt::sc_fxcast_switch::to_string(), sc_dt::sc_proxy< sc_subref_r< X > >::to_string(), sc_dt::sc_fxval_fast::to_string(), sc_dt::sc_fxnum_fast::to_string(), MathExpr::Node::toStr(), Trace::TarmacTracerRecord::TraceRegEntry::updateFloat(), Trace::TarmacTracerRecordV8::TraceRegEntryV8::updateInt(), Trace::TarmacTracerRecord::TraceRegEntry::updateInt(), Trace::TarmacTracerRecordV8::TraceRegEntryV8::updatePred(), Trace::TarmacTracerRecordV8::TraceRegEntryV8::updateVec(), sc_dt::sc_uint_subref_r::value(), sc_dt::sc_int_subref_r::value(), Stats::Text::visit(), and sc_dt::sc_proxy< sc_subref_r< X > >::xnor_reduce().

◆ to_string() [2/7]

const std::string sc_dt::to_string ( sc_q_mode  q_mode)

Definition at line 79 of file sc_fxdefs.cc.

References SC_RND, SC_RND_CONV, SC_RND_INF, SC_RND_MIN_INF, SC_RND_ZERO, SC_TRN, and SC_TRN_ZERO.

◆ to_string() [3/7]

const std::string sc_dt::to_string ( sc_numrep  numrep)

◆ to_string() [4/7]

const std::string sc_dt::to_string ( sc_o_mode  o_mode)

Definition at line 108 of file sc_fxdefs.cc.

References SC_SAT, SC_SAT_SYM, SC_SAT_ZERO, SC_WRAP, and SC_WRAP_SM.

◆ to_string() [5/7]

const std::string sc_dt::to_string ( sc_switch  sw)

Definition at line 134 of file sc_fxdefs.cc.

References SC_OFF, and SC_ON.

◆ to_string() [6/7]

const std::string sc_dt::to_string ( sc_fmt  fmt)

Definition at line 154 of file sc_fxdefs.cc.

References SC_E, and SC_F.

◆ to_string() [7/7]

const char * sc_dt::to_string ( const scfx_ieee_double id,
sc_numrep  numrep,
int  w_prefix,
sc_fmt  fmt,
const scfx_params params = 0 
)

◆ trim()

void sc_dt::trim ( small_type  added,
int  nb,
int  nd,
sc_digit d 
)
inline

Definition at line 588 of file sc_nbutils.hh.

References bit_ord(), one_and_ones(), and sc_assert.

Referenced by compare_unsigned(), and convert_SM_to_2C_trimmed().

◆ trim_signed()

void sc_dt::trim_signed ( int  nb,
int  nd,
sc_digit d 
)
inline

Definition at line 625 of file sc_nbutils.hh.

References bit_ord(), one_and_ones(), and sc_assert.

◆ trim_unsigned()

void sc_dt::trim_unsigned ( int  nb,
int  nd,
sc_digit d 
)
inline

Definition at line 700 of file sc_nbutils.hh.

References bit_ord(), one_and_ones(), and sc_assert.

Referenced by convert_unsigned_2C_to_SM(), and sc_dt::sc_unsigned::iszero().

◆ uint64_to_double()

double sc_dt::uint64_to_double ( uint64  a)
inline

Definition at line 598 of file scfx_ieee.hh.

References ArmISA::a, and scfx_pow2().

Referenced by sc_dt::sc_uint_base::to_double().

◆ vec_add()

void sc_dt::vec_add ( int  ulen,
const sc_digit u,
int  vlen,
const sc_digit v,
sc_digit w 
)

Definition at line 622 of file sc_nbutils.cc.

References BITS_PER_DIGIT, DIGIT_MASK, and sc_assert.

Referenced by operator<<().

◆ vec_add_on()

void sc_dt::vec_add_on ( int  ulen,
sc_digit ubegin,
int  vlen,
const sc_digit v 
)

◆ vec_add_on2()

void sc_dt::vec_add_on2 ( int  ulen,
sc_digit ubegin,
int  ,
const sc_digit v 
)

◆ vec_add_small()

void sc_dt::vec_add_small ( int  ulen,
const sc_digit u,
sc_digit  v,
sc_digit w 
)

Definition at line 742 of file sc_nbutils.cc.

References BITS_PER_DIGIT, DIGIT_MASK, and sc_assert.

Referenced by operator<<().

◆ vec_add_small_on()

void sc_dt::vec_add_small_on ( int  ulen,
sc_digit u,
sc_digit  v 
)

◆ vec_cmp()

int sc_dt::vec_cmp ( int  ulen,
const sc_digit u,
int  vlen,
const sc_digit v 
)
inline

◆ vec_complement()

void sc_dt::vec_complement ( int  ulen,
sc_digit u 
)
inline

◆ vec_copy()

void sc_dt::vec_copy ( int  n,
sc_digit u,
const sc_digit v 
)
inline

◆ vec_copy_and_zero()

void sc_dt::vec_copy_and_zero ( int  ulen,
sc_digit u,
int  vlen,
const sc_digit v 
)
inline

Definition at line 398 of file sc_nbutils.hh.

References sc_assert, vec_copy(), and vec_zero().

Referenced by copy_digits_signed(), and copy_digits_unsigned().

◆ vec_div_large()

void sc_dt::vec_div_large ( int  ulen,
const sc_digit u,
int  vlen,
const sc_digit v,
sc_digit w 
)

◆ vec_div_small()

void sc_dt::vec_div_small ( int  ulen,
const sc_digit u,
sc_digit  v,
sc_digit q 
)

◆ vec_find_first_nonzero()

int sc_dt::vec_find_first_nonzero ( int  ulen,
const sc_digit u 
)
inline

Definition at line 324 of file sc_nbutils.hh.

References sc_assert.

Referenced by check_for_zero(), and vec_skip_leading_zeros().

◆ vec_from_char()

void sc_dt::vec_from_char ( int  ulen,
const uchar u,
int  vlen,
sc_digit v 
)

◆ vec_from_str()

small_type sc_dt::vec_from_str ( int  unb,
int  und,
sc_digit u,
const char *  v,
sc_numrep  base 
)

◆ vec_mul()

void sc_dt::vec_mul ( int  ulen,
const sc_digit u,
int  vlen,
const sc_digit vbegin,
sc_digit wbegin 
)

◆ vec_mul_small()

void sc_dt::vec_mul_small ( int  ulen,
const sc_digit u,
sc_digit  v,
sc_digit w 
)

◆ vec_mul_small_on()

void sc_dt::vec_mul_small_on ( int  ulen,
sc_digit u,
sc_digit  v 
)

◆ vec_rem_large()

void sc_dt::vec_rem_large ( int  ulen,
const sc_digit u,
int  vlen,
const sc_digit v,
sc_digit w 
)

◆ vec_rem_on_small()

sc_digit sc_dt::vec_rem_on_small ( int  ulen,
sc_digit u,
sc_digit  v 
)

Definition at line 1487 of file sc_nbutils.cc.

References concat, high_half(), high_half_masked(), low_half(), q_h, MipsISA::r, sc_assert, ArmISA::u, and ArmISA::v.

Referenced by operator<<().

◆ vec_rem_small()

sc_digit sc_dt::vec_rem_small ( int  ulen,
const sc_digit u,
sc_digit  v 
)

◆ vec_reverse()

void sc_dt::vec_reverse ( int  unb,
int  und,
sc_digit ud,
int  l,
int  r 
)

◆ vec_shift_left()

void sc_dt::vec_shift_left ( int  ulen,
sc_digit u,
int  nsl 
)

◆ vec_shift_right()

void sc_dt::vec_shift_right ( int  ulen,
sc_digit u,
int  nsr,
sc_digit  fill 
)

◆ vec_skip_and_cmp()

int sc_dt::vec_skip_and_cmp ( int  ulen,
const sc_digit u,
int  vlen,
const sc_digit v 
)
inline

Definition at line 358 of file sc_nbutils.hh.

References sc_assert, vec_cmp(), and vec_skip_leading_zeros().

Referenced by compare_unsigned(), operator<(), and operator==().

◆ vec_skip_leading_zeros()

int sc_dt::vec_skip_leading_zeros ( int  ulen,
const sc_digit u 
)
inline

◆ vec_sub()

void sc_dt::vec_sub ( int  ulen,
const sc_digit u,
int  vlen,
const sc_digit v,
sc_digit w 
)

Definition at line 802 of file sc_nbutils.cc.

References BITS_PER_DIGIT, DIGIT_MASK, DIGIT_RADIX, and sc_assert.

Referenced by operator<<().

◆ vec_sub_on()

void sc_dt::vec_sub_on ( int  ulen,
sc_digit ubegin,
int  vlen,
const sc_digit v 
)

Definition at line 843 of file sc_nbutils.cc.

References BITS_PER_DIGIT, DIGIT_MASK, DIGIT_RADIX, sc_assert, and ArmISA::u.

Referenced by add_on_help(), and operator<<().

◆ vec_sub_on2()

void sc_dt::vec_sub_on2 ( int  ulen,
sc_digit ubegin,
int  vlen,
const sc_digit v 
)

◆ vec_sub_small()

void sc_dt::vec_sub_small ( int  ulen,
const sc_digit u,
sc_digit  v,
sc_digit w 
)

Definition at line 911 of file sc_nbutils.cc.

References BITS_PER_DIGIT, DIGIT_MASK, DIGIT_RADIX, sc_assert, and ArmISA::v.

Referenced by operator<<().

◆ vec_sub_small_on()

void sc_dt::vec_sub_small_on ( int  ulen,
sc_digit u,
sc_digit  v 
)

Definition at line 944 of file sc_nbutils.cc.

References BITS_PER_DIGIT, DIGIT_MASK, DIGIT_RADIX, ArmISA::i, and sc_assert.

Referenced by operator<<().

◆ vec_to_char()

int sc_dt::vec_to_char ( int  ulen,
const sc_digit u,
int  vlen,
uchar v 
)

◆ vec_zero() [1/2]

void sc_dt::vec_zero ( int  from,
int  ulen,
sc_digit u 
)
inline

◆ vec_zero() [2/2]

void sc_dt::vec_zero ( int  ulen,
sc_digit u 
)
inline

Definition at line 383 of file sc_nbutils.hh.

References vec_zero().

◆ xnor_reduce() [1/6]

bool sc_dt::xnor_reduce ( const sc_concatref a)
inline

Definition at line 458 of file sc_concatref.hh.

References sc_dt::sc_concatref::xnor_reduce().

◆ xnor_reduce() [2/6]

bool sc_dt::xnor_reduce ( const sc_uint_subref_r a)
inline

Definition at line 1088 of file sc_uint_base.hh.

References sc_dt::sc_uint_subref_r::xnor_reduce().

◆ xnor_reduce() [3/6]

bool sc_dt::xnor_reduce ( const sc_int_subref_r a)
inline

Definition at line 1198 of file sc_int_base.hh.

References sc_dt::sc_int_subref_r::xnor_reduce().

◆ xnor_reduce() [4/6]

bool sc_dt::xnor_reduce ( const sc_uint_base a)
inline

Definition at line 1237 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::xnor_reduce().

◆ xnor_reduce() [5/6]

bool sc_dt::xnor_reduce ( const sc_int_base a)
inline

Definition at line 1363 of file sc_int_base.hh.

References sc_dt::sc_int_base::xnor_reduce().

◆ xnor_reduce() [6/6]

template<class X >
sc_proxy<X>::value_type sc_dt::xnor_reduce ( const sc_proxy< X > &  a)
inline

◆ XOR_HELPER()

CLASS_TYPE sc_dt::XOR_HELPER ( small_type  us,
int  unb,
int  und,
const sc_digit ud,
small_type  vs,
int  vnb,
int  vnd,
const sc_digit vd 
)

Definition at line 488 of file sc_signed.cc.

◆ xor_on_help()

void sc_dt::xor_on_help ( small_type  us,
int  ,
int  und,
sc_digit ud,
small_type  vs,
int  ,
int  vnd,
const sc_digit vd 
)

Definition at line 665 of file sc_nbexterns.cc.

References BITS_PER_DIGIT, DIGIT_MASK, mul_signs(), ArmISA::s, and RiscvISA::x.

◆ xor_reduce() [1/6]

bool sc_dt::xor_reduce ( const sc_concatref a)
inline

Definition at line 457 of file sc_concatref.hh.

References sc_dt::sc_concatref::xor_reduce().

◆ xor_reduce() [2/6]

bool sc_dt::xor_reduce ( const sc_uint_subref_r a)
inline

Definition at line 1083 of file sc_uint_base.hh.

References sc_dt::sc_uint_subref_r::xor_reduce().

◆ xor_reduce() [3/6]

bool sc_dt::xor_reduce ( const sc_int_subref_r a)
inline

Definition at line 1192 of file sc_int_base.hh.

References sc_dt::sc_int_subref_r::xor_reduce().

◆ xor_reduce() [4/6]

bool sc_dt::xor_reduce ( const sc_uint_base a)
inline

Definition at line 1232 of file sc_uint_base.hh.

References sc_dt::sc_uint_base::xor_reduce().

◆ xor_reduce() [5/6]

bool sc_dt::xor_reduce ( const sc_int_base a)
inline

Definition at line 1357 of file sc_int_base.hh.

References sc_dt::sc_int_base::xor_reduce().

◆ xor_reduce() [6/6]

template<class X >
sc_proxy<X>::value_type sc_dt::xor_reduce ( const sc_proxy< X > &  a)
inline

◆ xor_signed_friend()

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 
)

Referenced by operator>=(), and operator^().

◆ xor_unsigned_friend()

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 
)

Referenced by operator>=(), and operator^().

Variable Documentation

◆ bits_in_int

const int sc_dt::bits_in_int = sizeof(int) * CHAR_BIT

Definition at line 107 of file scfx_rep.hh.

◆ bits_in_word

const int sc_dt::bits_in_word = sizeof(word) * CHAR_BIT

◆ concat

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, sc_bitref_r< T2 > > sc_dt::concat
inline

◆ ctrl_array

const sc_digit sc_dt::ctrl_array[]
static
Initial value:
= {
SC_DIGIT_ZERO, SC_DIGIT_ZERO, ~SC_DIGIT_ZERO, ~SC_DIGIT_ZERO
}
const sc_digit SC_DIGIT_ZERO
Definition: sc_proxy.hh:100

Definition at line 85 of file sc_lv_base.cc.

◆ data_array

const sc_digit sc_dt::data_array[]
static
Initial value:
= {
}
const sc_digit SC_DIGIT_ZERO
Definition: sc_proxy.hh:100

Definition at line 81 of file sc_lv_base.cc.

◆ free_words

word_list* sc_dt::free_words[32] = { 0 }
static

Definition at line 79 of file scfx_mant.cc.

◆ list

scfx_rep_node* sc_dt::list = 0
static

◆ mantissa0_size

const int sc_dt::mantissa0_size = SCFX_IEEE_DOUBLE_M_SIZE - bits_in_int
static

Definition at line 86 of file scfx_rep.cc.

Referenced by sc_dt::scfx_rep::scfx_rep(), and sc_dt::scfx_rep::to_double().

◆ mask_int

const uint_type sc_dt::mask_int

◆ min_mant

const int sc_dt::min_mant = 4

Definition at line 105 of file scfx_rep.hh.

Referenced by align(), div_scfx_rep(), sc_dt::scfx_rep::from_string(), and multiply().

◆ NB_DEFAULT_BASE

const small_type sc_dt::NB_DEFAULT_BASE = SC_DEC
static

Definition at line 202 of file sc_nbdefs.hh.

Referenced by fsm_move(), get_base_and_sign(), and vec_from_str().

◆ operator,

template<class T1 , class T2 >
sc_concref_r< sc_bitref_r< T1 >, sc_bitref_r< T2 > > sc_dt::operator,
inline

◆ pow10_fx

scfx_pow10 sc_dt::pow10_fx
static

Definition at line 84 of file scfx_rep.cc.

Referenced by sc_dt::scfx_rep::from_string(), and print_dec().

◆ remainder

return sc_dt::remainder

◆ SC_BUILTIN_CAST_SWITCH_

const sc_switch sc_dt::SC_BUILTIN_CAST_SWITCH_ = SC_ON

Definition at line 200 of file sc_fxdefs.hh.

◆ SC_BUILTIN_CTE_WL_

const int sc_dt::SC_BUILTIN_CTE_WL_ = 64

Definition at line 209 of file sc_fxdefs.hh.

◆ SC_BUILTIN_DIV_WL_

const int sc_dt::SC_BUILTIN_DIV_WL_ = 64

Definition at line 208 of file sc_fxdefs.hh.

◆ SC_BUILTIN_IWL_

const int sc_dt::SC_BUILTIN_IWL_ = 32

Definition at line 184 of file sc_fxdefs.hh.

◆ SC_BUILTIN_MAX_WL_

const int sc_dt::SC_BUILTIN_MAX_WL_ = 1024

Definition at line 210 of file sc_fxdefs.hh.

◆ SC_BUILTIN_N_BITS_

const int sc_dt::SC_BUILTIN_N_BITS_ = 0

Definition at line 187 of file sc_fxdefs.hh.

◆ SC_BUILTIN_O_MODE_

const sc_o_mode sc_dt::SC_BUILTIN_O_MODE_ = SC_WRAP

Definition at line 186 of file sc_fxdefs.hh.

◆ SC_BUILTIN_Q_MODE_

const sc_q_mode sc_dt::SC_BUILTIN_Q_MODE_ = SC_TRN

Definition at line 185 of file sc_fxdefs.hh.

◆ SC_BUILTIN_WL_

const int sc_dt::SC_BUILTIN_WL_ = 32

Definition at line 183 of file sc_fxdefs.hh.

◆ SC_DEFAULT_CAST_SWITCH_

const sc_switch sc_dt::SC_DEFAULT_CAST_SWITCH_ = SC_BUILTIN_CAST_SWITCH_

Definition at line 201 of file sc_fxdefs.hh.

◆ SC_DEFAULT_CTE_WL_

const int sc_dt::SC_DEFAULT_CTE_WL_ = SC_BUILTIN_CTE_WL_

Definition at line 222 of file sc_fxdefs.hh.

Referenced by sc_dt::scfx_rep::scfx_rep().

◆ SC_DEFAULT_DIV_WL_

const int sc_dt::SC_DEFAULT_DIV_WL_ = SC_BUILTIN_DIV_WL_

Definition at line 216 of file sc_fxdefs.hh.

◆ SC_DEFAULT_IWL_

const int sc_dt::SC_DEFAULT_IWL_ = SC_BUILTIN_IWL_

Definition at line 190 of file sc_fxdefs.hh.

◆ SC_DEFAULT_MAX_WL_

const int sc_dt::SC_DEFAULT_MAX_WL_ = SC_BUILTIN_MAX_WL_

Definition at line 228 of file sc_fxdefs.hh.

Referenced by sc_dt::scfx_rep::operator=().

◆ SC_DEFAULT_N_BITS_

const int sc_dt::SC_DEFAULT_N_BITS_ = SC_BUILTIN_N_BITS_

Definition at line 193 of file sc_fxdefs.hh.

◆ SC_DEFAULT_O_MODE_

const sc_o_mode sc_dt::SC_DEFAULT_O_MODE_ = SC_BUILTIN_O_MODE_

Definition at line 192 of file sc_fxdefs.hh.

◆ SC_DEFAULT_Q_MODE_

const sc_q_mode sc_dt::SC_DEFAULT_Q_MODE_ = SC_BUILTIN_Q_MODE_

Definition at line 191 of file sc_fxdefs.hh.

◆ SC_DEFAULT_WL_

const int sc_dt::SC_DEFAULT_WL_ = SC_BUILTIN_WL_

Definition at line 189 of file sc_fxdefs.hh.

◆ SC_DIGIT_ONE

const sc_digit sc_dt::SC_DIGIT_ONE = (sc_digit)1

◆ SC_DIGIT_SIZE

const int sc_dt::SC_DIGIT_SIZE = BITS_PER_BYTE * sizeof(sc_digit)

◆ SC_DIGIT_TWO

const sc_digit sc_dt::SC_DIGIT_TWO = (sc_digit)2

◆ SC_DIGIT_ZERO

const sc_digit sc_dt::SC_DIGIT_ZERO = (sc_digit)0

◆ sc_logic_0

const sc_logic sc_dt::sc_logic_0

Definition at line 373 of file sc_logic.hh.

Referenced by sc_dt::sc_logic::scan().

◆ SC_LOGIC_0

const sc_logic sc_dt::SC_LOGIC_0

◆ sc_logic_1

const sc_logic sc_dt::sc_logic_1

Definition at line 374 of file sc_logic.hh.

Referenced by sc_dt::sc_logic::scan().

◆ SC_LOGIC_1

const sc_logic sc_dt::SC_LOGIC_1

◆ sc_logic_X

const sc_logic sc_dt::sc_logic_X

Definition at line 376 of file sc_logic.hh.

Referenced by sc_dt::sc_logic::scan().

◆ SC_LOGIC_X

const sc_logic sc_dt::SC_LOGIC_X

Definition at line 370 of file sc_logic.hh.

Referenced by sc_dt::sc_logic::scan().

◆ sc_logic_Z

const sc_logic sc_dt::sc_logic_Z

Definition at line 375 of file sc_logic.hh.

Referenced by sc_dt::sc_logic::scan().

◆ SC_LOGIC_Z

const sc_logic sc_dt::SC_LOGIC_Z

Definition at line 369 of file sc_logic.hh.

Referenced by sc_dt::sc_logic::scan().

◆ SCFX_IEEE_DOUBLE_BIAS

const unsigned int sc_dt::SCFX_IEEE_DOUBLE_BIAS = 1023U

Definition at line 98 of file scfx_ieee.hh.

Referenced by sc_dt::scfx_ieee_double::exponent().

◆ SCFX_IEEE_DOUBLE_E_MAX

const int sc_dt::SCFX_IEEE_DOUBLE_E_MAX = 1023

Definition at line 100 of file scfx_ieee.hh.

Referenced by sc_dt::scfx_rep::to_double().

◆ SCFX_IEEE_DOUBLE_E_MIN

const int sc_dt::SCFX_IEEE_DOUBLE_E_MIN = -1022

Definition at line 101 of file scfx_ieee.hh.

Referenced by scfx_pow2(), and sc_dt::scfx_rep::to_double().

◆ SCFX_IEEE_DOUBLE_E_SIZE

const unsigned int sc_dt::SCFX_IEEE_DOUBLE_E_SIZE = 11

Definition at line 106 of file scfx_ieee.hh.

◆ SCFX_IEEE_DOUBLE_M0_SIZE

const unsigned int sc_dt::SCFX_IEEE_DOUBLE_M0_SIZE = 20

Definition at line 104 of file scfx_ieee.hh.

◆ SCFX_IEEE_DOUBLE_M1_SIZE

const unsigned int sc_dt::SCFX_IEEE_DOUBLE_M1_SIZE = 32

Definition at line 105 of file scfx_ieee.hh.

◆ SCFX_IEEE_DOUBLE_M_SIZE

const unsigned int sc_dt::SCFX_IEEE_DOUBLE_M_SIZE = 52

Definition at line 103 of file scfx_ieee.hh.

Referenced by sc_dt::scfx_rep::scfx_rep(), and sc_dt::scfx_rep::to_double().

◆ SCFX_IEEE_FLOAT_BIAS

const unsigned int sc_dt::SCFX_IEEE_FLOAT_BIAS = 127U

Definition at line 392 of file scfx_ieee.hh.

Referenced by sc_dt::scfx_ieee_float::exponent().

◆ SCFX_IEEE_FLOAT_E_MAX

const int sc_dt::SCFX_IEEE_FLOAT_E_MAX = 127

Definition at line 394 of file scfx_ieee.hh.

◆ SCFX_IEEE_FLOAT_E_MIN

const int sc_dt::SCFX_IEEE_FLOAT_E_MIN = -126

Definition at line 395 of file scfx_ieee.hh.

◆ SCFX_IEEE_FLOAT_E_SIZE

const unsigned int sc_dt::SCFX_IEEE_FLOAT_E_SIZE = 8

Definition at line 398 of file scfx_ieee.hh.

◆ SCFX_IEEE_FLOAT_M_SIZE

const unsigned int sc_dt::SCFX_IEEE_FLOAT_M_SIZE = 23

Definition at line 397 of file scfx_ieee.hh.

◆ SCFX_POW10_TABLE_SIZE

const int sc_dt::SCFX_POW10_TABLE_SIZE = 32

Definition at line 66 of file scfx_pow10.hh.

Referenced by sc_dt::scfx_pow10::scfx_pow10().

◆ UINT64_32ONES

const uint64 sc_dt::UINT64_32ONES = 0x00000000ffffffffULL
static

◆ UINT64_ONE

const uint64 sc_dt::UINT64_ONE = 1ULL
static

◆ UINT64_ZERO

const uint64 sc_dt::UINT64_ZERO = 0ULL
static

Definition at line 175 of file sc_nbdefs.hh.

◆ UINT_ONE

const uint64 sc_dt::UINT_ONE = UINT64_ONE
static

◆ UINT_ZERO

const uint64 sc_dt::UINT_ZERO = UINT64_ZERO
static

Generated on Thu May 28 2020 16:22:24 for gem5 by doxygen 1.8.13