Searched refs:to_string (Results 51 - 75 of 205) sorted by relevance

123456789

/gem5/src/mem/
H A Dxbar.cc327 addr_range.to_string());
332 "will use default port\n", addr_range.to_string());
338 fatal("Unable to find destination for %s on %s\n", addr_range.to_string(),
401 r.to_string(), master_port_id);
407 r.to_string(),
429 defaultRange.to_string());
451 merged_range.to_string());
462 r.first.to_string());
476 merged_range.to_string());
492 "subset\n", r.to_string(), nam
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_kwargs_and_defaults.cpp15 auto kw_func = [](int x, int y) { return "x=" + std::to_string(x) + ", y=" + std::to_string(y); };
28 ret += std::to_string(i) + " ";
H A Dtest_constants_and_functions.cpp19 return "test_function(enum=" + std::to_string(k) + ")";
23 return "test_function(" + std::to_string(i) + ")";
40 ret += std::to_string(static_cast<int>(value[i])) + " ";
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_limits/
H A Dfx_fix_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fix_limits_inf.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fix_limits_long.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fix_limits_zero.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fixed_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fixed_limits_inf.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fixed_limits_long.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fixed_limits_zero.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_float_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_float_limits_inf.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_float_limits_long.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_float_limits_zero.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufix_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufix_limits_inf.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufix_limits_long.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufix_limits_zero.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufixed_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufixed_limits_inf.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufixed_limits_long.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_ufixed_limits_zero.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #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_double.cpp54 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
55 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
H A Dfx_fix_limits_inf.cpp54 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
55 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }

Completed in 20 milliseconds

123456789