Searched refs:sc_numrep (Results 26 - 44 of 44) sorted by relevance

12

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h305 const std::string to_string( sc_numrep numrep = SC_DEC ) const
308 const std::string to_string( sc_numrep numrep, bool w_prefix ) const
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc539 sc_int_base::to_string(sc_numrep numrep) const
547 sc_int_base::to_string(sc_numrep numrep, bool w_prefix) const
H A Dsc_uint_base.cc526 sc_uint_base::to_string(sc_numrep numrep) const
534 sc_uint_base::to_string(sc_numrep numrep, bool w_prefix) const
H A Dsc_nbutils.cc74 is_valid_base(sc_numrep base)
86 "is_valid_base( sc_numrep base ) : "
92 msg << "is_valid_base( sc_numrep base ) : base = " << base <<
99 // ENUM : sc_numrep
105 to_string(sc_numrep numrep)
545 vec_from_str(int unb, int und, sc_digit *u, const char *v, sc_numrep base)
564 "sc_numrep base ) : base = " << base <<
587 "sc_numrep base ) : '" << *v << "' is not a valid " <<
602 "sc_numrep base ) : '" << *v << "' is not a valid " <<
H A Dsc_unsigned.cc565 sc_unsigned::to_string(sc_numrep numrep) const
573 sc_unsigned::to_string(sc_numrep numrep, bool w_prefix) const
H A Dsc_signed.cc577 sc_signed::to_string(sc_numrep numrep) const
585 sc_signed::to_string(sc_numrep numrep, bool w_prefix) const
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh174 const char *to_string(sc_numrep, int, sc_fmt,
265 friend void print_other(scfx_string &, const scfx_rep &, sc_numrep, int,
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh294 to_string(sc_numrep numrep=SC_DEC) const
300 to_string(sc_numrep numrep, bool w_prefix) const
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h120 const std::string convert_to_fmt( const std::string& s, sc_numrep numrep, bool );
482 const std::string to_string( sc_numrep ) const;
483 const std::string to_string( sc_numrep, bool ) const;
1402 sc_proxy<X>::to_string( sc_numrep numrep ) const
1410 sc_proxy<X>::to_string( sc_numrep numrep, bool w_prefix ) const
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp440 sc_numrep numrep = scfx_parse_prefix( s );
1053 print_other( scfx_string& s, const scfx_rep& a, sc_numrep numrep, int w_prefix,
1058 sc_numrep numrep2 = numrep;
1218 scfx_rep::to_string( sc_numrep numrep, int w_prefix,
/gem5/ext/systemc/src/
H A Dsystemc.h248 using sc_dt::sc_numrep;
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc400 sc_numrep numrep = scfx_parse_prefix(s);
987 print_other(scfx_string &s, const scfx_rep &a, sc_numrep numrep, int w_prefix,
992 sc_numrep numrep2 = numrep;
1084 "unexpected sc_numrep");
1140 scfx_rep::to_string(sc_numrep numrep, int w_prefix,
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh863 const std::string to_string(sc_numrep numrep=SC_DEC) const;
864 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
1206 const std::string to_string(sc_numrep numrep=SC_DEC) const;
1207 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
H A Dsc_unsigned.hh773 const std::string to_string(sc_numrep numrep=SC_DEC) const;
774 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
1112 const std::string to_string(sc_numrep numrep=SC_DEC) const;
1113 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp72 // ENUM : sc_numrep
78 to_string( sc_numrep numrep )
549 const char *v, sc_numrep base)
569 "vec_from_str( int, int, sc_digit*, const char*, sc_numrep base ) : "
594 "vec_from_str( int, int, sc_digit*, const char*, sc_numrep base ) : "
610 "vec_from_str( int, int, sc_digit*, const char*, sc_numrep base ) : "
H A Dsc_unsigned.cpp596 sc_unsigned::to_string( sc_numrep numrep ) const
604 sc_unsigned::to_string( sc_numrep numrep, bool w_prefix ) const
H A Dsc_signed.h953 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
954 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
1313 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
1314 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
H A Dsc_unsigned.h857 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
858 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
1214 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
1215 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
H A Dsc_signed.cpp617 sc_signed::to_string( sc_numrep numrep ) const
625 sc_signed::to_string( sc_numrep numrep, bool w_prefix ) const

Completed in 79 milliseconds

12