Searched refs:w_prefix (Results 1 - 25 of 36) sorted by relevance

12

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_utils.cpp55 scfx_tc2csd( scfx_string& s, int w_prefix )
57 if( w_prefix != 0 ) {
66 int j = (w_prefix != 0 ? 4 : 0);
104 j = (w_prefix != 0 ? 4 : 0);
H A Dsc_fxval.cpp80 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 argument
100 return std::string( m_rep->to_string( numrep, (w_prefix ? 1 : 0), fmt ) );
190 print_dec( scfx_string& s, scfx_ieee_double id, int w_prefix, sc_fmt fmt ) argument
198 if( w_prefix == 1 ) {
315 int w_prefix, sc_fmt fmt, const scfx_params* params )
348 if( w_prefix != 0 ) {
477 scfx_tc2csd( s, w_prefix );
482 to_string( const scfx_ieee_double& id, sc_numrep numrep, int w_prefix, argument
314 print_other( scfx_string& s, const scfx_ieee_double& id, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params* params ) argument
541 to_string( sc_numrep numrep, bool w_prefix, sc_fmt fmt ) const argument
[all...]
H A Dsc_fxnum.cpp275 sc_fxnum::to_string( sc_numrep numrep, bool w_prefix ) const
277 return std::string( m_rep->to_string( numrep, (w_prefix ? 1 : 0),
294 sc_fxnum::to_string( sc_numrep numrep, bool w_prefix, sc_fmt fmt ) const argument
296 return std::string( m_rep->to_string( numrep, (w_prefix ? 1 : 0),
685 sc_fxnum_fast::to_string( sc_numrep numrep, bool w_prefix ) const
687 return std::string( sc_dt::to_string( m_val, numrep, (w_prefix ? 1 : 0),
704 sc_fxnum_fast::to_string( sc_numrep numrep, bool w_prefix, sc_fmt fmt ) const argument
706 return std::string( sc_dt::to_string( m_val, numrep, (w_prefix ? 1 : 0),
H A Dscfx_rep.cpp913 print_dec( scfx_string& s, const scfx_rep& num, int w_prefix, sc_fmt fmt )
918 if( w_prefix == 1 ) {
1053 print_other( scfx_string& s, const scfx_rep& a, sc_numrep numrep, int w_prefix,
1087 if( w_prefix != 0 ) {
1214 scfx_tc2csd( s, w_prefix );
1218 scfx_rep::to_string( sc_numrep numrep, int w_prefix, argument
1235 sc_dt::print_dec( s, *this, w_prefix, fmt );
1237 sc_dt::print_other( s, *this, numrep, w_prefix, fmt, params );
/gem5/src/systemc/dt/fx/
H A Dscfx_utils.cc54 scfx_tc2csd(scfx_string &s, int w_prefix) argument
56 if (w_prefix != 0) {
65 int j = (w_prefix != 0 ? 4 : 0);
99 j = (w_prefix != 0 ? 4 : 0);
H A Dsc_fxval.cc80 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 argument
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) argument
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, argument
290 print_other(scfx_string &s, const scfx_ieee_double &id, sc_numrep numrep, int w_prefix, sc_fmt fmt, const scfx_params *params) argument
503 to_string(sc_numrep numrep, bool w_prefix, sc_fmt fmt) const argument
[all...]
H A Dsc_fxnum.cc240 sc_fxnum::to_string(sc_numrep numrep, bool w_prefix) const
242 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0),
259 sc_fxnum::to_string(sc_numrep numrep, bool w_prefix, sc_fmt fmt) const argument
261 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0),
620 sc_fxnum_fast::to_string(sc_numrep numrep, bool w_prefix) const
622 return std::string(sc_dt::to_string(m_val, numrep, (w_prefix ? 1 : 0),
639 sc_fxnum_fast::to_string(sc_numrep numrep, bool w_prefix, sc_fmt fmt) const argument
641 return std::string(sc_dt::to_string(m_val, numrep, (w_prefix ? 1 : 0),
H A Dscfx_rep.cc863 print_dec(scfx_string &s, const scfx_rep &num, int w_prefix, sc_fmt fmt) argument
868 if (w_prefix == 1) {
987 print_other(scfx_string &s, const scfx_rep &a, sc_numrep numrep, int w_prefix, argument
1018 if (w_prefix != 0) {
1136 scfx_tc2csd(s, w_prefix);
1140 scfx_rep::to_string(sc_numrep numrep, int w_prefix, argument
1157 sc_dt::print_dec(s, *this, w_prefix, fmt);
1159 sc_dt::print_other(s, *this, numrep, w_prefix, fmt, params);
/gem5/src/systemc/dt/bit/
H A Dsc_bv_base.cc222 convert_to_fmt(const std::string &s, sc_numrep numrep, bool w_prefix) argument
229 return a.to_string(numrep, w_prefix);
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bv_base.cpp378 convert_to_fmt( const std::string& s, sc_numrep numrep, bool w_prefix )
385 return a.to_string( numrep, w_prefix );
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h419 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
859 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
1124 sc_int_subref_r::to_string( sc_numrep numrep, bool w_prefix ) const
1128 return a.to_string( numrep, w_prefix );
H A Dsc_uint_base.h403 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
838 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
1095 sc_uint_subref_r::to_string( sc_numrep numrep, bool w_prefix ) const
1098 return a.to_string( numrep, w_prefix );
H A Dsc_int_base.cpp574 sc_int_base::to_string( sc_numrep numrep, bool w_prefix ) const
578 return aa.to_string( numrep, w_prefix );
H A Dsc_signed_subref.inc139 sc_signed_subref_r::to_string( sc_numrep numrep, bool w_prefix ) const
143 return a.to_string( numrep, w_prefix );
H A Dsc_uint_base.cpp546 sc_uint_base::to_string( sc_numrep numrep, bool w_prefix ) const
550 return aa.to_string( numrep, w_prefix );
H A Dsc_unsigned_subref.inc140 sc_unsigned_subref_r::to_string( sc_numrep numrep, bool w_prefix ) const
144 return a.to_string( numrep, w_prefix );
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh365 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
924 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
1157 sc_int_subref_r::to_string(sc_numrep numrep, bool w_prefix) const
1161 return a.to_string(numrep, w_prefix);
H A Dsc_uint_base.hh346 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
848 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
1055 sc_uint_subref_r::to_string(sc_numrep numrep, bool w_prefix) const
1058 return a.to_string(numrep, w_prefix);
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h308 const std::string to_string( sc_numrep numrep, bool w_prefix ) const
309 { return value().to_string(numrep,w_prefix); }
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc547 sc_int_base::to_string(sc_numrep numrep, bool w_prefix) const
551 return aa.to_string(numrep, w_prefix);
H A Dsc_signed_subref.inc139 sc_signed_subref_r::to_string(sc_numrep numrep, bool w_prefix) const
143 return a.to_string(numrep, w_prefix);
H A Dsc_uint_base.cc534 sc_uint_base::to_string(sc_numrep numrep, bool w_prefix) const
538 return aa.to_string(numrep, w_prefix);
H A Dsc_unsigned_subref.inc139 sc_unsigned_subref_r::to_string(sc_numrep numrep, bool w_prefix) const
143 return a.to_string(numrep, w_prefix);
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh300 to_string(sc_numrep numrep, bool w_prefix) const
302 return value().to_string(numrep,w_prefix);
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh1221 sc_proxy<X>::to_string(sc_numrep numrep, bool w_prefix) const
1223 return convert_to_fmt(to_string(), numrep, w_prefix);

Completed in 74 milliseconds

12