Searched refs:in_value (Results 26 - 35 of 35) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_exit/
H A Dfor_exit.h49 const sc_signal<int>& in_value; local
65 in_value (IN_VALUE),
H A Dfor_exit.cpp67 inp_tmp = in_value.read();
86 inp_tmp = in_value.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_fsm/
H A Dfor_fsm.h49 const sc_signal<int>& in_value; local
65 in_value (IN_VALUE),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_datatypes/
H A Dwhile_datatypes.h49 const sc_signal<int>& in_value; local
65 in_value (IN_VALUE),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_exit/
H A Dwhile_exit.h49 const sc_signal<int>& in_value; local
65 in_value (IN_VALUE),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_fsm/
H A Dwhile_fsm.h49 const sc_signal<int>& in_value; local
65 in_value (IN_VALUE),
/gem5/src/systemc/tests/systemc/misc/stars/star102573/
H A Dfor_nest.h46 const sc_signal<int>& in_value; local
62 in_value (IN_VALUE),
H A Dstar102573.cpp67 tmp2 = in_value.read();
79 inp_tmp = in_value.read();
/gem5/src/systemc/tests/systemc/misc/stars/star102574/
H A Dwhile_fsm.h46 const sc_signal<int>& in_value; local
62 in_value (IN_VALUE),
/gem5/src/systemc/tests/systemc/examples/isqrt/
H A Disqrt.cpp35 sc_uint<18> in_value; local
38 in_value = DIN_value.read();
41 in_value = DIN_value.read();
46 out_value = isqrt5(in_value);

Completed in 10 milliseconds

12