Searched refs:sc_io_base (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.h79 //"sc_io_base"
93 sc_io_base( systemc_ostream& os, sc_numrep def_base ) function in namespace:sc_dt
109 sc_io_base( systemc_ostream& /*unused*/, sc_numrep /*unused*/ )
H A Dsc_int_base.h425 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
865 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
H A Dsc_uint_base.h409 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
844 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
H A Dsc_signed.h980 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
1320 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
H A Dsc_unsigned.h884 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
1220 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh371 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
931 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
H A Dsc_uint_base.hh352 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
854 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
H A Dsc_nbutils.hh80 //"sc_io_base"
93 sc_io_base(::std::ostream &os, sc_numrep def_base) function in namespace:sc_dt
H A Dsc_signed.hh890 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
1214 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
H A Dsc_unsigned.hh799 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
1119 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh451 if (sc_io_base(os, SC_DEC) == SC_DEC)
454 os << to_string(sc_io_base(os, SC_BIN), sc_io_show_base(os));
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h520 if ( sc_io_base(os, SC_DEC) == SC_DEC )
523 os << to_string(sc_io_base(os,SC_BIN),sc_io_show_base(os));

Completed in 76 milliseconds