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

<<11121314151617181920

/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h67 and ports whose target value is a SystemC native type.
127 and ports whose target value is a SystemC native type.
200 // get the value changed event
204 // read the current value
207 // get a reference to the current value (for tracing)
211 // was there a value changed event?
276 // This class implements a signal whose value acts like an sc_dt::sc_int<W> data
277 // value. This class is a specialization of the generic sc_signal class to
302 inline void base_write( sc_dt::int64 value );
325 virtual inline void write( const sc_in<sc_dt::sc_int<W> >& value );
[all...]
H A Dscx_signal_uint.h77 and ports whose target value is a SystemC native type.
161 and ports whose target value is a SystemC native type.
232 // get the value changed event
236 // read the current value
239 // get a reference to the current value (for tracing)
243 // was there a value changed event?
308 // This class implements a signal whose value acts like an sc_dt::sc_uint<W> data
309 // value. This class is a specialization of the generic sc_signal class to
334 inline void base_write( sc_dt::uint64 value );
357 virtual inline void write( const sc_in<sc_dt::sc_uint<W> >& value );
[all...]
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp201 cout << t1.value() << endl;
207 cout << t2.value() << endl;
213 cout << t3.value() << endl;
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h58 // PointeeOf<Pointer>::type is the type of a value pointed to by a
130 // KindOf<T>::value is the kind of type T.
132 enum { value = kOther }; // The default kind. enumerator in enum:testing::internal::KindOf::__anon10
137 template <> struct KindOf<type> { enum { value = kind }; }
170 ::testing::internal::KindOf<type>::value)
175 // LosslessArithmeticConvertibleImpl<kFromKind, From, kToKind, To>::value
182 // From, and kToKind is the kind of To; the value is
245 // LosslessArithmeticConvertible<From, To>::value is true iff arithmetic
250 // reference) built-in arithmetic types; the value is
339 // is_reference<T>::value i
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest.py172 def SetEnvVar(env_var, value):
173 """Sets the env variable to 'value'; unsets it when 'value' is None."""
175 if value is not None:
176 environ[env_var] = value
252 """Adjust tests_to_run in case value parameterized tests are disabled."""
303 check_exit_0: When set to a true value, make sure that all shards
352 Determines whether value-parameterized tests are enabled in the binary and
608 'correct flag value for listing Google Test tests.')
/gem5/configs/ruby/
H A DMOESI_hammer.py153 pf_size.value = pf_size.value * 2
155 pf_bits = int(math.log(pf_size.value, 2))
172 # clk_divider value is a fix to pass regression.
/gem5/tests/gem5/
H A Dfixture.py56 def __init__(self, value=None, name=None):
58 self.value = value
H A Dsuite.py164 returncode.value = log_call(params.log, command)
/gem5/ext/pybind11/tests/
H A Dtest_numpy_dtypes.py71 assert re.match('^NumPy type info missing for .*UnboundStruct.*$', str(excinfo.value))
287 assert 'incompatible function arguments' in str(excinfo.value)
293 assert 'dtype is already registered' in str(excinfo.value)
/gem5/src/base/
H A Ddebug.hh132 bool changeFlag(const char *s, bool value);
H A Drefcnt.hh128 static constexpr auto TisConst = std::is_const<T>::value;
143 * Copy a new pointer value and increment the reference count if
158 * @attention this doesn't clear the pointer value, so a double
229 /// Assign a new value to the pointer
/gem5/src/sim/
H A Dclocked_object.cc133 pwrStateResidencyTicks.value(residencies);
185 * value being reported for current dump window. It avoids things like
/gem5/src/arch/arm/kvm/
H A Dgic.hh142 * Get value of GIC register "from" a cpu
151 * Set value of GIC register "from" a cpu
156 * @param value value to set register to
159 unsigned value);
/gem5/src/arch/arm/
H A Dtypes.hh369 itstate(uint8_t value) argument
371 _itstate = value;
381 nextItstate(uint8_t value) argument
383 _nextItstate = value;
/gem5/util/stats/
H A Dstats.py196 if value(stat, run.run) == 1e300*1e300:
206 avg += value(stat, run.run)
210 val = value(stat, run.run)
215 val = value(stat, run.run)
/gem5/src/mem/cache/
H A Dqueue.hh72 static_assert(std::is_base_of<QueueEntry, Entry>::value,
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit_proxies.h52 // Proxy class for sc_proxy bit selection (r-value only).
92 { return bit_type( sc_logic::not_table[value()] ); }
103 sc_logic_value_t value() const function in class:sc_dt::sc_bitref_r
108 { return sc_logic( value() ).is_01(); }
111 { return sc_logic( value() ).to_bool(); }
114 { return sc_logic( value() ).to_char(); }
188 // r-value concatenation operators and functions
441 // Proxy class for sc_proxy bit selection (r-value and l-value).
479 { this->m_obj.set_bit( this->m_index, a.value() ); retur
[all...]
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc293 const double value(X86ISA::loadFloat80(fpu.fpr[i]));
298 hex, value, empty ? " (e)" : "");
344 regs.xcrs[i].value);
840 const double value(bitsToFloat64(
843 reg_idx, i, value);
844 X86ISA::storeFloat80(fpu.fpr[i], value);
1050 const double value(X86ISA::loadFloat80(fpu.fpr[i]));
1052 reg_idx, i, value);
1053 tc->setFloatReg(FLOATREG_FPR(reg_idx), floatToBits64(value));
1507 X86KvmCPU::setMSR(uint32_t index, uint64_t value) argument
[all...]
/gem5/util/streamline/
H A Dm5stats2streamline.py219 # variable length packed 4-byte signed value
244 # variable length packed 8-byte signed value
344 # packed64 time value in nanoseconds relative to the uptime from the
464 # - value: packed64
465 def counterFrame(timestamp, core, key, value):
468 packed64(value)
474 # - value: packed64
475 def blockCounterFrame(core, key, value):
477 body = packed32(key) + packed64(value)
962 value
[all...]
/gem5/ext/dsent/libutil/
H A DMap.h185 const T& value = it->second; local
186 set(key, value);
/gem5/ext/mcpat/
H A Dnoc.cc186 XMLCSTR value = paramNode->getAttribute("value"); local
233 XMLCSTR value = statNode->getAttribute("value"); local
H A Dsystem.cc201 XMLCSTR value = paramNode->getAttribute("value"); local
261 XMLCSTR value = statNode->getAttribute("value"); local
332 //all data will have initial value to prevent errors.
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc183 int value = local
187 m_link_order[out].m_value = value;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h101 value_type value() const; // relative to the time resolution
182 sc_time::value() const // relative to the time resolution function in class:sc_core::sc_time
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h121 // This flag sets how many times the tests are repeated. The default value
122 // is 1. If the value is -1 the tests are repeating forever.
262 GTEST_DISABLE_MSC_WARNINGS_PUSH_(4800 /* forcing value to bool */)
275 !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type*
305 template <typename T> AssertionResult& operator<<(const T& value) { argument
306 AppendMessage(Message() << value);
411 // test case. Only the last value for a given key is remembered. These
422 static void RecordProperty(const std::string& key, const std::string& value);
423 static void RecordProperty(const std::string& key, int value);
483 // output as a key/value strin
501 const char* value() const { function in class:testing::TestProperty
[all...]

Completed in 57 milliseconds

<<11121314151617181920