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

/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/increment/
H A Dincrement.cpp43 const int eins = 1; local
68 tmp1 = tmp1 + eins;
71 tmp2 = tmp2 + eins;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/decrement/
H A Ddecrement.cpp44 const int eins = 1; local
70 tmp1 = tmp1 - eins;
74 tmp2 = tmp2 - eins;

Completed in 5 milliseconds