Searched refs:UI (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/int/misc/test03/
H A Dtest03.cpp9 sc_uint<8> UI = BI; local
22 TEST(UI(3,0).to_int())
23 TEST(UI(3,0).to_uint())
24 TEST(UI(3,0).to_int64())
25 TEST(UI(3,0).to_uint64())
26 TEST(UI(3,0).to_double())
/gem5/src/systemc/tests/systemc/datatypes/misc/sign_propagation/
H A Dsign_propagation.cpp46 sc_uint<64> UI; local
58 UI = i;
59 cout << "UI = " << UI.to_string(SC_BIN) << " " << I(5,3) << endl;
81 UI = i;
82 cout << "UI = " << UI.to_string(SC_BIN) << " " << I(5,3) << endl;
106 UI = j;
107 cout << "UI = " << UI
[all...]

Completed in 4 milliseconds