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

<<11121314151617181920

/gem5/src/sim/
H A Dcxx_config.hh158 /** Set a parameter with a value parsed from the given string. The
163 const std::string &value, const Flags flags)
193 /** Get a single parameter value as a string returned in value.
194 * For booleans, the function expects "true" or "false" in value.
198 std::string &value) const = 0;
162 setParam(const std::string &name, const std::string &value, const Flags flags) argument
H A Dserialize.cc294 CheckpointIn::find(const string &section, const string &entry, string &value) argument
296 return db->find(section, entry, value);
301 SimObject *&value)
308 value = objNameResolver.resolveSimObject(path);
300 findObj(const string &section, const string &entry, SimObject *&value) argument
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_rv.h54 // resolves sc_dt::sc_lv<W> values and returns the resolved value
61 // resolves sc_dt::sc_lv<W> values and returns the resolved value
79 sc_dt::sc_logic_value_t res = (*values_[0])[j].value();
81 res = sc_logic_resolution_tbl[res][(*values_[i])[j].value()];
129 // write the new value
175 // write the new value
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_lv_base.cpp84 sc_digit dw = data_array[init_value.value()];
85 sc_digit cw = ctrl_array[init_value.value()];
/gem5/src/base/
H A Ddebug.cc161 changeFlag(const char *s, bool value) argument
167 if (value)
H A Dpixel.hh103 * Get the value of a single color channel represented as an
183 * Number of bits used to represent one pixel value (excluding
184 * padding). This could be less than length * 8 if the pixel value
214 to_number(const std::string &value, Pixel &retval) argument
217 if (!to_number(value, num))
H A Dcprintf.hh138 ccprintf(cp::Print &print, const T &value, const Args &...args) argument
140 print.add_arg(value);
/gem5/src/systemc/dt/bit/
H A Dsc_lv_base.cc103 sc_digit dw = data_array[init_value.value()];
104 sc_digit cw = ctrl_array[init_value.value()];
/gem5/src/systemc/ext/dt/fx/
H A Dsc_context.hh146 const T &value() const;
275 sc_context<T>::value() const function in class:sc_dt::sc_context
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test07/
H A Dtest07.cpp50 const sc_unsigned* actual_p = &(LEFT,RIGHT).value(); \
51 const sc_unsigned* expected_p = &(high_int,low_int).value(); \
/gem5/src/base/stats/
H A Dinfo.hh129 * @return true if this stat has a value and satisfies its
153 virtual Counter value() const = 0;
170 virtual const VCounter &value() const = 0;
/gem5/ext/fputils/
H A Dfp80.c145 return fp80_cvtfp64(fp80).value;
186 fp80_cvfd(double value) argument
188 const fp64_t fp64 = { .value = value };
/gem5/ext/ply/ply/
H A Dctokens.py120 t.lexer.lineno += t.value.count('\n')
/gem5/src/mem/ruby/common/
H A DHistogram.hh43 void add(int64_t value);
65 int64_t m_max; // the maximum value seen so far
/gem5/src/mem/slicc/ast/
H A DMachineAST.py35 self.ident = mtype.value
H A DTypeFieldStateAST.py37 self.error("AccessPermission enum value must be specified")
59 type.statePermPairAdd(s, self.perm_ast.value)
/gem5/src/arch/x86/
H A Dutility.hh107 * pipeline dependencies. In order to get the true rflags value,
108 * we can't simply read the value of MISCREG_RFLAGS. Instead, we
127 * @param val New rflags value to store in TC
132 * Extract the bit string representing a double value.
174 * valid and invalid. A real x87 will set the tag value to zero or
177 * @param ftw Current value of the FTW register.
178 * @param top Current x87 TOP value.
180 * @return New value of the FTW register.
196 * @param value Double precision float to store.
198 void storeFloat80(void *mem, double value);
[all...]
/gem5/util/tlm/src/
H A Dsc_slave_port.hh58 assert(curTick() == sc_core::sc_time_stamp().value()); \
/gem5/ext/pybind11/include/pybind11/
H A Dbuffer_info.h99 template <typename T> struct compare_buffer_info<T, detail::enable_if_t<std::is_integral<T>::value>> {
101 return (size_t) b.itemsize == sizeof(T) && (b.format == format_descriptor<T>::value ||
102 ((sizeof(T) == sizeof(long)) && b.format == (std::is_unsigned<T>::value ? "L" : "l")) ||
103 ((sizeof(T) == sizeof(size_t)) && b.format == (std::is_unsigned<T>::value ? "N" : "n")));
/gem5/src/systemc/tests/systemc/misc/stars/star111004/
H A Dio_controller.h69 // bool value;
124 sc_signal<bool> value; local
/gem5/src/systemc/utils/
H A Dtracefile.cc86 timeUnitTicks = time.value();
H A Dtracefile.hh76 const T &value() { return oldVal; } function in class:sc_gem5::TraceVal
101 const T &value() { return oldVal; } function in class:sc_gem5::TraceVal
128 bool value() { return triggered; } function in class:sc_gem5::TraceVal
163 const T &value() { return oldVal; } function in class:sc_gem5::TraceValFxnumBase
/gem5/src/dev/arm/
H A Dkmi.hh110 void setTxInt(bool value);
124 /** Get current interrupt value */
/gem5/ext/mcpat/regression/
H A Dverify_output.py67 def toNumber(value):
69 to_return = float(value)
71 warning("Value, %s, is not a number" % value)
72 to_return = value
198 print "ERROR: Some value is not specified for %s" % curr_node.name
/gem5/src/mem/cache/prefetch/
H A Dassociative_set.hh78 * @return the tag value
87 * @param t the tag value
104 * Sets the secure value bit
105 * @param s secure bit value
124 * bool value is used as an additional tag data of the entry.
128 static_assert(std::is_base_of<TaggedEntry, Entry>::value,
151 * of sets can be calculated dividing this balue by the 'assoc' value
154 * @param initial value of the elements of the set

Completed in 28 milliseconds

<<11121314151617181920