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

12

/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Ddriver.cpp81 cout << "Driver reset the partial distance odometer @ "
118 if (partial.event()) {
119 cout << "Current partial distance displayed = "
120 << partial << " km @ " << sc_time_stamp() << endl;
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true.
76 // Compute total and partial distances.
103 sc_out<double> partial; // Partial distance. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true.
124 sc_out<double> partial; // Partial distance. local
156 lcd_mod->partial.bind(partial);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Ddriver.cpp81 cout << "Driver reset the partial distance odometer @ "
118 if (partial.event()) {
119 cout << "Current partial distance displayed = "
120 << partial << " km @ " << sc_time_stamp() << endl;
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true.
76 // Compute total and partial distances.
103 sc_out<double> partial; // Partial distance. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true.
124 sc_out<double> partial; // Partial distance. local
156 lcd_mod->partial.bind(partial);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Ddriver.cpp81 cout << "Driver reset the partial distance odometer @ "
118 if (partial.event()) {
119 cout << "Current partial distance displayed = "
120 << partial << " km @ " << sc_time_stamp() << endl;
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true.
76 // Compute total and partial distances.
103 sc_out<double> partial; // Partial distance. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true.
124 sc_out<double> partial; // Partial distance. local
164 // lcd_mod->partial.bind(partial);
169 lcd_mod->partial.bind(partial);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Ddriver.cpp81 cout << "Driver reset the partial distance odometer @ "
118 if (partial.event()) {
119 cout << "Current partial distance displayed = "
120 << partial << " km @ " << sc_time_stamp() << endl;
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true.
76 // Compute total and partial distances.
103 sc_out<double> partial; // Partial distance. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true.
124 sc_out<double> partial; // Partial distance. local
167 // lcd_mod->partial.bind(partial);
173 lcd_mod->partial(partial);
175 // *lcd_mod << start, total_dist, partial_dist, total, partial;
[all...]
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
28 set its speed, reset the partial distance odometer, and stop the
126 odometers.partial.bind(disp_partial_dist);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Ddriver.cpp81 cout << "Driver reset the partial distance odometer @ "
118 if (partial.event()) {
119 cout << "Current partial distance displayed = "
120 << partial << " km @ " << sc_time_stamp() << endl;
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true.
76 // Compute total and partial distances.
103 sc_out<double> partial; // Partial distance. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true.
124 sc_out<double> partial; // Partial distance. local
167 // lcd_mod->partial.bind(partial);
173 lcd_mod->partial(partial);
175 // *lcd_mod << start, total_dist, partial_dist, total, partial;
[all...]
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
28 set its speed, reset the partial distance odometer, and stop the
131 odometers.partial.bind(disp_partial_dist);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true.
76 // Compute total and partial distances.
103 sc_out<double> partial; // Partial distance. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true.
124 sc_out<double> partial; // Partial distance. local
156 lcd_mod->partial.bind(partial);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true.
76 // Compute total and partial distances.
103 sc_out<double> partial; // Partial distance. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true.
124 sc_out<double> partial; // Partial distance. local
156 lcd_mod->partial.bind(partial);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Ddist.h45 sc_in<bool> reset; // Reset the partial distance odometer if true.
50 sc_out<double> partial; // Partial distance. local
63 // Compute total and partial distances.
/gem5/src/mem/ruby/common/
H A DAddress.cc43 Addr partial = (addr & mask); local
44 return (partial >> small);
/gem5/ext/pybind11/tests/
H A Dtest_callbacks.py7 from functools import partial
20 assert m.test_callback1(partial(func2, 1, 2, 3, 4)) == ("func2", 1, 2, 3, 4)
21 assert m.test_callback1(partial(func3, "partial")) == "func3(partial)"

Completed in 17 milliseconds

12