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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/stepwise_simulation/
H A Dstepwise_simulation.cpp81 static bool start_delta = ( delta == 0 ) && ( step == SC_ZERO_TIME ); local
112 == delta + ( !start_delta && step == SC_ZERO_TIME ) );
113 start_delta = false;

Completed in 4 milliseconds