Searched refs:to_int (Results 1 - 25 of 94) sorted by relevance

1234

/gem5/src/systemc/tests/systemc/misc/synth/circle/
H A Dtb.h135 << " X = " << x_coord.to_int()
136 << " Y = " << y_coord.to_int()
143 if (x_coord.to_int() == -8) x = 15;
144 if (x_coord.to_int() == -7) x = 14;
145 if (x_coord.to_int() == -6) x = 13;
146 if (x_coord.to_int() == -5) x = 12;
147 if (x_coord.to_int() == -4) x = 11;
148 if (x_coord.to_int() == -3) x = 10;
149 if (x_coord.to_int() == -2) x = 9;
150 if (x_coord.to_int()
[all...]
/gem5/src/systemc/tests/systemc/misc/synth/combo/switch3/
H A Dswitch3.cpp48 return x.to_int();
51 return x.to_int();
54 return x.to_int();
57 return x.to_int();
/gem5/src/systemc/tests/systemc/misc/stars/star105234/
H A Dstar105234.cpp48 int x = b.to_int();
/gem5/src/systemc/tests/systemc/misc/synth/combo/switch4/
H A Dswitch4.cpp48 return x.to_int();
54 return x.to_int();
61 return y.to_int();
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_bool_to_signed/bits_to_bits/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
H A Ddatawidth.cpp60 tmp_result = tmp_a.to_int() + tmp_b.to_int();
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_bool_to_signed/extension/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
H A Ddatawidth.cpp59 tmp_result = tmp_a.to_int() + tmp_b.to_int();
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_bool_to_signed/lost_carry/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
H A Ddatawidth.cpp59 tmp_result = tmp_a.to_int() + tmp_b.to_int();
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_bool_to_signed/promote/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_bool_to_signed/promote_extension/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_bool_to_signed/promote_lost_carry/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_bool_to_signed/promote_truncation/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_bool_to_signed/truncation/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_signed/bits_to_bits/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_signed/extension/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_signed/lost_carry/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_signed/promote/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_signed/promote_extension/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_signed/promote_lost_carry/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_signed/promote_truncation/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_signed/truncation/
H A Dstimgen.cpp62 cout << in1.read().to_int() << " + " << in2.read().to_int()
63 << " = " << result.read().to_int()
/gem5/src/systemc/tests/systemc/misc/stars/star107464/
H A Dtest.cpp45 cout << a.to_int() << endl;
/gem5/src/systemc/tests/systemc/misc/gnats/pr-480/
H A Dpr-480.cpp60 return (x + foo(x.to_int())).to_int();

Completed in 16 milliseconds

1234