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

1234567891011>>

/gem5/ext/ply/test/
H A Dyacc_prec1.py62 print("Syntax error at '%s'" % t.value)
H A Dyacc_rr.py66 print("Syntax error at '%s'" % t.value)
H A Dyacc_simple.py62 print("Syntax error at '%s'" % t.value)
H A Dyacc_sr.py57 print("Syntax error at '%s'" % t.value)
H A Dyacc_term1.py62 print("Syntax error at '%s'" % t.value)
H A Dyacc_unused.py71 print("Syntax error at '%s'" % t.value)
H A Dyacc_unused_rule.py66 print("Syntax error at '%s'" % t.value)
H A Dyacc_uprec.py57 print("Syntax error at '%s'" % t.value)
H A Dyacc_uprec2.py57 print("Syntax error at '%s'" % t.value)
/gem5/ext/nomali/lib/
H A Dgpucontrol.hh58 void writeReg(RegAddr idx, uint32_t value) override;
H A Djobslot.hh49 void writeReg(RegAddr idx, uint32_t value) override;
91 * sometimes used to represent a TSC value. See the Midgard
H A Daddrspace.hh49 void writeReg(RegAddr idx, uint32_t value) override;
/gem5/src/sim/
H A Dcxx_config_ini.hh65 std::string &value) const;
/gem5/util/tlm/examples/common/
H A Dreport_handler.cc48 uint64_t systemc_time = report.get_time().value();
/gem5/src/systemc/tests/systemc/misc/stars/star110998/
H A Dtest1.h73 sc_signal<bool> value; local
/gem5/src/python/m5/util/
H A Dsmartdict.py41 # rather than a normal value, and (c) coerce values written to the
146 for value in dict.values(self):
147 yield Variable(value)
150 for key,value in dict.items(self):
151 yield key, Variable(value)
/gem5/configs/common/
H A DMemConfig.py126 if ctrl.addr_mapping.value == 'RoRaBaChCo':
131 rowbuffer_size = ctrl.device_rowbuffer_size.value * \
132 ctrl.devices_per_rank.value
212 # byte. This value is based on the locality seen across a large
214 intlv_size = max(128, system.cache_line_size.value)
/gem5/ext/pybind11/tests/
H A Dtest_kwargs_and_defaults.py67 assert msg(excinfo.value) == """
75 assert msg(excinfo.value) == """
94 assert msg(excinfo.value) == """
102 assert msg(excinfo.value) == """
H A Dtest_eigen.py69 assert "incompatible function arguments" in str(excinfo.value)
83 in str(excinfo.value))
87 in str(excinfo.value))
91 in str(excinfo.value))
111 assert 'Unable to cast Python instance' in str(excinfo.value)
115 assert 'Unable to cast Python instance' in str(excinfo.value)
180 assert msg(excinfo.value) == """
188 assert msg(excinfo.value) == """
548 assert ('get_elem_nocopy(): incompatible function arguments.' in str(excinfo.value) and
549 ', flags.f_contiguous' in str(excinfo.value))
[all...]
H A Dconstructor_stats.h39 value constructor) for all of the above methods which will be included in the output.
76 std::list<std::string> _values; // Used to track values (e.g. of value constructors)
136 void value() {} // Recursion terminator function in class:ConstructorStats
138 template <typename T, typename... Tmore> void value(const T &v, Tmore &&...args) { function in class:ConstructorStats
142 value(std::forward<Tmore>(args)...);
206 cst.value(std::forward<Values>(values)...);
211 cst.value(std::forward<Values>(values)...);
216 cst.value(std::forward<Values>(values)...);
221 cst.value(std::forward<Values>(values)...);
227 ConstructorStats::get<T>().value(st
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h30 static constexpr const bool is_comparable = std::is_same<std::true_type, decltype(test_comparable<T>(nullptr))>::value;
31 static constexpr const bool is_pair = std::is_same<std::true_type, decltype(test_pair<T>(nullptr, nullptr))>::value;
32 static constexpr const bool is_vector = std::is_same<std::true_type, decltype(test_value<T>(nullptr))>::value;
47 /* For a vector/map data structure, recursively check the value type (which is std::pair for maps) */
50 static constexpr const bool value = member in struct:is_comparable
51 is_comparable<typename T::value_type>::value;
57 static constexpr const bool value = member in struct:is_comparable
58 is_comparable<typename T::first_type>::value &&
59 is_comparable<typename T::second_type>::value;
69 void vector_if_copy_constructible(enable_if_t<is_copy_constructible<Vector>::value, Class
[all...]
/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp35 std::cout << t.to_string() << ", value=" << t.value() << std::endl;
38 std::cout << "t.value=" << tp.value();
/gem5/util/maint/
H A Dshow_changes_by_file.py103 for key, value in odd.iteritems():
105 for entry in value:
/gem5/src/base/stats/
H A Dhdf5.hh107 * @param values Attribute value.
117 * @param values Attribute value.
127 * @param value Attribute value.
130 const std::string &value);
137 * @param value Attribute value.
139 void addMetaData(H5::DataSet &loc, const char *name, double value);
/gem5/tests/
H A Ddiff-out131 $value = $1;
143 ($stat, $value) = /^(\S+)\s+(.*)/;
145 ($stat, $value) =
156 $value = 0;
159 ($stat, $value) = /^(\S+)\s+(.*)/;
163 $$hashref{$stat} = $value;
279 # deduce format from reference value
306 # deduce format from reference value

Completed in 21 milliseconds

1234567891011>>