Searched refs:to_int (Results 51 - 75 of 94) sorted by relevance

1234

/gem5/src/systemc/tests/systemc/datatypes/int/sc_int_base/mixed/
H A Dtest_int.cpp123 cout << "sc8 = " << sc8.to_int() << endl;
124 cout << "sc4 = " << sc4.to_int() << endl;
167 bva = b & lva.to_int();
191 su8 = bva.to_int() | ss8;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/and_1/
H A Dstimulus.cpp79 send_value3 = send_value3.to_int()+11;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/not_1/
H A Dstimulus.cpp79 send_value3 = send_value3.to_int()+11;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/or_1/
H A Dstimulus.cpp79 send_value3 = send_value3.to_int()+11;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/xor_1/
H A Dstimulus.cpp79 send_value3 = send_value3.to_int()+11;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_datatypes/
H A Dfor_datatypes.cpp78 for (counter_signed=1; counter_signed.to_int()<=max; counter_signed++) {
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_datatypes/
H A Dwhile_datatypes.cpp95 } while (signed_counter.to_int()<=max);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/divide/
H A Ddivide.cpp107 tmp1 = (tmp2/tmp3).to_int();
/gem5/src/systemc/tests/systemc/misc/synth/concat/fncall/
H A Dtest.cpp129 o1 = z.to_int(); // o1 = 00001111 01100011 11000010 00001111
/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Darray.cpp57 operator int() const { return val.to_int(); }
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Darray.cpp58 operator int() const { return val.to_int(); }
/gem5/src/systemc/tests/systemc/datatypes/fx/observers/
H A Dobservers.cpp54 std::cout << "to_int "; value.to_int();
/gem5/src/systemc/tests/systemc/datatypes/misc/test02/
H A Dtest02.cpp49 cout << a.to_int() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/modulo/
H A Dmodulo.cpp108 tmp1 = (tmp2%tmp3).to_int();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/mult/
H A Dmult.cpp107 tmp1 = (tmp2*tmp3).to_int();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/datatypes/
H A Ddatatypes.cpp110 tmp5r = tmp3 << ((unsigned int)(tmp1.to_int()) % 32);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/sharing/
H A Dsharing.cpp110 tmp5r = tmp3 << ((unsigned int)tmp1.to_int() % 32);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shr/sharing/
H A Dsharing.cpp110 tmp5r = tmp3 >> (((unsigned int)tmp1.to_int()) % 32);
/gem5/src/systemc/tests/systemc/misc/semantic/2.5/
H A DT_2_5_1_1.cpp109 a1 = x.read().to_int();
/gem5/src/systemc/tests/systemc/misc/synth/concat/lvalue/
H A Dtest.cpp126 o1 = z.to_int();
/gem5/src/systemc/tests/systemc/misc/synth/concat/rvalue/
H A Dtest.cpp155 o1 = z.to_int();
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp328 // std_ulogic_vector .to_int()
341 ts5 = ts4.to_int();
342 ts6 = ts4.to_int();
343 ts7 = ts4.to_int();
345 cout << "std_ulogic_vector \t\t<=\t\t to_int()"
347 << "\nTS1 = \t\t\t\t " << ts1 << "\t " << ts1.to_int()
348 << "\nTS2 = " << ts2 << "\t " << ts2.to_int()
349 << "\nTS3 = " << ts3 << "\t " << ts3.to_int()
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/addition/
H A Daddition.cpp144 tmp1 = (tmp3 + tmp2).to_int();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/subtract/
H A Dsubtract.cpp145 tmp1 = (tmp3 - tmp2).to_int();
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_uint_base.h391 int to_int() const;
805 int to_int() const function in class:sc_dt::sc_uint_base
1028 sc_uint_subref_r::to_int() const function in class:sc_dt::sc_uint_subref_r
1031 return a.to_int();

Completed in 27 milliseconds

1234