Searched refs:to_string (Results 76 - 100 of 205) sorted by relevance

123456789

/gem5/src/systemc/tests/systemc/datatypes/fx/limits/
H A Dfx_fix_limits_long.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_zero.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_fixed_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_fixed_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"; }
H A Dfx_fixed_limits_long.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_fixed_limits_zero.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_float_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_float_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"; }
H A Dfx_float_limits_long.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_float_limits_zero.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_ufix_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_ufix_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"; }
H A Dfx_ufix_limits_long.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_ufix_limits_zero.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_ufixed_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_ufixed_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"; }
H A Dfx_ufixed_limits_long.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_ufixed_limits_zero.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"; }
/gem5/src/mem/cache/compressors/
H A Dbase.cc164 compressionSize.subname(i, std::to_string(1 << i));
166 "in " + std::to_string(1 << i) + " bits");
/gem5/src/sim/
H A Dmathexpr.hh101 return std::to_string(value);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxcast_switch.h87 const std::string to_string() const;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxcast_switch.hh86 const std::string to_string() const;
/gem5/src/systemc/ext/dt/int/
H A Dsc_length_param.hh98 const std::string to_string() const;
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_both.cpp61 out << i << " : " << a.to_string(SC_BIN) << "\n";
/gem5/src/gpu-compute/
H A Dsimple_pool_manager.cc60 _cout = "VRF reserves " + std::to_string(reservedEntries) + " VGPRs\n";

Completed in 11 milliseconds

123456789