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

/gem5/src/systemc/tests/systemc/misc/stars/star113632/
H A Dtest.cpp51 sc_bv<10> bv10 = 5; local
53 bv4 = bv10.range(4,1);
/gem5/src/systemc/tests/systemc/misc/stars/star114203/
H A Dtest.cpp50 sc_bv<10> bv10 = "0000111100"; local
55 bi10 = sc_bigint<10> (bv10);
73 bu10 = sc_biguint<10>(bv10);
76 cout << bv10.to_string() << endl;

Completed in 3 milliseconds