|
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 ¶ms, bool &q_flag) |
|
static void | overflow (double &c, const scfx_params ¶ms, 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_rep * | add_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_rep * | sub_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_rep * | div_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) |
|
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_base > | operator, (sc_bitref_r< T >, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (const char *, sc_bitref_r< T >) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | operator, (sc_bitref_r< T >, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (const sc_logic &, sc_bitref_r< T >) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | operator, (sc_bitref_r< T >, bool) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (bool, sc_bitref_r< T >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > | concat (sc_bitref_r< T1 >, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > | concat (sc_bitref_r< T1 >, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, T2 > | concat (sc_bitref_r< T1 >, const sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | concat (sc_bitref_r< T >, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (const char *, sc_bitref_r< T >) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | concat (sc_bitref_r< T >, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (const sc_logic &, sc_bitref_r< T >) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | concat (sc_bitref_r< T >, bool) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (bool, sc_bitref_r< T >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_bitref_r< T2 > > | operator, (sc_bitref_r< T1 >, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_bitref_r< T2 > > | operator, (sc_bitref< T1 >, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > | operator, (sc_bitref_r< T1 >, sc_subref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > | operator, (sc_bitref< T1 >, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > | operator, (sc_bitref_r< T1 >, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > | operator, (sc_bitref< T1 >, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, T2 > | operator, (sc_bitref< T1 >, const sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, T2 > | operator, (sc_bitref_r< T1 >, sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | operator, (sc_bitref< T >, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (const char *, sc_bitref< T >) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | operator, (sc_bitref< T >, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (const sc_logic &, sc_bitref< T >) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | operator, (sc_bitref< T >, bool) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | operator, (bool, sc_bitref< T >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_bitref_r< T2 > > | concat (sc_bitref_r< T1 >, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_bitref_r< T2 > > | concat (sc_bitref< T1 >, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > | concat (sc_bitref_r< T1 >, sc_subref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, sc_subref_r< T2 > > | concat (sc_bitref< T1 >, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > | concat (sc_bitref_r< T1 >, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_bitref_r< T1 >, sc_concref_r< T2, T3 > > | concat (sc_bitref< T1 >, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, T2 > | concat (sc_bitref< T1 >, const sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bitref_r< T1 >, T2 > | concat (sc_bitref_r< T1 >, sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | concat (sc_bitref< T >, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (const char *, sc_bitref< T >) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | concat (sc_bitref< T >, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (const sc_logic &, sc_bitref< T >) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_lv_base > | concat (sc_bitref< T >, bool) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_bitref_r< T > > | concat (bool, sc_bitref< T >) |
|
template<class T1 , class T2 > |
sc_concref< sc_bitref< T1 >, sc_bitref< T2 > > | operator, (sc_bitref< T1 >, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref< sc_bitref< T1 >, sc_subref< T2 > > | operator, (sc_bitref< T1 >, sc_subref< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_bitref< T1 >, sc_concref< T2, T3 > > | operator, (sc_bitref< T1 >, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref< sc_bitref< T1 >, T2 > | operator, (sc_bitref< T1 >, sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref< sc_bitref< T1 >, sc_bitref< T2 > > | concat (sc_bitref< T1 >, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref< sc_bitref< T1 >, sc_subref< T2 > > | concat (sc_bitref< T1 >, sc_subref< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_bitref< T1 >, sc_concref< T2, T3 > > | concat (sc_bitref< T1 >, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref< sc_bitref< T1 >, T2 > | concat (sc_bitref< T1 >, sc_proxy< T2 > &) |
|
template<class T > |
::std::istream & | operator>> (::std::istream &, sc_bitref< T >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > | operator, (sc_subref_r< T1 >, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > | operator, (sc_subref_r< T1 >, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > | operator, (sc_subref_r< T1 >, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, T2 > | operator, (sc_subref_r< T1 >, const sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_lv_base > | operator, (sc_subref_r< T >, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | operator, (const char *, sc_subref_r< T >) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_lv_base > | operator, (sc_subref_r< T >, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | operator, (const sc_logic &, sc_subref_r< T >) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_bv_base > | operator, (sc_subref_r< T >, bool) |
|
template<class T > |
sc_concref_r< sc_bv_base, sc_subref_r< T > > | operator, (bool, sc_subref_r< T >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > | concat (sc_subref_r< T1 >, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > | concat (sc_subref_r< T1 >, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > | concat (sc_subref_r< T1 >, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, T2 > | concat (sc_subref_r< T1 >, const sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_lv_base > | concat (sc_subref_r< T >, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | concat (const char *, sc_subref_r< T >) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_lv_base > | concat (sc_subref_r< T >, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | concat (const sc_logic &, sc_subref_r< T >) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_bv_base > | concat (sc_subref_r< T >, bool) |
|
template<class T > |
sc_concref_r< sc_bv_base, sc_subref_r< T > > | concat (bool, sc_subref_r< T >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > | operator, (sc_subref_r< T1 >, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > | operator, (sc_subref< T1 >, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > | operator, (sc_subref_r< T1 >, sc_subref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > | operator, (sc_subref< T1 >, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > | operator, (sc_subref_r< T1 >, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > | operator, (sc_subref< T1 >, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, T2 > | operator, (sc_subref< T1 >, const sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, T2 > | operator, (sc_subref_r< T1 >, sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_lv_base > | operator, (sc_subref< T >, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | operator, (const char *, sc_subref< T >) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_lv_base > | operator, (sc_subref< T >, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | operator, (const sc_logic &, sc_subref< T >) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_bv_base > | operator, (sc_subref< T >, bool) |
|
template<class T > |
sc_concref_r< sc_bv_base, sc_subref_r< T > > | operator, (bool, sc_subref< T >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > | concat (sc_subref_r< T1 >, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_bitref_r< T2 > > | concat (sc_subref< T1 >, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > | concat (sc_subref_r< T1 >, sc_subref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, sc_subref_r< T2 > > | concat (sc_subref< T1 >, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > | concat (sc_subref_r< T1 >, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_subref_r< T1 >, sc_concref_r< T2, T3 > > | concat (sc_subref< T1 >, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, T2 > | concat (sc_subref< T1 >, const sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_subref_r< T1 >, T2 > | concat (sc_subref_r< T1 >, sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_lv_base > | concat (sc_subref< T >, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | concat (const char *, sc_subref< T >) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_lv_base > | concat (sc_subref< T >, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, sc_subref_r< T > > | concat (const sc_logic &, sc_subref< T >) |
|
template<class T > |
sc_concref_r< sc_subref_r< T >, sc_bv_base > | concat (sc_subref< T >, bool) |
|
template<class T > |
sc_concref_r< sc_bv_base, sc_subref_r< T > > | concat (bool, sc_subref< T >) |
|
template<class T1 , class T2 > |
sc_concref< sc_subref< T1 >, sc_bitref< T2 > > | operator, (sc_subref< T1 >, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref< sc_subref< T1 >, sc_subref< T2 > > | operator, (sc_subref< T1 >, sc_subref< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_subref< T1 >, sc_concref< T2, T3 > > | operator, (sc_subref< T1 >, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref< sc_subref< T1 >, T2 > | operator, (sc_subref< T1 >, sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref< sc_subref< T1 >, sc_bitref< T2 > > | concat (sc_subref< T1 >, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref< sc_subref< T1 >, sc_subref< T2 > > | concat (sc_subref< T1 >, sc_subref< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_subref< T1 >, sc_concref< T2, T3 > > | concat (sc_subref< T1 >, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref< sc_subref< T1 >, T2 > | concat (sc_subref< T1 >, sc_proxy< T2 > &) |
|
template<class T > |
inline ::std::istream & | operator>> (::std::istream &, sc_subref< T >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | operator, (sc_concref_r< T1, T2 >, sc_bitref_r< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | operator, (sc_concref_r< T1, T2 >, sc_subref_r< T3 >) |
|
template<class T1 , class T2 , class T3 , class T4 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | operator, (sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | operator, (sc_concref_r< T1, T2 >, const sc_proxy< T3 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | operator, (sc_concref_r< T1, T2 >, const char *) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | operator, (const char *, sc_concref_r< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | operator, (sc_concref_r< T1, T2 >, const sc_logic &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | operator, (const sc_logic &, sc_concref_r< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > | operator, (sc_concref_r< T1, T2 >, bool) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > | operator, (bool, sc_concref_r< T1, T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | concat (sc_concref_r< T1, T2 >, sc_bitref_r< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | concat (sc_concref_r< T1, T2 >, sc_subref_r< T3 >) |
|
template<class T1 , class T2 , class T3 , class T4 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | concat (sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | concat (sc_concref_r< T1, T2 >, const sc_proxy< T3 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | concat (sc_concref_r< T1, T2 >, const char *) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | concat (const char *, sc_concref_r< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | concat (sc_concref_r< T1, T2 >, const sc_logic &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | concat (const sc_logic &, sc_concref_r< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > | concat (sc_concref_r< T1, T2 >, bool) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > | concat (bool, sc_concref_r< T1, T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | operator, (sc_concref_r< T1, T2 >, sc_bitref< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | operator, (sc_concref< T1, T2 >, sc_bitref_r< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | operator, (sc_concref_r< T1, T2 >, sc_subref< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | operator, (sc_concref< T1, T2 >, sc_subref_r< T3 >) |
|
template<class T1 , class T2 , class T3 , class T4 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | operator, (sc_concref_r< T1, T2 >, sc_concref< T3, T4 >) |
|
template<class T1 , class T2 , class T3 , class T4 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | operator, (sc_concref< T1, T2 >, sc_concref_r< T3, T4 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | operator, (sc_concref< T1, T2 >, const sc_proxy< T3 > &) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | operator, (sc_concref_r< T1, T2 >, sc_proxy< T3 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | operator, (sc_concref< T1, T2 >, const char *) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | operator, (const char *, sc_concref< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | operator, (sc_concref< T1, T2 >, const sc_logic &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | operator, (const sc_logic &, sc_concref< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > | operator, (sc_concref< T1, T2 >, bool) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > | operator, (bool, sc_concref< T1, T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | concat (sc_concref_r< T1, T2 >, sc_bitref< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bitref_r< T3 > > | concat (sc_concref< T1, T2 >, sc_bitref_r< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | concat (sc_concref_r< T1, T2 >, sc_subref< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_subref_r< T3 > > | concat (sc_concref< T1, T2 >, sc_subref_r< T3 >) |
|
template<class T1 , class T2 , class T3 , class T4 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | concat (sc_concref_r< T1, T2 >, sc_concref< T3, T4 >) |
|
template<class T1 , class T2 , class T3 , class T4 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_concref_r< T3, T4 > > | concat (sc_concref< T1, T2 >, sc_concref_r< T3, T4 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | concat (sc_concref< T1, T2 >, const sc_proxy< T3 > &) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< sc_concref_r< T1, T2 >, T3 > | concat (sc_concref_r< T1, T2 >, sc_proxy< T3 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | concat (sc_concref< T1, T2 >, const char *) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | concat (const char *, sc_concref< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_lv_base > | concat (sc_concref< T1, T2 >, const sc_logic &) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_lv_base, sc_concref_r< T1, T2 > > | concat (const sc_logic &, sc_concref< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_concref_r< T1, T2 >, sc_bv_base > | concat (sc_concref< T1, T2 >, bool) |
|
template<class T1 , class T2 > |
sc_concref_r< sc_bv_base, sc_concref_r< T1, T2 > > | concat (bool, sc_concref< T1, T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_concref< T1, T2 >, sc_bitref< T3 > > | operator, (sc_concref< T1, T2 >, sc_bitref< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_concref< T1, T2 >, sc_subref< T3 > > | operator, (sc_concref< T1, T2 >, sc_subref< T3 >) |
|
template<class T1 , class T2 , class T3 , class T4 > |
sc_concref< sc_concref< T1, T2 >, sc_concref< T3, T4 > > | operator, (sc_concref< T1, T2 >, sc_concref< T3, T4 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_concref< T1, T2 >, T3 > | operator, (sc_concref< T1, T2 >, sc_proxy< T3 > &) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_concref< T1, T2 >, sc_bitref< T3 > > | concat (sc_concref< T1, T2 >, sc_bitref< T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_concref< T1, T2 >, sc_subref< T3 > > | concat (sc_concref< T1, T2 >, sc_subref< T3 >) |
|
template<class T1 , class T2 , class T3 , class T4 > |
sc_concref< sc_concref< T1, T2 >, sc_concref< T3, T4 > > | concat (sc_concref< T1, T2 >, sc_concref< T3, T4 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< sc_concref< T1, T2 >, T3 > | concat (sc_concref< T1, T2 >, sc_proxy< T3 > &) |
|
template<class T1 , class T2 > |
inline ::std::istream & | operator>> (::std::istream &, sc_concref< T1, T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_bitref_r< T2 > > | operator, (const sc_proxy< T1 > &, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_subref_r< T2 > > | operator, (const sc_proxy< T1 > &, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< T1, sc_concref_r< T2, T3 > > | operator, (const sc_proxy< T1 > &, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, T2 > | operator, (const sc_proxy< T1 > &, const sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< T, sc_lv_base > | operator, (const sc_proxy< T > &, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, T > | operator, (const char *, const sc_proxy< T > &) |
|
template<class T > |
sc_concref_r< T, sc_lv_base > | operator, (const sc_proxy< T > &, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, T > | operator, (const sc_logic &, const sc_proxy< T > &) |
|
template<class T > |
sc_concref_r< T, sc_bv_base > | operator, (const sc_proxy< T > &, bool) |
|
template<class T > |
sc_concref_r< sc_bv_base, T > | operator, (bool, const sc_proxy< T > &) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_bitref_r< T2 > > | concat (const sc_proxy< T1 > &, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_subref_r< T2 > > | concat (const sc_proxy< T1 > &, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< T1, sc_concref_r< T2, T3 > > | concat (const sc_proxy< T1 > &, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, T2 > | concat (const sc_proxy< T1 > &, const sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< T, sc_lv_base > | concat (const sc_proxy< T > &, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, T > | concat (const char *, const sc_proxy< T > &) |
|
template<class T > |
sc_concref_r< T, sc_lv_base > | concat (const sc_proxy< T > &, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, T > | concat (const sc_logic &, const sc_proxy< T > &) |
|
template<class T > |
sc_concref_r< T, sc_bv_base > | concat (const sc_proxy< T > &, bool) |
|
template<class T > |
sc_concref_r< sc_bv_base, T > | concat (bool, const sc_proxy< T > &) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_bitref_r< T2 > > | operator, (const sc_proxy< T1 > &, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_bitref_r< T2 > > | operator, (sc_proxy< T1 > &, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_subref_r< T2 > > | operator, (const sc_proxy< T1 > &, sc_subref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_subref_r< T2 > > | operator, (sc_proxy< T1 > &, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< T1, sc_concref_r< T2, T3 > > | operator, (const sc_proxy< T1 > &, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< T1, sc_concref_r< T2, T3 > > | operator, (sc_proxy< T1 > &, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, T2 > | operator, (const sc_proxy< T1 > &, sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, T2 > | operator, (sc_proxy< T1 > &, const sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< T, sc_lv_base > | operator, (sc_proxy< T > &, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, T > | operator, (const char *, sc_proxy< T > &) |
|
template<class T > |
sc_concref_r< T, sc_lv_base > | operator, (sc_proxy< T > &, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, T > | operator, (const sc_logic &, sc_proxy< T > &) |
|
template<class T > |
sc_concref_r< T, sc_bv_base > | operator, (sc_proxy< T > &, bool) |
|
template<class T > |
sc_concref_r< sc_bv_base, T > | operator, (bool, sc_proxy< T > &) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_bitref_r< T2 > > | concat (const sc_proxy< T1 > &, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_bitref_r< T2 > > | concat (sc_proxy< T1 > &, sc_bitref_r< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_subref_r< T2 > > | concat (const sc_proxy< T1 > &, sc_subref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, sc_subref_r< T2 > > | concat (sc_proxy< T1 > &, sc_subref_r< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< T1, sc_concref_r< T2, T3 > > | concat (const sc_proxy< T1 > &, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref_r< T1, sc_concref_r< T2, T3 > > | concat (sc_proxy< T1 > &, sc_concref_r< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, T2 > | concat (const sc_proxy< T1 > &, sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref_r< T1, T2 > | concat (sc_proxy< T1 > &, const sc_proxy< T2 > &) |
|
template<class T > |
sc_concref_r< T, sc_lv_base > | concat (sc_proxy< T > &, const char *) |
|
template<class T > |
sc_concref_r< sc_lv_base, T > | concat (const char *, sc_proxy< T > &) |
|
template<class T > |
sc_concref_r< T, sc_lv_base > | concat (sc_proxy< T > &, const sc_logic &) |
|
template<class T > |
sc_concref_r< sc_lv_base, T > | concat (const sc_logic &, sc_proxy< T > &) |
|
template<class T > |
sc_concref_r< T, sc_bv_base > | concat (sc_proxy< T > &, bool) |
|
template<class T > |
sc_concref_r< sc_bv_base, T > | concat (bool, sc_proxy< T > &) |
|
template<class T1 , class T2 > |
sc_concref< T1, sc_bitref< T2 > > | operator, (sc_proxy< T1 > &, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref< T1, sc_subref< T2 > > | operator, (sc_proxy< T1 > &, sc_subref< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< T1, sc_concref< T2, T3 > > | operator, (sc_proxy< T1 > &, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref< T1, T2 > | operator, (sc_proxy< T1 > &, sc_proxy< T2 > &) |
|
template<class T1 , class T2 > |
sc_concref< T1, sc_bitref< T2 > > | concat (sc_proxy< T1 > &, sc_bitref< T2 >) |
|
template<class T1 , class T2 > |
sc_concref< T1, sc_subref< T2 > > | concat (sc_proxy< T1 > &, sc_subref< T2 >) |
|
template<class T1 , class T2 , class T3 > |
sc_concref< T1, sc_concref< T2, T3 > > | concat (sc_proxy< T1 > &, sc_concref< T2, T3 >) |
|
template<class T1 , class T2 > |
sc_concref< T1, T2 > | concat (sc_proxy< T1 > &, sc_proxy< T2 > &) |
|
template<class X > |
inline ::std::istream & | operator>> (::std::istream &is, sc_bitref< X > a) |
|
template<class X > |
inline ::std::istream & | operator>> (::std::istream &is, sc_subref< X > a) |
|
template<class X , class Y > |
inline ::std::istream & | operator>> (::std::istream &is, sc_concref< X, Y > a) |
|
const sc_logic | operator& (const sc_logic &a, const sc_logic &b) |
|
const sc_logic | operator| (const sc_logic &a, const sc_logic &b) |
|
const sc_logic | operator^ (const sc_logic &a, const sc_logic &b) |
|
bool | operator== (const sc_logic &a, const sc_logic &b) |
|
bool | operator!= (const sc_logic &a, const sc_logic &b) |
|
inline ::std::ostream & | operator<< (::std::ostream &os, const sc_logic &a) |
|
inline ::std::istream & | operator>> (::std::istream &is, sc_logic &a) |
|
template<class X , class Y > |
X & | operator&= (sc_proxy< X > &px, const sc_proxy< Y > &py) |
|
template<class X , class Y > |
const sc_lv_base | operator& (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
|
template<class X , class Y > |
X & | operator|= (sc_proxy< X > &px, const sc_proxy< Y > &py) |
|
template<class X , class Y > |
const sc_lv_base | operator| (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
|
template<class X , class Y > |
X & | operator^= (sc_proxy< X > &px, const sc_proxy< Y > &py) |
|
template<class X , class Y > |
const sc_lv_base | operator^ (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
|
template<class X > |
const sc_lv_base | lrotate (const sc_proxy< X > &x, int n) |
|
template<class X > |
const sc_lv_base | rrotate (const sc_proxy< X > &x, int n) |
|
template<class X > |
const sc_lv_base | reverse (const sc_proxy< X > &x) |
|
template<class X , class Y > |
bool | operator== (const sc_proxy< X > &px, const sc_proxy< Y > &py) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_bv_base > | operator, (sc_bitref_r< T > a, bool b) |
|
template<class T > |
sc_concref_r< sc_bv_base, sc_bitref_r< T > > | operator, (bool a, sc_bitref_r< T > b) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_bv_base > | concat (sc_bitref_r< T > a, bool b) |
|
template<class T > |
sc_concref_r< sc_bv_base, sc_bitref_r< T > > | concat (bool a, sc_bitref_r< T > b) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_bv_base > | operator, (sc_bitref< T > a, bool b) |
|
template<class T > |
sc_concref_r< sc_bv_base, sc_bitref_r< T > > | operator, (bool a, sc_bitref< T > b) |
|
template<class T > |
sc_concref_r< sc_bitref_r< T >, sc_bv_base > | concat (sc_bitref< T > a, bool b) |
|
template<class T > |
sc_concref_r< sc_bv_base, sc_bitref_r< T > > | concat (bool a, sc_bitref< T > b) |
|
template<class X , class Y > |
void | assign_p_ (sc_proxy< X > &px, const sc_proxy< Y > &py) |
|
template<class X , class T > |
void | assign_v_ (sc_proxy< X > &px, const T &a) |
|
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_rep * | neg_scfx_rep (const scfx_rep &) |
|
scfx_rep * | mult_scfx_rep (const scfx_rep &, const scfx_rep &, int max_wl=SC_DEFAULT_MAX_WL_) |
|
scfx_rep * | lsh_scfx_rep (const scfx_rep &, int) |
|
scfx_rep * | rsh_scfx_rep (const scfx_rep &, int) |
|
scfx_rep * | quantization_scfx_rep (const scfx_rep &a, const scfx_params ¶ms, bool &q_flag) |
|
scfx_rep * | overflow_scfx_rep (const scfx_rep &a, const scfx_params ¶ms, bool &o_flag) |
|
int | scfx_find_msb (unsigned long x) |
|
int | scfx_find_lsb (unsigned long x) |
|
int | scfx_parse_sign (const char *&s, bool &sign_char) |
|
sc_numrep | scfx_parse_prefix (const char *&s) |
|
int | scfx_parse_base (const char *&s) |
|
bool | scfx_is_equal (const char *a, const char *b) |
|
bool | scfx_is_nan (const char *s) |
|
bool | scfx_is_inf (const char *s) |
|
bool | scfx_exp_start (const char *s) |
|
bool | scfx_is_digit (char c, sc_numrep numrep) |
|
int | scfx_to_digit (char c, sc_numrep numrep) |
|
void | scfx_print_nan (scfx_string &s) |
|
void | scfx_print_inf (scfx_string &s, bool negative) |
|
void | scfx_print_prefix (scfx_string &s, sc_numrep numrep) |
|
void | scfx_print_exp (scfx_string &s, int exp) |
|
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, 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_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_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, 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_concatref & | concat (sc_dt::sc_value_base &a, sc_dt::sc_value_base &b) |
|
const sc_dt::sc_concatref & | concat (const sc_dt::sc_value_base &a, const sc_dt::sc_value_base &b) |
|
const sc_dt::sc_concatref & | concat (const sc_dt::sc_value_base &a, bool b) |
|
const sc_dt::sc_concatref & | concat (bool a, const sc_dt::sc_value_base &b) |
|
sc_dt::sc_concatref & | operator, (sc_dt::sc_value_base &a, sc_dt::sc_value_base &b) |
|
const sc_dt::sc_concatref & | operator, (const sc_dt::sc_value_base &a, const sc_dt::sc_value_base &b) |
|
const sc_dt::sc_concatref & | operator, (const sc_dt::sc_value_base &a, bool b) |
|
const sc_dt::sc_concatref & | operator, (bool a, const sc_dt::sc_value_base &b) |
|
template<class T > |
const T | sc_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) |
|