Searched refs:SC_HEX (Results 26 - 50 of 83) sorted by relevance

1234

/gem5/src/systemc/tests/systemc/datatypes/fx/fast_limits/
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"; }
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"; }

Completed in 17 milliseconds

1234