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

12

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h1410 sc_proxy<X>::to_string( sc_numrep numrep, bool w_prefix ) const
1412 return convert_to_fmt( to_string(), numrep, w_prefix );
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_unsigned.cpp604 sc_unsigned::to_string( sc_numrep numrep, bool w_prefix ) const
608 return aa.to_string( numrep, w_prefix );
H A Dsc_signed.cpp625 sc_signed::to_string( sc_numrep numrep, bool w_prefix ) const
629 return aa.to_string( numrep, w_prefix );
H A Dsc_signed.h954 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
1314 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
H A Dsc_unsigned.h858 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
1215 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc573 sc_unsigned::to_string(sc_numrep numrep, bool w_prefix) const
577 return aa.to_string(numrep, w_prefix);
H A Dsc_signed.cc585 sc_signed::to_string(sc_numrep numrep, bool w_prefix) const
589 return aa.to_string(numrep, w_prefix);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h2169 sc_fxnum_subref::to_string( sc_numrep numrep, bool w_prefix ) const
2172 return m_bv.to_string( numrep, w_prefix );
2520 sc_fxnum_fast_subref::to_string( sc_numrep numrep, bool w_prefix ) const
2523 return m_bv.to_string( numrep, w_prefix );
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh1840 sc_fxnum_subref::to_string(sc_numrep numrep, bool w_prefix) const
1843 return m_bv.to_string(numrep, w_prefix);
2133 sc_fxnum_fast_subref::to_string(sc_numrep numrep, bool w_prefix) const
2136 return m_bv.to_string(numrep, w_prefix);
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh864 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
1207 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
H A Dsc_unsigned.hh774 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
1113 const std::string to_string(sc_numrep numrep, bool w_prefix) const;

Completed in 109 milliseconds

12