Searched refs:value (Results 476 - 497 of 497) sorted by relevance

<<11121314151617181920

/gem5/src/python/m5/
H A Dmain.py56 def _stats_help(option, opt, value, parser):
/gem5/ext/mcpat/
H A Dcacheunit.cc477 XMLCSTR value = paramNode->getAttribute("value"); local
600 XMLCSTR value = statNode->getAttribute("value"); local
H A Dcore.cc225 XMLCSTR value = paramNode->getAttribute("value"); local
247 XMLCSTR value = statNode->getAttribute("value"); local
470 XMLCSTR value = paramNode->getAttribute("value"); local
736 //in RS based OOO, ROB also contains value of destination reg
1007 XMLCSTR value = paramNode->getAttribute("value"); local
1027 XMLCSTR value local
1047 XMLCSTR value = paramNode->getAttribute("value"); local
1067 XMLCSTR value = statNode->getAttribute("value"); local
3711 XMLCSTR value = paramNode->getAttribute("value"); local
3852 XMLCSTR value = statNode->getAttribute("value"); local
[all...]
/gem5/src/gpu-compute/
H A Dwavefront.cc669 computeUnit->execRateDist.sample(computeUnit->totalCycles.value() -
671 computeUnit->lastExecCycle[simdId] = computeUnit->totalCycles.value();
H A Dgpu_tlb.cc1696 .push_back(localNumTLBAccesses.value());
1736 // update the localTLBAccesses value
1749 // need to know the mean value
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc337 // wait for up to .5 seconds for the OS to report the correct value.
1088 int value() const { return value_; } function in class:testing::internal::AtomicCounterWithMutex
1126 // value.
1127 EXPECT_EQ(kCycleCount * kThreadCount, locked_counter.value());
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh191 void update(Addr pc, bool value) argument
196 pos |= value;
245 * @result resulting hash value that will be used to index the table
450 * resulting best value in case the prediction has low confidence
470 * @param c current value of the table
471 * @param max_weight maximum value of the counter
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s60 # finop; beq.qt %rc, %rc, 24 # return value entry
62 # finop; movi8 0, %rc # no return value entry
67 # return value branche 16 bytes in to the procedure, which will zero
195 # and will consequently be the return value of the blocking routine.
/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.cpp80 static_assert(std::is_same<arr_t::value_type, uint16_t>::value, "");
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h913 // query value
924 const sc_fxval value() const;
1337 // query value
1348 const sc_fxval_fast value() const;
2619 #define DEFN_CTOR_T_D(tp) DEFN_CTOR_T(tp,a.value())
3511 // query value
3555 sc_fxnum::value() const function in class:sc_dt::sc_fxnum
4630 // query value
4678 sc_fxnum_fast::value() const function in class:sc_dt::sc_fxnum_fast
4768 // Fixed-point value typ
[all...]
H A Dsc_fxval.h92 // Fixed-point value type; arbitrary precision.
392 // query value
436 // Fixed-point value type; limited precision.
726 // query value
769 // Fixed-point value type; arbitrary precision.
827 #define DEFN_CTOR_T_C(tp) DEFN_CTOR_T(tp,a.value())
1434 // query value
1539 // Fixed-point value type; limited precision.
2189 // query value
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh779 // query value
789 const sc_fxval value() const;
1137 // query value
1147 const sc_fxval_fast value() const;
2211 #define DEFN_CTOR_T_D(tp) DEFN_CTOR_T(tp, a.value())
2992 // query value
3029 sc_fxnum::value() const function in class:sc_dt::sc_fxnum
3961 // query value
4000 sc_fxnum_fast::value() const function in class:sc_dt::sc_fxnum_fast
4074 // Fixed-point value typ
[all...]
H A Dsc_fxval.hh83 // Fixed-point value type; arbitrary precision.
337 // query value
373 // Fixed-point value type; limited precision.
620 // query value
654 // Fixed-point value type; arbitrary precision.
696 #define DEFN_CTOR_T_C(tp) DEFN_CTOR_T(tp, a.value())
1218 // query value
1304 // Fixed-point value type; limited precision.
1876 // query value
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc117 // Tells Google Mock how to print a value of type Incomplete.
208 // and returns a correct value, too.
890 " - returning default value."));
894 " - returning default value."));
935 // When there is no ON_CALL(), the default value for the return type
955 // When there is no ON_CALL(), the default value for the return type
1023 "Unexpected mock function call - returning default value.\n"
1147 // When there is no ON_CALL(), the default value for the return type
1173 // failure message contains the argument values and the return value.
1181 "returning default value
1950 int value; member in struct:__anon20::Unprintable
[all...]
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh124 // Template traits helper to select the correct bit/value/vector_types for
593 // l-value concatenation
596 // references, we have to enumerate, use call by value, and use dynamic
791 x.set_bit(i, a[i].value());
1004 "positive shift values, shift value = ", n);
1054 "positive shift values, shift value = ", n);
/gem5/src/dev/arm/
H A DRealView.py256 freq = int(1.0/self.freq.value) # Values are stored as a clock period
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h125 // Template traits helper to select the correct bit/value/vector_types for
699 // l-value concatenation
702 // references, we have to enumerate, use call by value, and use dynamic
909 x.set_bit( i, a[i].value() );
1146 "shift values, shift value = %d", n );
1202 "shift values, shift value = %d", n );
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh667 // Proxy class for sc_signed bit selection (r-value only).
704 bool value() const { return operator uint64(); } function in class:sc_dt::sc_signed_bitref_r
767 // Proxy class for sc_signed bit selection (r-value and l-value).
811 // Proxy class for sc_signed part selection (r-value only).
909 // Proxy class for sc_signed part selection (r-value and l-value).
2369 // Proxy class for sc_signed part selection (r-value only).
2435 // Proxy class for sc_signed part selection (r-value and l-value)
[all...]
H A Dsc_unsigned.hh578 // Proxy class for sc_unsigned bit selection (r-value only).
614 uint64 value() const { return operator uint64(); } function in class:sc_dt::sc_unsigned_bitref_r
674 // Proxy class for sc_unsigned bit selection (r-value and l-value).
718 // Proxy class for sc_unsigned part selection (r-value only).
819 // Proxy class for sc_unsigned part selection (r-value and l-value).
2032 // Proxy class for sc_unsigned bit selection (r-value only).
2047 // Proxy class for sc_unsigned bit selection (r-value and l-value)
[all...]
/gem5/src/mem/
H A Ddram_ctrl.cc277 // this value is not supposed to be accurate, just enough to
643 // run the QoS scheduler and assign a QoS priority value to the packet
1002 // use shorter tRRD value when either
1023 // (highest index) is the oldest one and hence the lowest value
2402 averagePower = (totalEnergy.value() /
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h717 // Proxy class for sc_signed bit selection (r-value only).
765 bool value() const function in class:sc_dt::sc_signed_bitref_r
829 // Proxy class for sc_signed bit selection (r-value and l-value).
890 // Proxy class for sc_signed part selection (r-value only).
1003 // Proxy class for sc_signed part selection (r-value and l-value).
2246 // Proxy class for sc_signed part selection (r-value only).
2305 // Proxy class for sc_signed part selection (r-value and l-value)
[all...]
H A Dsc_unsigned.h622 // Proxy class for sc_unsigned bit selection (r-value only).
670 uint64 value() const function in class:sc_dt::sc_unsigned_bitref_r
734 // Proxy class for sc_unsigned bit selection (r-value and l-value).
794 // Proxy class for sc_unsigned part selection (r-value only).
908 // Proxy class for sc_unsigned part selection (r-value and l-value).
2018 // Proxy class for sc_unsigned bit selection (r-value only).
2034 // Proxy class for sc_unsigned bit selection (r-value and l-value)
[all...]

Completed in 138 milliseconds

<<11121314151617181920