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

/gem5/src/systemc/tests/systemc/datatypes/misc/sign_propagation/
H A Dsign_propagation.cpp48 sc_biguint<64> BUI; local
64 BUI = i;
65 cout << "BUI = " << BUI.to_string(SC_BIN) << " " << I(5,3) << endl;
87 BUI = i;
88 cout << "BUI = " << BUI.to_string(SC_BIN) << " " << I(5,3) << endl;
112 BUI = j;
113 cout << "BUI = " << BUI
[all...]

Completed in 4 milliseconds