Searched refs:clout (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/communication/channel/aggregate/
H A Drgb.cpp57 rgb_t clout; local
61 clout = clin;
62 clout.red >>= 1;
63 clout.green >>=2;
64 clout.blue <<= 1;
65 color_out.write(clout);
/gem5/src/systemc/tests/systemc/misc/communication/signals/aggregate/
H A Drgb.cpp51 rgb_t clout; local
55 clout = clin;
56 clout.red >>= 1;
57 clout.green >>= 2;
58 clout.blue <<= 1;
59 color_out.write( clout );

Completed in 9 milliseconds