Lines Matching refs:w_prefix
80 sc_fxval::to_string(sc_numrep numrep, bool w_prefix) const
82 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0), SC_E));
98 sc_fxval::to_string(sc_numrep numrep, bool w_prefix, sc_fmt fmt) const
100 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0), fmt));
183 print_dec(scfx_string &s, scfx_ieee_double id, int w_prefix, sc_fmt fmt)
190 if (w_prefix == 1) {
291 int w_prefix, sc_fmt fmt, const scfx_params *params)
321 if (w_prefix != 0) {
440 scfx_tc2csd(s, w_prefix);
444 to_string(const scfx_ieee_double &id, sc_numrep numrep, int w_prefix,
461 sc_dt::print_dec(s, id, w_prefix, fmt);
463 sc_dt::print_other(s, id, numrep, w_prefix, fmt, params);
484 sc_fxval_fast::to_string(sc_numrep numrep, bool w_prefix) const
486 return std::string(sc_dt::to_string(m_val, numrep, (w_prefix ? 1 : 0),
503 sc_fxval_fast::to_string(sc_numrep numrep, bool w_prefix, sc_fmt fmt) const
505 return std::string(sc_dt::to_string(m_val, numrep, (w_prefix ? 1 : 0),