Searched refs:total (Results 1 - 25 of 78) sorted by relevance

1234

/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Ddist.cpp58 // Compute the total and partial distances travelled.
64 double total = 0.0; local
75 total = total + DIST_INCR;
78 cout << "Current total distance displayed = "
79 << total << " km @ " << sc_time_stamp() << endl;
83 if (total >= 3 * DIST_INCR)
/gem5/util/stats/
H A Dflags.py31 total = 0x00000010 variable
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/
H A Ddriver.h47 sc_in<double> total; local
66 sensitive << speed << angle << total << partial;
H A Ddist.cpp56 // Compute the total and partial distances travelled.
92 total = tmp_total;
H A Ddist.h49 sc_out<double> total; // Total distance. local
55 // Compute the total and partial distances travelled.
H A Ddriver.cpp111 if (total.event()) {
112 cout << "Current total distance displayed = "
113 << total << " km @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Ddriver.h47 sc_in<double> total; local
66 sensitive << speed << angle << total << partial;
H A Ddist.cpp76 // Compute total distance.
112 total = total_dist * DIST_INCR;
119 total = 0.0;
H A Ddriver.cpp111 if (total.event()) {
112 cout << "Current total distance displayed = "
113 << total << " km @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Ddriver.h47 sc_in<double> total; local
66 sensitive << speed << angle << total << partial;
H A Ddist.cpp82 // Compute total distance.
122 total = total_dist * DIST_INCR;
129 total = 0.0;
H A Ddriver.cpp113 if (total.event()) {
114 cout << "Current total distance displayed = "
115 << total << " km @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Ddriver.h47 sc_in<double> total; local
66 sensitive << speed << angle << total << partial;
H A Ddist.cpp82 // Compute total distance.
122 total = total_dist * DIST_INCR;
129 total = 0.0;
H A Ddriver.cpp113 if (total.event()) {
114 cout << "Current total distance displayed = "
115 << total << " km @ " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Ddriver.h47 sc_in<double> total; local
65 sensitive << speed << angle << total << partial;
H A Ddist.cpp82 // Compute total distance.
122 total = total_dist * DIST_INCR;
129 total = 0.0;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Ddriver.h47 sc_in<double> total; local
65 sensitive << speed << angle << total << partial;
H A Ddist.cpp82 // Compute total distance.
122 total = total_dist * DIST_INCR;
129 total = 0.0;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Ddriver.h47 sc_in<double> total; local
65 sensitive << speed << angle << total << partial;
H A Ddist.cpp82 // Compute total distance.
122 total = total_dist * DIST_INCR;
129 total = 0.0;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Ddriver.h47 sc_in<double> total; local
65 sensitive << speed << angle << total << partial;
H A Ddist.cpp82 // Compute total distance.
122 total = total_dist * DIST_INCR;
129 total = 0.0;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Ddriver.h47 sc_in<double> total; local
65 sensitive << speed << angle << total << partial;
H A Ddist.cpp82 // Compute total distance.
122 total = total_dist * DIST_INCR;
129 total = 0.0;

Completed in 18 milliseconds

1234