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

/gem5/src/systemc/tests/systemc/datatypes/int/from_bv_lv/test01/
H A Dtest01.cpp43 test_smaller( const sc_bv<4>& bv_one, const sc_bv<4>& bv_two ) argument
47 sc_int<8> a( bv_one );
51 c = bv_one;
60 sc_uint<8> a( bv_one );
64 c = bv_one;
73 sc_bigint<8> a( bv_one );
77 c = bv_one;
86 sc_biguint<8> a( bv_one );
90 c = bv_one;
100 test_equal( const sc_bv<4>& bv_one, cons argument
157 test_larger( const sc_bv<4>& bv_one, const sc_bv<4>& bv_two ) argument
[all...]

Completed in 3 milliseconds