Searched refs:to_string (Results 101 - 125 of 205) sorted by relevance

123456789

/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc86 string desc = "[Queue to Throttle " + to_string(m_switch_id) + " " +
87 to_string(m_node) + "]";
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.h146 static sc_string_old to_string(const char* format, ...);
171 temp = to_string(substr(0,index+f_len-1).c_str(),t);
/gem5/src/arch/arm/tracers/
H A Dtarmac_record_v8.cc110 regName = "W" + std::to_string(regRelIdx);
112 regName = "X" + std::to_string(regRelIdx);
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_length_param.h102 const std::string to_string() const;
H A Dsc_int_base.h418 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
419 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
425 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
858 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
859 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
865 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
1115 sc_int_subref_r::to_string( sc_numrep numrep ) const function in class:sc_dt::sc_int_subref_r
1119 return a.to_string( numrep );
1124 sc_int_subref_r::to_string( sc_numrep numrep, bool w_prefix ) const function in class:sc_dt::sc_int_subref_r
1128 return a.to_string( numre
[all...]
H A Dsc_uint_base.h402 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
403 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
409 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
837 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
838 const std::string to_string( sc_numrep numrep, bool w_prefix ) const;
844 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
1087 sc_uint_subref_r::to_string( sc_numrep numrep ) const function in class:sc_dt::sc_uint_subref_r
1090 return a.to_string( numrep );
1095 sc_uint_subref_r::to_string( sc_numrep numrep, bool w_prefix ) const function in class:sc_dt::sc_uint_subref_r
1098 return a.to_string( numre
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/stepwise_simulation/
H A Dstepwise_simulation.cpp84 << ( ( step == SC_ZERO_TIME ) ? "delta" : step.to_string() )
/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Darray.cpp75 cerr << name << "[" << i << "] : " << val.to_double() << " : " << val.to_string(SC_HEX) << "\n";
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Darray.cpp76 cerr << name << "[" << i << "] : " << val.to_double() << " : " << val.to_string(SC_HEX) << "\n";
/gem5/src/systemc/tests/systemc/datatypes/misc/test03/
H A Dtest03.cpp79 cout << e.to_string() << endl;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec1/
H A Dtvec1.cpp135 cout << "Value on Bus = " << v.to_string().c_str() << endl;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec2/
H A Dtvec2.cpp133 cout << "Value on Bus = " << v.to_string().c_str() << endl;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec3/
H A Dtvec3.cpp133 cout << "Value on Bus = " << v.to_string().c_str() << endl;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec4/
H A Dtvec4.cpp137 cout << "Value on Bus = " << v.to_string().c_str() << endl;
/gem5/src/mem/
H A Dphysical.cc192 range.to_string());
196 range.to_string(), range.size());
212 range.to_string());
331 string filename = name() + ".store" + to_string(store_id) + ".pmem";
/gem5/ext/pybind11/tests/
H A Dtest_builtin_casters.cpp78 m.def("i32_str", [](std::int32_t v) { return std::to_string(v); });
79 m.def("u32_str", [](std::uint32_t v) { return std::to_string(v); });
80 m.def("i64_str", [](std::int64_t v) { return std::to_string(v); });
81 m.def("u64_str", [](std::uint64_t v) { return std::to_string(v); });
H A Dtest_callbacks.cpp23 return "func(43) = " + std::to_string(func(43)); });
111 return "can't convert to function pointer: eval(1) = " + std::to_string(r);
114 return "matches dummy_function: eval(1) = " + std::to_string(r);
H A Dtest_smart_ptr.cpp100 std::string toString() const { return "MyObject1[" + std::to_string(value) + "]"; }
132 std::string toString() const { return "MyObject2[" + std::to_string(value) + "]"; }
151 std::string toString() const { return "MyObject3[" + std::to_string(value) + "]"; }
303 return "TypeForHolderWithAddressOf[" + std::to_string(value) + "]";
321 return "MoveOnlyHolderWithAddressOf[" + std::to_string(value) + "]";
H A Dtest_modules.cpp26 std::string toString() { return "A[" + std::to_string(v) + "]"; }
H A Dtest_virtual_functions.cpp109 if (value) return std::to_string(*value); else return "(null)";
124 std::string get_value() const { return std::to_string(value); }
339 return say_something(1) + " " + std::to_string(unlucky_number()); \
349 return "B says hi " + std::to_string(times) + " times"; \
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh364 const std::string to_string(sc_numrep numrep=SC_DEC) const;
365 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
371 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
923 const std::string to_string(sc_numrep numrep=SC_DEC) const;
924 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
931 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
1149 sc_int_subref_r::to_string(sc_numrep numrep) const function in class:sc_dt::sc_int_subref_r
1153 return a.to_string(numrep);
1157 sc_int_subref_r::to_string(sc_numrep numrep, bool w_prefix) const function in class:sc_dt::sc_int_subref_r
1161 return a.to_string(numre
[all...]
H A Dsc_uint_base.hh345 const std::string to_string(sc_numrep numrep=SC_DEC) const;
346 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
352 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
847 const std::string to_string(sc_numrep numrep=SC_DEC) const;
848 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
854 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
1048 sc_uint_subref_r::to_string(sc_numrep numrep) const function in class:sc_dt::sc_uint_subref_r
1051 return a.to_string(numrep);
1055 sc_uint_subref_r::to_string(sc_numrep numrep, bool w_prefix) const function in class:sc_dt::sc_uint_subref_r
1058 return a.to_string(numre
[all...]
/gem5/src/systemc/core/
H A Dsc_time.cc134 sc_time::to_string() const function in class:sc_core::sc_time
208 os << sc_time_tuple(*this).to_string();
449 sc_time_tuple::to_string() const function in class:sc_core::sc_time_tuple
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp132 ttp = sc_time_to_pending_activity().to_string();
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test05/
H A Dsimulation_callbacks.cpp109 ttp = sc_time_to_pending_activity().to_string();

Completed in 45 milliseconds

123456789