Searched refs:endl (Results 301 - 325 of 961) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/1666-2011-compliance/overkill_bug/
H A Doverkill_bug.cpp35 using std::endl;
85 cout << endl << "Success" << endl; local
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test08/
H A Dtest08.cpp58 cout << "thread here..." << endl; local
62 cout << "update called..." << endl; local
101 cout << "Program completed" << endl; local
/gem5/src/systemc/tests/systemc/kernel/sc_event/test01/
H A Dtest01.cpp62 cout << "Triggered by event e_b" << endl; local
70 cout << sc_delta_count() << " " << n << endl; local
72 cout << "Issuing sc_stop() " << endl; local
/gem5/src/systemc/tests/systemc/kernel/sc_time/test18/
H A Dtest18.cpp60 cout << sc_time_stamp() << " caught" << endl;
69 cout << sc_time_stamp() << " throwing" << endl;
86 cout << "Program completed" << endl; local
/gem5/src/systemc/tests/systemc/misc/sim_tests/multtrans/multtrans0/
H A Dmulttrans0.cpp111 cout << "staying in state 0" << endl; local
115 cout << "going to state 1" << endl; local
121 cout << "going to state 2" << endl; local
130 cout << "going to state 0" << endl; local
134 cout << "going to state 2" << endl; local
140 cout << "staying in state 1" << endl; local
148 cout << "going to state 0" << endl; local
152 cout << "going to state 1" << endl; local
158 cout << "staying in state 2" << endl; local
162 cout << "In bad state - resetting" << endl; local
[all...]
/gem5/src/systemc/tests/systemc/misc/systemc_header/test01/
H A Dtest01.cpp65 std::cout << "x: Hello World" << std::endl; member in class:std
72 std::cout << "y: Hello World" << std::endl; member in class:std
80 std::cout << "z: Hello World" << std::endl; member in class:std
/gem5/src/systemc/tests/systemc/misc/unit/control/wait_until/
H A Drdy_gen.h72 << "WRITING ready = 1" << endl;
77 << "WRITING ready = 0" << endl;
82 << "WRITING ready = 1" << endl;
/gem5/ext/drampower/src/
H A DMemoryPowerModel.cc389 cout << endl << "* Bankwise Details:"; local
391 cout << endl << "## @ Bank " << i << fixed
392 << endl << " #ACT commands: " << c.numberofactsBanks[i]
393 << endl << " #RD + #RDA commands: " << c.numberofreadsBanks[i]
394 << endl << " #WR + #WRA commands: " << c.numberofwritesBanks[i]
395 << endl << " #PRE (+ PREA) commands: " << c.numberofpresBanks[i];
397 cout << endl; local
400 cout << endl << "* Trace Details:" << fixed << endl
401 << endl << "#AC
438 cout << endl << "* Bankwise Details:"; local
466 cout << endl; local
[all...]
/gem5/src/learning_gem5/part2/
H A Dsimple_object.cc38 std::cout << "Hello World! From a SimObject!" << std::endl; member in class:std
/gem5/src/systemc/tests/systemc/1666-2011-compliance/suspend_resume/
H A Dsuspend_resume.cpp37 using std::endl;
94 cout << "Target awoke at " << sc_time_stamp() << endl;
107 cout << endl << "Success" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test04/
H A Dtest04.cpp57 cout<<a.semaphore.kind()<<endl;
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test04/
H A Dtest04.cpp58 cout<<sig1.read()<<endl;
60 cout<<sig2.read()<<endl;
79 cout<<a.sig1.name()<<endl;
80 cout<<a.sig2.name()<<endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test202/
H A Dtest202.cpp6 using std::endl;
42 cout << "Should be silent..." << endl; local
47 cout << endl << "Success" << endl; local
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test03/
H A Dtest03.cpp49 cout << endl << sc_time_stamp() << ", "
51 << ": function_method sees " << d << endl; local
71 cout << endl << sc_time_stamp() << ": static_method, Before spawning function_method " << endl;
/gem5/src/systemc/tests/systemc/kernel/process_control/throw_it/test1/
H A Dtest1.cpp26 cerr << sc_time_stamp() << ": starting victim thread" << endl;
31 << x.message() << ", exiting" << endl;
40 << endl;
44 << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_attribute/test01/
H A Dtest01.cpp54 cout << p->name() << endl;
57 cout << pi->value << endl;
61 cout << ps->value << endl;
67 cout << (*it)->name() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_module/test06/
H A Dtest06.cpp58 cout<<a.name()<<endl;;
/gem5/src/systemc/tests/systemc/kernel/sc_process_b/test01/
H A Dtest01.cpp48 cout << sc_get_current_process_b()->kind() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_process_b/test03/
H A Dtest03.cpp49 cout << handle.name() << " " << handle.proc_kind() << endl;
56 cout << handle.name() << " " << handle.proc_kind() << endl;
63 cout << name() << ".method " << method_handle.proc_kind() << endl;
66 cout << name() << ".thread " << thread_handle.proc_kind() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/datatypes/
H A Ddisplay.cpp44 cout << "Display: " << in_value1.read() << " " << in_value2.read() << " " << in_value3.read() << " " << in_value4.read() << " " << in_value5.read() << " " << in_value6.read() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/increment/
H A Ddisplay.cpp49 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/bitwidth/
H A Ddisplay.cpp46 cout << "Display: " << in_value1.read() << " " << in_value2.read() << " " << in_value3.read() << " " << in_value4.read() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/decrement/
H A Ddisplay.cpp47 cout << "Display: " << in_value1.read() << " " << in_value2.read() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/datatypes/
H A Ddisplay.cpp45 cout << "Display: " << in_value1.read() << " " << in_value2.read() << " " << in_value3.read() << " " << in_value4.read() << " " << in_value5.read() << " " << (int)in_value6.read() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/sharing/
H A Ddisplay.cpp45 cout << "Display: " << in_value1.read() << " " << in_value2.read() << " " << in_value3.read() << " " << in_value4.read() << " " << in_value5.read() << " " << in_value6.read() << endl;

Completed in 21 milliseconds

<<11121314151617181920>>