Searched refs:partial (Results 1 - 25 of 42) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Ddist.cpp58 // Compute the total and partial distances travelled.
65 double partial = 0.0; local
76 partial = partial + DIST_INCR;
80 cout << "Current partial distance displayed = "
81 << partial << " km @ " << sc_time_stamp() << endl;
/gem5/tests/configs/
H A Drealview64-simple-atomic-checkpoint.py49 run_test = functools.partial(checkpoint.run_test, interval=1.0)
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
66 sensitive << speed << angle << total << partial; local
H A Ddist.cpp56 // Compute the total and partial distances travelled.
79 tmp_partial = 0.0; // If reset.event(), reset the partial distance.
93 partial = tmp_partial;
H A Ddist.h45 sc_in<bool> reset; // Reset the partial distance odometer if true.
50 sc_out<double> partial; // Partial distance. local
55 // Compute the total and partial distances travelled.
H A Ddriver.cpp82 cout << "Driver reset the partial distance odometer @ "
116 if (partial.event()) {
117 cout << "Current partial distance displayed = "
118 << partial << " km @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
66 sensitive << speed << angle << total << partial; local
H A Ddist.cpp86 // Compute partial distance.
115 partial = partial_dist * DIST_INCR;
120 partial = 0.0;
H A Ddriver.cpp82 cout << "Driver reset the partial distance odometer @ "
116 if (partial.event()) {
117 cout << "Current partial distance displayed = "
118 << partial << " km @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
66 sensitive << speed << angle << total << partial; local
H A Ddist.cpp94 // Compute partial distance.
125 partial = partial_dist * DIST_INCR;
130 partial = 0.0;
H A Ddriver.cpp83 cout << "Driver reset the partial distance odometer @ "
118 if (partial.event()) {
119 cout << "Current partial distance displayed = "
120 << partial << " km @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
66 sensitive << speed << angle << total << partial; local
H A Ddist.cpp94 // Compute partial distance.
125 partial = partial_dist * DIST_INCR;
130 partial = 0.0;
H A Ddriver.cpp83 cout << "Driver reset the partial distance odometer @ "
118 if (partial.event()) {
119 cout << "Current partial distance displayed = "
120 << partial << " km @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
65 sensitive << speed << angle << total << partial; local
H A Ddist.cpp94 // Compute partial distance.
125 partial = partial_dist * DIST_INCR;
130 partial = 0.0;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
65 sensitive << speed << angle << total << partial; local
H A Ddist.cpp94 // Compute partial distance.
125 partial = partial_dist * DIST_INCR;
130 partial = 0.0;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
65 sensitive << speed << angle << total << partial; local
H A Ddist.cpp94 // Compute partial distance.
125 partial = partial_dist * DIST_INCR;
130 partial = 0.0;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
65 sensitive << speed << angle << total << partial; local
H A Ddist.cpp94 // Compute partial distance.
125 partial = partial_dist * DIST_INCR;
130 partial = 0.0;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Ddriver.h48 sc_in<double> partial; local
51 sc_out<bool> reset; // Set if the driver wants to reset the partial
65 sensitive << speed << angle << total << partial; local
H A Ddist.cpp94 // Compute partial distance.
125 partial = partial_dist * DIST_INCR;
130 partial = 0.0;

Completed in 26 milliseconds

12