|
static int | sc_dt::n_word (int x) |
|
void | sc_dt::print_dec (scfx_string &s, const scfx_rep &num, int w_prefix, sc_fmt fmt) |
|
void | sc_dt::print_other (scfx_string &s, const scfx_rep &a, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params) |
|
static int | sc_dt::add_mants (int size, scfx_mant &result, const scfx_mant &a, const scfx_mant &b) |
|
static int | sc_dt::sub_mants (int size, scfx_mant &result, const scfx_mant &a, const scfx_mant &b) |
|
scfx_rep * | sc_dt::add_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int max_wl=SC_DEFAULT_MAX_WL_) |
|
static int | sc_dt::sub_with_index (scfx_mant &a, int a_msw, int, const scfx_mant &b, int b_msw, int b_lsw) |
|
scfx_rep * | sc_dt::sub_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int max_wl=SC_DEFAULT_MAX_WL_) |
|
void | sc_dt::multiply (scfx_rep &result, const scfx_rep &lhs, const scfx_rep &rhs, int max_wl=SC_DEFAULT_MAX_WL_) |
|
scfx_rep * | sc_dt::div_scfx_rep (const scfx_rep &lhs, const scfx_rep &rhs, int div_wl=SC_DEFAULT_DIV_WL_) |
|
int | sc_dt::compare_abs (const scfx_rep &a, const scfx_rep &b) |
|
int | sc_dt::cmp_scfx_rep (const scfx_rep &a, const scfx_rep &b) |
|
void | sc_dt::align (const scfx_rep &lhs, const scfx_rep &rhs, int &new_wp, int &len_mant, scfx_mant_ref &lhs_mant, scfx_mant_ref &rhs_mant) |
|
int | sc_dt::compare_msw_ff (const scfx_rep &lhs, const scfx_rep &rhs) |
|