Searched refs:to_string (Results 176 - 200 of 205) sorted by relevance

123456789

/gem5/src/gpu-compute/
H A Dwavefront.cc797 execMask().to_string<char, std::string::traits_type,
803 execMask().to_string<char, std::string::traits_type,
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h188 const char* to_string( sc_numrep,
H A Dscfx_rep.cpp907 // METHOD : to_string
1218 scfx_rep::to_string( sc_numrep numrep, int w_prefix, function in class:sc_dt::scfx_rep
2772 os << to_string( SC_DEC, -1, SC_E );
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.cpp91 str += rep.get_time().to_string();
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh174 const char *to_string(sc_numrep, int, sc_fmt,
/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Dassign_constructor.cpp57 #define SHOW_ASSIGN_CONSTRUCTORS(a) cerr << #a << " : " << double(a) << " : " << a.to_string(SC_HEX) << "\n"
H A Ddefault_assign.cpp56 #define SHOW_DEFAULT_ASSIGN(a) cerr << #a << " : " << double(a) << " : " << a.to_string(SC_HEX) << "\n"
H A Ddefault_constructor.cpp56 #define SHOW(a) cerr << #a << " : " << double(a) << " : " << a.to_string(SC_HEX) << "\n"
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Dassign_constructor.cpp59 #define SHOW_ASSIGN_CONSTRUCTORS(a) cerr << #a << " : " << double(a) << " : " << a.to_string(SC_HEX) << "\n"
H A Ddefault_assign.cpp58 #define SHOW_DEFAULT_ASSIGN(a) cerr << #a << " : " << double(a) << " : " << a.to_string(SC_HEX) << "\n"
H A Ddefault_constructor.cpp58 #define SHOW(a) cerr << #a << " : " << double(a) << " : " << a.to_string(SC_HEX) << "\n"
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_left.cpp61 out << i << " : " << a.to_string(SC_BIN) << "\n";
H A Doperator_shift_right.cpp61 out << i << " : " << a.to_string(SC_BIN) << "\n";
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp403 // std_ulogic_vector .to_string()
408 str = tstr.to_string();
410 cout << "std_ulogic_vector \t<=\t to_string()"
/gem5/src/systemc/utils/
H A Dvcd.cc459 this->printVal(os, this->value().to_string());
/gem5/src/cpu/simple/
H A Dbase.cc231 thread_str += ".thread" + std::to_string(tid);
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp78 to_string( sc_numrep numrep ) function in namespace:sc_dt
571 to_string( base ).c_str() );
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;
980 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
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;
1320 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
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;
884 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
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;
1220 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
H A Dsc_signed.cpp617 sc_signed::to_string( sc_numrep numrep ) const function in class:sc_dt::sc_signed
621 return aa.to_string( numrep );
625 sc_signed::to_string( sc_numrep numrep, bool w_prefix ) const function in class:sc_dt::sc_signed
629 return aa.to_string( numrep, w_prefix );
/gem5/src/base/
H A Dstatistics.hh776 std::string str() const { return std::to_string(value()); }
2226 std::string str() const { return std::to_string(vresult[0]); }
2256 tmp += csprintf("%s ", std::to_string(vresult[i]));
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h240 signature += "arg" + std::to_string(arg_index - (rec->is_method ? 1 : 0));
368 signatures += std::to_string(++index) + ". ";
721 msg += " "+ std::to_string(++ctr) + ". ";
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.cpp262 std::fprintf( f, "%s", compose_line( object.to_string() ).c_str() );
1959 .to_string().c_str() );
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc857 // METHOD : to_string
1140 scfx_rep::to_string(sc_numrep numrep, int w_prefix, function in class:sc_dt::scfx_rep
2517 os << to_string(SC_DEC, -1, SC_E);
/gem5/src/systemc/dt/int/
H A Dsc_signed.cc577 sc_signed::to_string(sc_numrep numrep) const function in class:sc_dt::sc_signed
581 return aa.to_string(numrep);
585 sc_signed::to_string(sc_numrep numrep, bool w_prefix) const function in class:sc_dt::sc_signed
589 return aa.to_string(numrep, w_prefix);

Completed in 105 milliseconds

123456789