Searched refs:to_string (Results 26 - 50 of 205) sorted by relevance

123456789

/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp35 std::cout << t.to_string() << ", value=" << t.value() << std::endl;
45 sc_assert( t.to_string() == str );
46 sc_assert( tp.to_string() == t.to_string() );
/gem5/src/systemc/tests/systemc/datatypes/fx/ranges/
H A Drange_fx.cpp69 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
85 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
90 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
105 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
110 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
/gem5/ext/pybind11/tests/
H A Dtest_buffers.cpp18 print_created(this, std::to_string(m_rows) + "x" + std::to_string(m_cols) + " matrix");
24 print_copy_created(this, std::to_string(m_rows) + "x" + std::to_string(m_cols) + " matrix");
37 print_destroyed(this, std::to_string(m_rows) + "x" + std::to_string(m_cols) + " matrix");
42 print_copy_assigned(this, std::to_string(m_rows) + "x" + std::to_string(m_cols) + " matrix");
52 print_move_assigned(this, std::to_string(m_rows) + "x" + std::to_string(m_col
[all...]
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/stab1/
H A Dstab1.cpp77 cout << x.to_string() << endl;
79 cout << y.to_string() << endl;
92 cout << x.range(i + 224, i).to_string() << endl;
94 cout << y.range(i + 41, i).to_string() << endl;
98 cout << x.range(i, i + 224).to_string() << endl;
100 cout << y.range(i, i + 41).to_string() << endl;
/gem5/src/systemc/dt/int/
H A Dsc_length_param.cc69 sc_length_param::to_string() const function in class:sc_dt::sc_length_param
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/test01/
H A Dtest01.cpp837 s = a.to_string();
841 s = a.to_string( SC_BIN );
845 s = a.to_string( SC_BIN_US );
849 s = a.to_string( SC_BIN_SM );
853 s = a.to_string( SC_OCT );
857 s = a.to_string( SC_OCT_US );
861 s = a.to_string( SC_OCT_SM );
865 s = a.to_string( SC_HEX );
869 s = a.to_string( SC_HEX_US );
873 s = a.to_string( SC_HEX_S
[all...]
/gem5/src/systemc/ext/core/
H A Dsc_time.hh70 const std::string to_string() const;
132 std::string to_string() const;
/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dtest_all.hh59 out << "a = " << a.to_string(SC_BIN) << "\n"; \
61 out << "a = " << a.to_string(SC_BIN) << "\n"; \
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_limits/
H A Dfx_fix_limits.cpp55 #define SHOW(a) os << #a << " : " << a.to_string(SC_HEX) << "\n"
56 #define SHOW_EXP(a) { res = a; os << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fixed_limits.cpp55 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
56 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_float_limits.cpp55 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
56 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufix_limits.cpp55 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
56 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufixed_limits.cpp55 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
56 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
/gem5/src/systemc/tests/systemc/datatypes/fx/limits/
H A Dfx_fix_limits.cpp53 #define SHOW(a) os << #a << " : " << a.to_string(SC_HEX) << "\n"
54 #define SHOW_EXP(a) { res = a; os << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fixed_limits.cpp53 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
54 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_float_limits.cpp53 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
54 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufix_limits.cpp53 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
54 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufixed_limits.cpp53 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
54 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
/gem5/src/systemc/core/
H A Dsc_time_python.cc54 .def("to_string", &sc_core::sc_time::to_string)
55 .def("__str__", &sc_core::sc_time::to_string)
/gem5/src/systemc/dt/fx/
H A Dsc_fxtype_params.cc65 sc_fxtype_params::to_string() const function in class:sc_dt::sc_fxtype_params
/gem5/src/systemc/tests/systemc/bugs/sign_extension/
H A Dsign_extension.cpp43 std::cout << #Var "=" << (Var).to_string(SC_BIN) << "\n"
/gem5/src/arch/arm/tracers/
H A Dtarmac_tracer.cc53 return "cpu" + std::to_string(id);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/stab2/
H A Dstab2.cpp77 cout << x.to_string() << endl;
79 cout << y.to_string() << endl;
92 cout << x.range(i + 224, i).to_string() << endl;
94 cout << y.range(i + 41, i).to_string() << endl;
98 cout << x.range(i, i + 224).to_string() << endl;
100 cout << y.range(i, i + 41).to_string() << endl;
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/stab3/
H A Dstab3.cpp77 cout << x.to_string() << endl;
79 cout << y.to_string() << endl;
92 cout << x.range(i + 224, i).to_string() << endl;
94 cout << y.range(i + 41, i).to_string() << endl;
98 cout << x.range(i, i + 224).to_string() << endl;
100 cout << y.range(i, i + 41).to_string() << endl;
/gem5/src/base/
H A Daddr_range.hh230 "and interleaving bits, %s %s\n", to_string(),
231 r.to_string());
307 std::string to_string() const function in class:AddrRange
370 to_string(), r.to_string());
384 panic("Cannot test subset of interleaved range %s\n", to_string());

Completed in 22 milliseconds

123456789