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

/gem5/src/systemc/tests/systemc/datatypes/misc/sign_propagation/
H A Dsign_propagation.cpp51 sc_biguint<70> BBUI; local
73 BBUI = i;
74 cout << "BBUI = " << BBUI.to_string(SC_BIN) << " " << I(5,3) << endl;
96 BBUI = i;
97 cout << "BBUI = " << BBUI.to_string(SC_BIN) << " " << I(5,3) << endl;
121 BBUI = j;
122 cout << "BBUI = " << BBUI
[all...]

Completed in 3 milliseconds