Searched refs:endl (Results 751 - 775 of 961) sorted by relevance

<<313233343536373839

/gem5/ext/mcpat/cacti/
H A Dmain.cc60 cerr << " Invalid arguments -- how to use CACTI:" << endl; local
61 cerr << " 1) cacti -infile <input file name>" << endl; local
62 cerr << " 2) cacti arg1 ... arg52 -- please refer to the README file" << endl; local
63 cerr << " No. of arguments input - " << argc << endl; local
/gem5/util/statetrace/arch/i686/
H A Dtracechild.hh82 << std::endl; member in class:I686TraceChild::std
/gem5/src/mem/ruby/network/garnet2.0/
H A DflitBuffer.cc66 out << "[flitBuffer: " << m_buffer.size() << "] " << std::endl; member in class:std
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_delta_count/
H A Dsc_delta_count.cpp38 using std::endl;
156 cout << "M() awoke at " << sc_time_stamp() << endl;
248 cout << endl << "Success" << endl; local
/gem5/src/systemc/tests/systemc/bugs/sc_bigint_part_select/test01/
H A Dtest01.cpp61 << endl;
/gem5/src/systemc/tests/systemc/communication/sc_mutex/test01/
H A Dtest01.cpp48 cout << sc_time_stamp() << " " << msg << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test01/
H A Dtest01.cpp48 cout << sc_time_stamp() << " " << msg << endl; local
/gem5/src/systemc/tests/systemc/compliance_1666/test209/
H A Dtest209.cpp5 using std::endl;
57 cout << "Should be silent..." << endl; local
134 cout << endl << "Success" << endl; local
/gem5/src/systemc/tests/systemc/compliance_1666/test233/
H A Dtest233.cpp6 using std::endl;
138 cout << "Should be silent..." << endl; local
142 cout << endl << "Success" << endl; local
/gem5/src/systemc/tests/systemc/datatypes/int/misc/test03/
H A Dtest03.cpp3 #define TEST(EXP) cout << #EXP << " = " << EXP << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/addition/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/datatypes/
H A Dstimulus.cpp70 cout << "Stimuli: " << tmp1 << " " << tmp2 << " " << tmp3 << " " << tmp4 << " " << tmp5 << " " << endl; local
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/sharing/
H A Dstimulus.cpp77 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/datatypes/
H A Dstimulus.cpp70 cout << "Stimuli: "<< tmp1 << " " << tmp2 << " " << tmp3 << " " << tmp4 << endl; local
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/divide/
H A Dstimulus.cpp75 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/modulo/
H A Dstimulus.cpp75 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/mult/
H A Dstimulus.cpp75 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/datatypes/
H A Dstimulus.cpp70 cout << "Stimuli: " << tmp1 << " " << tmp2 << " " << tmp3 << " " << tmp4 << " " << tmp5 << endl; local
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/sharing/
H A Dstimulus.cpp66 cout << "Stimuli: " << tmp1 << " " << tmp2 << " " << tmp3 << " " << tmp4 << " " << tmp5 << endl; local
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/subtract/
H A Dstimulus.cpp75 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/and_1/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/not_1/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/datatypes/
H A Dstimulus.cpp73 << tmp5 << " " << tmp6 << " " << tmp7 << endl; local
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/or_1/
H A Dstimulus.cpp76 << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/datatypes/
H A Dstimulus.cpp71 cout << "Stimuli: " << tmp1 << " " << tmp2 << " " << tmp3 << " " << tmp4 << " " << tmp5 << " " << endl; local

Completed in 19 milliseconds

<<313233343536373839