Searched refs:out (Results 176 - 200 of 320) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.5/
H A Dmean.cpp87 out.write(arith);
89 out.write(geom);
91 out.write(harmonic);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.6/
H A Dmean.cpp86 out.write(arith);
88 out.write(geom);
90 out.write(harmonic);
/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Devent_finder.hh62 std::ostringstream out; local
63 out << "port is not bound: port '" << port()->name() <<
65 SC_REPORT_ERROR(sc_core::SC_ID_FIND_EVENT_, out.str().c_str());
/gem5/util/
H A Dprotolib.py164 out = message.SerializeToString()
165 _EncodeVarint32(out_file, len(out))
166 out_file.write(out)
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.hh82 void printStats(std::ostream& out) const {}
84 void printConfig(std::ostream& out) const {}
86 void print(std::ostream& out) const;
/gem5/src/mem/ruby/network/
H A DNetwork.hh111 virtual void print(std::ostream& out) const = 0;
188 operator<<(std::ostream& out, const Network& obj) argument
190 obj.print(out);
191 out << std::flush;
192 return out;
/gem5/ext/sst/
H A DExtSlave.cc55 ExtSlave::ExtSlave(gem5Component *g5c, Output &out, argument
58 comp(g5c), out(out), simPhase(CONSTRUCTION), initPackets(NULL),
63 out.fatal(CALL_INFO, 1, "Failed to configure link %s\n", name.c_str());
111 out.fatal(CALL_INFO, 1, "Don't know how to convert gem5 packet "
147 out.fatal(CALL_INFO, 1, "ExtSlave handleEvent received non-MemEvent\n");
166 // Clear out bus delay notifications
183 // Clear out bus delay notifications
H A DExtMaster.cc61 Port(n, p), out(o), port(p), simPhase(CONSTRUCTION),
124 out.fatal(CALL_INFO, 1, "received Event during Construction phase\n");
129 out.fatal(CALL_INFO, 1, "Can't handle non-MemEvent Event's\n");
133 MemCmd::Command cmdO; // command out - gem5
156 out.fatal(CALL_INFO, 1, "Don't know how to convert "
191 out.fatal(CALL_INFO, 1, "not prepared to handle INIT-phase traffic\n");
197 out.fatal(CALL_INFO, 1, "gem5 senderState corrupt\n");
/gem5/src/mem/ruby/common/
H A DSet.hh215 void print(std::ostream& out) const
217 out << "[Set (" << m_nSize << "): " << bits << "]";
222 operator<<(std::ostream& out, const Set& obj) argument
224 obj.print(out);
225 out << std::flush;
226 return out;
H A DAddress.cc128 std::stringstream out; local
129 out << "[" << std::hex << "0x" << addr << "," << " line 0x"
132 return out.str();
/gem5/src/systemc/tests/systemc/kernel/sc_event/test02/
H A Dtest02.cpp45 sc_out<int> out; local
52 out = a ++;
120 src.out( sig );
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.7/
H A Dmean.cpp100 out.write(arith);
106 out.write(geom);
113 out.write(harmonic);
/gem5/src/mem/ruby/network/garnet2.0/
H A DCrossbarSwitch.hh54 void print(std::ostream& out) const {};
/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dtest_bit.cpp53 void test_bit(ostream& out, int wl, int iwl) argument
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_limits/
H A Dfx_fix_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_fix_limits_double(ostream& out) argument
91 out << "****************** limits fx_fix_double\n";
H A Dfx_fix_limits_inf.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_fix_limits_inf(ostream& out) argument
91 out << "****************** limits fx_fix_inf\n";
H A Dfx_fix_limits_long.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_fix_limits_long(ostream& out) argument
91 out << "****************** limits fx_fix_long\n";
H A Dfx_fix_limits_zero.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_fix_limits_zero(ostream& out) argument
91 out << "****************** limits fx_fix_zero\n";
H A Dfx_fixed_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_fixed_limits_double(ostream& out) argument
91 out << "****************** limits fx_fixed<8, 5>_double\n";
H A Dfx_fixed_limits_inf.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_fixed_limits_inf(ostream& out) argument
91 out << "****************** limits fx_fixed<8, 5>_inf\n";
H A Dfx_fixed_limits_long.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_fixed_limits_long(ostream& out) argument
91 out << "****************** limits fx_fixed<8, 5>_long\n";
H A Dfx_fixed_limits_zero.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_fixed_limits_zero(ostream& out) argument
91 out << "****************** limits fx_fixed<8, 5>_zero\n";
H A Dfx_float_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
93 void test_fx_float_limits_double(ostream& out) argument
95 out << "****************** limits fx_float_double\n";
H A Dfx_float_limits_long.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
93 void test_fx_float_limits_long(ostream& out) argument
95 out << "****************** limits fx_float_long\n";
H A Dfx_ufix_limits_double.cpp56 #define SHOW(a) out << #a << " : " << a.to_string(SC_HEX) << "\n"
57 #define SHOW_EXP(a) { res = a; out << #a << " : " << res.to_string(SC_HEX) << "\n"; }
89 void test_fx_ufix_limits_double(ostream& out) argument
91 out << "****************** limits fx_ufix_double\n";

Completed in 22 milliseconds

1234567891011>>