Searched refs:SC_HEX (Results 1 - 25 of 83) sorted by relevance

1234

/gem5/src/systemc/tests/systemc/bugs/sc_bigint_part_select/test01/
H A Dtest01.cpp52 cout << " bw:" << bigword.to_string(SC_HEX)
53 << "\n f0:" << bigword.range( 11, 0).to_string(SC_HEX)
54 << "\n f1:" << bigword.range( 23, 12).to_string(SC_HEX)
55 << "\n f2:" << bigword.range( 35, 24).to_string(SC_HEX)
56 << "\n f3:" << bigword.range( 47, 36).to_string(SC_HEX)
57 << "\n f4:" << bigword.range( 59, 48).to_string(SC_HEX)
58 << "\n f5:" << bigword.range( 71, 60).to_string(SC_HEX)
59 << "\n f6:" << bigword.range( 83, 72).to_string(SC_HEX)
60 << "\n f7:" << bigword.range( 95, 84).to_string(SC_HEX)
/gem5/src/systemc/tests/systemc/bugs/bug_70/
H A Dbug_70.cpp15 cout << "a: " << a.to_string(SC_HEX) << endl ;
16 cout << "b: " << b.to_string(SC_HEX) << " - So far so good" << endl ;
17 cout << "c: " << c.to_string(SC_HEX) << " - So far so good" << endl ;
22 cout << "a: " << a.to_string(SC_HEX) << endl ;
23 cout << "b: " << b.to_string(SC_HEX) << endl ;
24 cout << "c: " << c.to_string(SC_HEX) << endl ;
/gem5/src/systemc/tests/systemc/misc/stars/star130782/
H A Dtest.cpp83 cout << "A = " << A.to_string(SC_HEX) << endl;
84 cout << "Y = " << Y.to_string(SC_HEX) << endl << endl;
99 cout << "A = " << A.to_string(SC_HEX) << endl;
101 cout << "Y = " << Y.to_string(SC_HEX) << endl << endl;
116 cout << "A = " << A.to_string(SC_HEX) << endl;
118 cout << "Y = " << Y.to_string(SC_HEX) << endl << endl;
133 cout << "A = " << A.to_string(SC_HEX) << endl;
135 cout << "Y = " << Y.to_string(SC_HEX) << endl << endl;
/gem5/src/systemc/tests/systemc/datatypes/fx/arith_big/
H A Dadd_big.cpp54 out << r.to_string(SC_HEX) << " " << flush; \
56 out << m.to_string(SC_HEX) << "\n" << flush
/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"; }
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"; }
/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/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_utils.h184 return SC_HEX;
331 case SC_HEX:
390 case SC_HEX:
475 case SC_HEX:
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh180 return SC_HEX;
313 case SC_HEX:
368 case SC_HEX:
443 case SC_HEX:
/gem5/src/systemc/ext/dt/int/
H A D_using.hh40 using sc_dt::SC_HEX;

Completed in 21 milliseconds

1234