Searched refs:dynamic (Results 26 - 36 of 36) sorted by relevance

12

/gem5/ext/mcpat/cacti/
H A Dcacti_interface.h56 double dynamic; member in class:powerComponents
62 powerComponents() : dynamic(0), leakage(0), gate_leakage(0), short_circuit(0), longer_channel_leakage(0) { }
67 dynamic = rhs.dynamic;
75 dynamic = 0;
H A Darbiter.cc92 power.readOp.dynamic = (R * arb_req() * Vdd * Vdd / 2 + R * arb_pri() *
139 cout << "Dynamic Power : " << power.readOp.dynamic*1e9 << " (nJ)" << endl;
/gem5/src/systemc/core/
H A Dsc_process_handle.cc185 sc_process_handle::dynamic() const function in class:sc_core::sc_process_handle
187 return _gem5_process ? _gem5_process->dynamic() : false;
H A Dprocess.hh70 bool dynamic() const { return _dynamic; } function in class:sc_gem5::Process
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h93 inline bool dynamic() const;
196 // This saves a dynamic cast compared to the sc_object* case.
286 // return whether this object instance's target is dynamic or not.
288 inline bool sc_process_handle::dynamic() const function in class:sc_core::sc_process_handle
290 return m_target_p ? m_target_p->dynamic() : false;
H A Dsc_process.h125 // dynamic type is correct. C++ Standard 5.4 "Explicit type conversion",
353 bool dynamic() const { return m_dynamic_proc; } function in class:sc_core::sc_process_b
877 // Andy Goodrich: added explaination of static vs dynamic waits to
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp46 sc_assert (h.dynamic() == false);
87 sc_assert (h.dynamic() == true);
133 sc_assert (h.dynamic() == true);
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh187 bool dynamic() const;
/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.py258 """Mixing bases with and without dynamic attribute support"""
261 d.dynamic = 1
262 assert d.dynamic == 1
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp298 sc_assert( t.dynamic() == false );
322 ev2.notify(); // Clears dynamic sensitivity, restores static sensitivity
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h46 // Provide a convenience alias for easier pass-by-ref usage with fully dynamic strides:
98 // To have compatible strides, we need (on both dimensions) one of fully dynamic strides,
131 dynamic = !fixed_rows && !fixed_cols; // Fully-dynamic size member in struct:EigenProps
143 // (preferring the latter if it will fit in either, i.e. for a fully dynamic matrix type).
149 if (dims == 2) { // Matrix type: require exact match (or dynamic)
183 // Otherwise it's either fully dynamic, or column dynamic; both become a column vector
492 // Otherwise, if there is a one-index constructor, and just one of the strides is dynamic, use
493 // it (passing whichever stride is dynamic)
[all...]

Completed in 26 milliseconds

12