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

<<111213

/gem5/src/cpu/testers/rubytest/
H A DCheck.cc187 // 1 out of 8 chance, issue an atomic rather than a write
373 Check::print(std::ostream& out) const
375 out << "["
/gem5/util/
H A Do3-pipeview.py47 # Temporary storage for instructions. The queue is filled in out-of-order
49 # sorted out and instructions are printed out until their number drops to
51 # It is assumed that the instructions are not out of order for more then
52 # 'min_threshold' places - otherwise they will appear out of order.
55 'max_threshold':2000, # Instructions are sorted out and printed when
64 # out of order for more then 2000 CPU ticks,
153 #Sorts out instructions according to sequence number
158 # Sorts out and prints instructions when their number reaches threshold value
166 # Sorts out an
[all...]
/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetNetwork.cc431 GarnetNetwork::print(ostream& out) const
433 out << "[GarnetNetwork]";
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp165 // We can delete threads and cthreads here if a dying thread figured out
525 goto out;
544 goto out;
549 if ( stop_mode == SC_STOP_IMMEDIATE ) goto out;
642 out:
2033 and crunch. This makes it possible to exit out
/gem5/src/base/
H A Doutput.cc231 mode |= std::ios::out;
/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp1078 char *out; local
1140 out = biguint2str(D_Out_wire);
1146 if( in[i] != out[i]){
1155 << " out:" << out << endl;
/gem5/src/gpu-compute/
H A Dwavefront.hh369 void getContext(const void *out);
H A Dwavefront.cc857 Wavefront::getContext(const void *out) argument
859 uint8_t *iter = (uint8_t *)out;
/gem5/src/python/m5/
H A DSimObject.py421 # __dict__. We intercept this to filter out parameter & port assignments
1062 out = []
1065 out.extend(self[t]._sim_objects)
1075 out.extend(sim_object[i] for i in _range)
1076 return SimObjectCliWrapper(out)
1366 # clear out child with given name. This code is not likely to be exercised.
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc1345 std::vector<std::unique_ptr<int>> out; local
1346 out.emplace_back(new int(7));
1347 return out;
/gem5/src/dev/storage/
H A Ddisk_image.cc88 mode |= ios::out;
399 panic("access out of bounds");
419 panic("access out of bounds");
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h155 // print-out of x and the matcher's description. Whether the match
302 // typical scenarios. However, shared_ptr can out-perform
827 // For each member of tuple 't', taken in order, evaluates '*out++ = f(t)'.
828 // Returns the final value of 'out' in case the caller needs it.
829 static OutIter Run(Func f, const Tuple& t, OutIter out) { argument
830 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out);
836 OutIter operator() (Func f, const Tup& t, OutIter out) const {
837 *out++ = f(::testing::get<TupleSize::value - kRemainingSize>(t));
838 return IterateOverTuple<Tup, kRemainingSize - 1>()(f, t, out);
843 OutIter operator() (Func /* f */, const Tup& /* t */, OutIter out) cons
853 TransformTupleValues(Func f, const Tuple& t, OutIter out) argument
[all...]
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc235 DPRINTF(Branch, "%d bits of metadata so far, %d left out of "
417 // for each table, figure out if there was a misprediction
532 int out = pout + signed_weight; local
534 if ((out >= 1) != taken) {
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc3452 std::string out; local
3455 out.append(1, kEdits[edits[i]]);
3457 return out;
3461 std::vector<size_t> out; local
3463 out.push_back(str[i]);
3465 return out;
3469 std::vector<std::string> out; local
3471 out.push_back(str.substr(i, 1));
3473 return out;
/gem5/src/cpu/minor/
H A Dexecute.cc69 out(out_),
1172 /* Use this, possibly out of order, inst as the one
1418 BranchData &branch = *out.inputWire;
/gem5/ext/drampower/src/
H A DCmdScheduler.cc57 commands.open("commands.trace", ifstream::out);
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2665 // if u == 0 or the range is out of bounds, return 0
2737 // reversing is "read bits out of d from left to right and push
2813 // if u == 0 or the range is out of bounds, return 0
2885 // reversing is "read bits out of d from left to right and push
2935 // Print out all the physical attributes.
2967 // Checks to see if bit_num is out of bounds.
2977 "bit_num = %d is out of bounds",
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc266 "for repeating forever. Useful for shaking out flaky tests.");
1122 // Helper class that holds the state for one hunk and prints it out to the
3405 // Prints an XML summary of unit_test to output stream out.
3556 static bool PortableLocaltime(time_t seconds, struct tm* out) { argument
3558 return localtime_s(out, &seconds) == 0;
3565 *out = *tm_ptr;
3568 return localtime_r(&seconds, out) != NULL;
3700 // Prints an XML summary of unit_test to output stream out.
4714 // process. Otherwise, we could filter out death tests we intended to execute.
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h682 /// beginning of the buffer. May throw if the index would lead to out of bounds access.
688 /// beginning of the buffer. May throw if the index would lead to out of bounds access.
696 /// May throw if the index would lead to out of bounds access.
706 /// May throw if the index would lead to out of bounds access.
814 " is out of bounds for axis " + std::to_string(axis) +
1400 // Figure out the output size, and make sure all input arrays conform (i.e. are either size 1 or
1518 // out as array_t<T> pointers, but they will be changed them to T pointers before we make
1558 Return *out,
1573 out[i] = f(*reinterpret_cast<param_n_t<Index> *>(params[Index])...);
/gem5/ext/mcpat/cacti/
H A Dio.cc1283 fstream file("out.csv", ios::in);
1287 file.open("out.csv", ios::out | ios::app);
1289 cerr << "File out.csv could not be opened successfully" << endl;

Completed in 82 milliseconds

<<111213