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

/gem5/src/systemc/tests/systemc/datatypes/misc/sign_propagation/
H A Dsign_propagation.cpp50 sc_bigint<70> BBI; local
70 BBI= i;
71 cout << "BBI = " << BBI.to_string(SC_BIN) << " " << I(5,3) << endl;
93 BBI= i;
94 cout << "BBI = " << BBI.to_string(SC_BIN) << " " << I(5,3) << endl;
118 BBI= j;
119 cout << "BBI = " << BBI
[all...]

Completed in 10 milliseconds