Searched defs:temp (Results 1 - 25 of 44) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/synth/inlining/test6/
H A Dtest.cpp51 int i,j,h, temp; local
/gem5/src/sim/power/
H A Dthermal_node.hh59 double temp; member in class:ThermalNode
H A Dpower_model.cc78 PowerModel::thermalUpdateCallback(const double & temp) argument
H A Dthermal_model.cc300 double temp local
[all...]
H A Dpower_model.hh82 virtual void setTemperature(double temp) { _temp = temp; } argument
168 void notify(const double &temp) argument
/gem5/ext/googletest/googletest/samples/
H A Dsample2.cc53 const char* const temp = MyString::CloneCString(a_c_string); local
/gem5/ext/mcpat/cacti/
H A Duca.cc179 double temp; local
[all...]
H A Darbiter.cc59 double temp = ((R - 1) * (2 * gate_C(NTn1, 0) + gate_C(PTn1, 0)) + 2 * local
70 double temp = 2 * (2 * gate_C(NTn1, 0) + gate_C(PTn1, 0)); local
77 double temp = drain_C_(NTn1, 0, 1, 1, g_tp.cell_h_def) * 2 + local
84 double temp = (drain_C_(NTn1, 0, 1, 1, g_tp.cell_h_def) * 2 + local
117 double temp = (wc.wire_cap(length, true)); local
123 double temp = (Cw3(o_len * 1e-6 /* m */) + local
131 double temp = gate_C(NTtr, 0) + gate_C(PTtr, 0); local
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_string.h120 char* temp = new char[m_alloc]; local
H A Dscfx_rep.cpp659 word carry, temp; local
/gem5/src/sim/
H A Ddrain.cc76 SimObject *temp = dynamic_cast<SimObject*>(obj); local
H A Ddvfs_handler.cc229 bool temp = enableHandler; local
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_string.hh116 char *temp = new char[m_alloc]; local
/gem5/src/arch/sparc/
H A Dua2005.cc249 uint64_t temp; local
/gem5/src/cpu/
H A Dbase.cc98 Counter temp = cpu->totalOps(); local
/gem5/src/systemc/tests/systemc/misc/communication/channel/dataflow/
H A Ddataflow.cpp132 int temp; local
/gem5/src/base/
H A Dcirclebuf.hh189 std::vector<T> temp; local
211 std::vector<T> temp; local
[all...]
H A Dremote_gdb.hh320 T temp; local
/gem5/src/base/loader/
H A Ddtb_object.cc163 const void* temp = fdt_getprop(fd, offset, "cpu-release-addr", &len); local
/gem5/src/dev/arm/
H A Dflash_device.cc313 Callback *temp = planeEventQueue[plane_address].front(). local
/gem5/ext/dsent/tech/
H A DTechModel.cc98 double temp = get("Temperature"); local
133 double temp = get("Temperature"); local
/gem5/src/gpu-compute/
H A Dbrig_object.cc225 char *temp; local
/gem5/src/systemc/core/
H A Dsc_event.cc221 sc_event_and_list *temp = list; local
272 sc_event_or_list *temp = list; local
H A Dsc_process_handle.cc140 ::sc_gem5::Process *temp = handle._gem5_process; local
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp193 int temp = (int)strtol(instr_string, (char **)NULL, 16); local
1281 int temp; local
1375 int temp = fetch_instr(my_stack->address); local
1399 int temp = fetch_instr(my_stack->address); local
1407 int temp local
1419 int temp = ((op->val)<<8) + fetch_instr(my_stack->address); local
1426 int temp = fetch_instr(my_stack->address); local
1436 int temp = fetch_instr(my_stack->address); local
1476 int temp = fetch_instr(my_stack->address); local
[all...]

Completed in 40 milliseconds

12