Lines Matching defs:const

86 static const int mantissa0_size = SCFX_IEEE_DOUBLE_M_SIZE - bits_in_int;
258 scfx_rep::scfx_rep(const sc_signed &a) :
293 scfx_rep::scfx_rep(const sc_unsigned &a) :
318 scfx_rep::scfx_rep(const scfx_rep &a) :
341 const int ALLOC_SIZE = 1024;
389 scfx_rep::from_string(const char *s, int cte_wl)
462 s = (const char *)s2 + 4;
474 const char *end = s;
503 for (const char *e = end + 2; *e; ++e)
517 const char *p = s;
640 div_scfx_rep(const_cast<const scfx_rep &>(*this),
722 scfx_rep::to_double() const
834 scfx_rep::to_uint64() const
863 print_dec(scfx_string &s, const scfx_rep &num, int w_prefix, sc_fmt fmt)
987 print_other(scfx_string &s, const scfx_rep &a, sc_numrep numrep, int w_prefix,
988 sc_fmt fmt, const scfx_params *params)
1139 const char *
1141 sc_fmt fmt, const scfx_params *params) const
1175 add_mants(int size, scfx_mant &result, const scfx_mant &a, const scfx_mant &b)
1196 sub_mants(int size, scfx_mant &result, const scfx_mant &a, const scfx_mant &b)
1217 add_scfx_rep(const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
1295 const scfx_mant &b, int b_msw, int b_lsw)
1326 sub_scfx_rep(const scfx_rep &lhs, const scfx_rep &rhs, int max_wl)
1414 static const int half_word_incr = -1;
1416 static const int half_word_incr = 1;
1420 multiply(scfx_rep &result, const scfx_rep &lhs, const scfx_rep &rhs,
1495 div_scfx_rep(const scfx_rep &lhs, const scfx_rep &rhs, int div_wl)
1657 compare_abs(const scfx_rep &a, const scfx_rep &b)
1726 cmp_scfx_rep(const scfx_rep &a, const scfx_rep &b)
1779 scfx_rep::quantization(const scfx_params &params, bool &q_flag)
1863 scfx_rep::overflow(const scfx_params &params, bool &o_flag)
2024 scfx_rep::cast(const scfx_params &params, bool &q_flag, bool &o_flag)
2051 align(const scfx_rep &lhs, const scfx_rep &rhs, int &new_wp,
2095 compare_msw_ff(const scfx_rep &lhs, const scfx_rep &rhs)
2231 scfx_rep::resize(int new_size, int new_wp) const
2360 scfx_rep::get_bit(int i) const
2390 scfx_rep::set(int i, const scfx_params &params)
2429 scfx_rep::clear(int i, const scfx_params &params)
2465 scfx_rep::get_slice(int i, int j, const scfx_params &, sc_bv_base &bv) const
2486 scfx_rep::set_slice(int i, int j, const scfx_params &params,
2487 const sc_bv_base &bv)
2515 scfx_rep::print(::std::ostream &os) const
2526 scfx_rep::dump(::std::ostream &os) const
2570 scfx_rep::get_type(int &wl, int &iwl, sc_enc &enc) const