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

<<11121314151617181920

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_unsigned_subref.inc42 // Proxy class for sc_unsigned part selection (r-value only).
151 // Proxy class for sc_unsigned part selection (r-value and l-value).
271 sc_digit val = 1; // Bit value.
H A Dsc_int_base.h132 // Proxy class for sc_int bit selection (r-value only).
222 uint64 value() const function in class:sc_dt::sc_int_bitref_r
253 // Proxy class for sc_int bit selection (r-value and l-value).
313 // Proxy class for sc_int part selection (r-value only).
403 uint_type value() const function in class:sc_dt::sc_int_subref_r
447 // Proxy class for sc_int part selection (r-value and l-value).
821 int_type value() const function in class:sc_dt::sc_int_base
871 int_type m_val; // value
[all...]
H A Dsc_uint_base.h127 // Proxy class for sc_uint bit selection (r-value only).
215 uint64 value() const function in class:sc_dt::sc_uint_bitref_r
248 // Proxy class for sc_uint bit selection (r-value and l-value).
305 // Proxy class for sc_uint part selection (r-value only).
387 uint_type value() const function in class:sc_dt::sc_uint_subref_r
433 // Proxy class for sc_uint part selection (r-value and l-value).
801 uint_type value() const function in class:sc_dt::sc_uint_base
850 uint_type m_val; // value
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_signed_subref.inc42 // Proxy class for sc_signed part selection (r-value only).
150 // Proxy class for sc_signed part selection (r-value and l-value).
274 sc_digit val = 1; // Bit value.
H A Dsc_unsigned_subref.inc42 // Proxy class for sc_unsigned part selection (r-value only).
150 // Proxy class for sc_unsigned part selection (r-value and l-value).
268 sc_digit val = 1; // Bit value.
/gem5/ext/testlib/
H A Dconfig.py51 then it will fallback to the `_defaults` value, if still the value is not
134 tuple containing the new value for the config attr.
140 def _set(self, name, value):
141 self._config[name] = value
168 :returns: If the value is not stored return None. Otherwise a tuple
169 containing the value.
288 to be applied after parsing in order to set a configration value.
291 containing the already set config value or ``None`` if the config value
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h57 // Consists of the parameter value and the integer parameter index.
109 // to the pointed value. It is the caller's responsibility not to call
224 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, argument
226 : base_(base), value_(value), index_(index), step_(step) {}
326 // We need to use cached value referenced by iterator_ because *iterator_
358 // A cached value of *iterator_. We keep it here to allow access by
361 // Use of scoped_ptr helps manage cached value's lifetime,
405 // Stores a parameter value and later creates tests parameterized with that
406 // value.
442 // it for each Test/Parameter value combinatio
[all...]
/gem5/configs/example/
H A Dapu_se.py55 def setOption(parser, opt_str, value = 1):
61 # set the value
62 exec("parser.values.%s = %s" % (opt.dest, value))
70 # get the value
308 # Leave shader.timing untouched, because its value only matters at the
/gem5/src/python/m5/util/
H A Djobfile.py119 for key,value in self.__dict__.items():
121 d[key] = value
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc186 // value as BuiltInDefaultValue<T>::Get() does.
199 int value() const { return value_; } function in class:__anon14::MyDefaultConstructible
211 int value() const { return value_; } function in class:__anon14::MyNonDefaultConstructible
224 EXPECT_EQ(42, BuiltInDefaultValue<MyDefaultConstructible>::Get().value());
266 EXPECT_EQ(42, DefaultValue<const MyNonDefaultConstructible>::Get().value());
581 // Tests that the type of the value passed into Return is converted into T
709 // Tests that DoDefault() returns the built-in default value for the
719 // the process when there is no built-in default value for the return type.
753 // Tests that DoDefault() returns the default value set by
1265 // Assigns a new value t
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc111 // We can only test the accessors that do not change value while tests run.
137 RecordProperty("key", "value");
310 EXPECT_STREQ("value", property.value());
/gem5/util/tlm/src/
H A Dsc_master_port.cc175 assert(curTick() == sc_core::sc_time_stamp().value());
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh173 return numOps.value();
524 * packets. Keeping this signed to check overflow to a negative value
1018 * Window size within which to check for dependencies. Its value is
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh135 // Proxy class for sc_int bit selection (r-value only).
216 uint64 value() const { return operator uint64(); } function in class:sc_dt::sc_int_bitref_r
240 // Proxy class for sc_int bit selection (r-value and l-value).
285 // Proxy class for sc_int part selection (r-value only).
352 uint_type value() const { return operator uint_type(); } function in class:sc_dt::sc_int_subref_r
389 // Proxy class for sc_int part selection (r-value and l-value).
910 int_type value() const { return operator int_type(); } function in class:sc_dt::sc_int_base
937 int_type m_val; // value
[all...]
H A Dsc_uint_base.hh133 // Proxy class for sc_uint bit selection (r-value only).
206 uint64 value() const { return operator uint64 (); } function in class:sc_dt::sc_uint_bitref_r
228 // Proxy class for sc_uint bit selection (r-value and l-value).
272 // Proxy class for sc_uint part selection (r-value only).
334 uint_type value() const { return operator uint_type(); } function in class:sc_dt::sc_uint_subref_r
372 // Proxy class for sc_uint part selection (r-value and l-value).
833 uint_type value() const { return operator uint_type(); } function in class:sc_dt::sc_uint_base
860 uint_type m_val; // value
[all...]
/gem5/configs/common/cores/arm/
H A DHPI.py54 # mask and value for use with MinorFUTiming
109 def literal(value):
112 ret.value = value
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp1182 int value = 0; local
1185 value += static_cast<int>( b.get_bit( i ) ) << j;
1188 if( value < 10 )
1189 s += static_cast<char>( value + '0' );
1191 s += static_cast<char>( value + 'a' - 10 );
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1107 int value = 0; local
1109 value += static_cast<int>(b.get_bit(i)) << j;
1112 if (value < 10)
1113 s += static_cast<char>(value + '0');
1115 s += static_cast<char>(value + 'a' - 10);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h477 // - This class is copyable and has value semantics.
562 // This class is copyable and has value semantics.
1186 // IncrementCallCount(). A return value of NULL means the default
1292 // Wrapper type for generically holding an ordinary value or lvalue reference.
1295 // T is a move-only value type (which means that it will always be copyable
1304 // Constructs a wrapper from the given value/reference.
1305 explicit ReferenceOrValueWrapper(T value)
1306 : value_(::testing::internal::move(value)) {
1309 // Unwraps and returns the underlying value/reference, exactly as
1314 // Provides nondestructive access to the underlying value/referenc
[all...]
/gem5/src/arch/hsail/insts/
H A Dmem.hh512 * instructions because the loaded value and the
514 * need to know if the value we're writing back is floating
516 * writeback value
519 typename std::conditional<std::is_floating_point<c1>::value,
520 float, typename std::conditional<std::is_signed<c1>::value,
522 typename std::conditional<std::is_floating_point<c1>::value,
523 double, typename std::conditional<std::is_signed<c1>::value,
554 // write the value into the physical VGPR. This is a
1534 // write the value into the physical VGPR. This is a
/gem5/src/dev/arm/
H A Dufs_device.cc1063 * registers. If any function attempts to write value to an unwriteable
1064 * register entry, then the value will not be written.
1312 stats.maxDoorbell = (stats.maxDoorbell.value() < activeDoorbells)
1313 ? activeDoorbells : stats.maxDoorbell.value();
1314 stats.averageDoorbell = stats.maxDoorbell.value();
1776 stats.averageDoorbell = stats.maxDoorbell.value();
/gem5/configs/common/
H A DHMC.py289 cache line size will be set to this value.\nDefault:\
/gem5/configs/ruby/
H A DMOESI_AMD_Base.py138 self.size.value /= options.num_dirs
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py440 prefetch. The value is the percentage of sandbox entries to use")
/gem5/src/mem/
H A Dcomm_monitor.cc264 // Sample value of read-read inter transaction time
269 // Sample value of req-req inter transaction time
296 // Sample value of write-to-write inter transaction time
301 // Sample value of req-to-req inter transaction time
439 // If packet successfully send, sample value of latency,
528 if (simTicks.value() >= samplePeriodTicks) {

Completed in 94 milliseconds

<<11121314151617181920