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

/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Ddist.cpp81 total_dist = total_dist + 1.0;
83 total_dist = 0.0;
111 if (total_dist.event())
112 total = total_dist * DIST_INCR;
H A Ddist.h54 sc_signal<double> total_dist; local
82 sensitive << total_dist << partial_dist;
85 total_dist = 0.0;
H A Dmain.cpp138 sc_trace(tf, odometers.total_dist, "total_dist");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Ddist.h68 sc_out<double> total_dist; local
98 sc_in<double> total_dist; local
111 sensitive << total_dist << partial_dist;
128 sc_signal<double> total_dist; local
149 compute_mod->total_dist.bind(total_dist);
153 lcd_mod->total_dist.bind(total_dist);
159 total_dist = 0.0;
H A Ddist.cpp91 total_dist = total_compute_dist;
121 if (total_dist.event())
122 total = total_dist * DIST_INCR;
H A Dmain.cpp138 sc_trace(tf, odometers.total_dist, "total_dist");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Ddist.h68 sc_out<double> total_dist; local
98 sc_in<double> total_dist; local
111 sensitive << total_dist << partial_dist;
128 sc_signal<double> total_dist; local
149 compute_mod->total_dist.bind(total_dist);
153 lcd_mod->total_dist.bind(total_dist);
159 total_dist = 0.0;
H A Ddist.cpp91 total_dist = total_compute_dist;
121 if (total_dist.event())
122 total = total_dist * DIST_INCR;
H A Dmain.cpp139 sc_trace(tf, odometers.total_dist, "total_dist");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Ddist.h68 sc_out<double> total_dist; local
98 sc_in<double> total_dist; local
111 sensitive << total_dist << partial_dist;
128 sc_signal<double> total_dist; local
149 compute_mod->total_dist.bind(total_dist);
153 lcd_mod->total_dist.bind(total_dist);
159 total_dist = 0.0;
H A Ddist.cpp91 total_dist = total_compute_dist;
121 if (total_dist.event())
122 total = total_dist * DIST_INCR;
H A Dmain.cpp138 sc_trace(tf, odometers.total_dist, "total_dist");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Ddist.h68 sc_out<double> total_dist; local
98 sc_in<double> total_dist; local
111 sensitive << total_dist << partial_dist;
128 sc_signal<double> total_dist; local
149 compute_mod->total_dist.bind(total_dist);
153 lcd_mod->total_dist.bind(total_dist);
159 total_dist = 0.0;
H A Ddist.cpp91 total_dist = total_compute_dist;
121 if (total_dist.event())
122 total = total_dist * DIST_INCR;
H A Dmain.cpp138 sc_trace(tf, odometers.total_dist, "total_dist");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Ddist.h68 sc_out<double> total_dist; local
98 sc_in<double> total_dist; local
111 sensitive << total_dist << partial_dist;
128 sc_signal<double> total_dist; local
152 // compute_mod->total_dist.bind(total_dist);
157 compute_mod->total_dist(total_dist);
161 // lcd_mod->total_dist.bind(total_dist);
[all...]
H A Ddist.cpp91 total_dist = total_compute_dist;
121 if (total_dist.event())
122 total = total_dist * DIST_INCR;
H A Dmain.cpp144 sc_trace(tf, odometers.total_dist, "total_dist");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Ddist.h68 sc_out<double> total_dist; local
98 sc_in<double> total_dist; local
111 sensitive << total_dist << partial_dist;
128 sc_signal<double> total_dist; local
155 // compute_mod->total_dist.bind(total_dist);
160 compute_mod->total_dist.bind(total_dist);
164 // lcd_mod->total_dist.bind(total_dist);
[all...]
H A Ddist.cpp91 total_dist = total_compute_dist;
121 if (total_dist.event())
122 total = total_dist * DIST_INCR;
H A Dmain.cpp151 sc_trace(tf, odometers.total_dist, "total_dist");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Ddist.h68 sc_out<double> total_dist; local
98 sc_in<double> total_dist; local
111 sensitive << total_dist << partial_dist;
128 sc_signal<double> total_dist; local
155 // compute_mod->total_dist.bind(total_dist);
160 compute_mod->total_dist.bind(total_dist);
164 // lcd_mod->total_dist.bind(total_dist);
[all...]
H A Ddist.cpp91 total_dist = total_compute_dist;
121 if (total_dist.event())
122 total = total_dist * DIST_INCR;
H A Dmain.cpp156 sc_trace(tf, odometers.total_dist, "total_dist");

Completed in 20 milliseconds