Searched refs:sc_io_show_base (Results 1 - 15 of 15) sorted by relevance

/gem5/src/systemc/ext/dt/int/
H A D_using.hh53 using sc_dt::sc_io_show_base;
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.hh86 //"sc_io_show_base"
103 sc_io_show_base(::std::ostream &os) 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/tests/systemc/datatypes/int/string_conversion/test03/
H A Dtest03.cpp7 if ( sc_io_show_base(cout) ) cout << "showbase" << endl;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.h85 //"sc_io_show_base"
103 sc_io_show_base( systemc_ostream& os ) function in namespace:sc_dt
114 sc_io_show_base( systemc_ostream& /*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/ext/systemc/src/
H A Dsystemc.h240 using sc_dt::sc_io_show_base;
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh454 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.h523 os << to_string(sc_io_base(os,SC_BIN),sc_io_show_base(os));

Completed in 75 milliseconds