Searched refs:temp (Results 26 - 50 of 65) sorted by relevance

123

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h359 sc_unsigned temp(v.length());
360 temp = v.value();
361 m_right_p->concat_set(temp, 0);
362 m_left_p->concat_set(temp, m_len_r);
391 sc_unsigned temp(v.length());
392 temp = v;
393 m_right_p->concat_set(temp, 0);
394 m_left_p->concat_set(temp, m_len_r);
595 sc_unsigned temp(a.concat_length(0));
596 temp
[all...]
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh357 sc_unsigned temp(v.length());
358 temp = v.value();
359 m_right_p->concat_set(temp, 0);
360 m_left_p->concat_set(temp, m_len_r);
393 sc_unsigned temp(v.length());
394 temp = v;
395 m_right_p->concat_set(temp, 0);
396 m_left_p->concat_set(temp, m_len_r);
549 sc_unsigned temp(a.concat_length(0));
550 temp
[all...]
/gem5/src/systemc/core/
H A Dsc_event.cc221 sc_event_and_list *temp = list; local
223 return *temp;
272 sc_event_or_list *temp = list; local
274 return *temp;
H A Dsc_process_handle.cc140 ::sc_gem5::Process *temp = handle._gem5_process; local
142 _gem5_process = temp;
/gem5/ext/mcpat/cacti/
H A Dnuca.cc68 int *temp = cont_stats[i/*l2 or l3*/][j/*core*/][k/*64 or 128 or 256 link bw*/][l /* no banks*/]; local
71 &temp[0], &temp[1], &temp[2], &temp[3],
72 &temp[4], &temp[5], &temp[6], &temp[7]);
140 /* temp variable
[all...]
H A Dcacti_interface.h155 unsigned int temp; member in class:InputParameter
376 int temp,
433 int temp,
H A Dio.cc140 sscanf(line, "-operating temperature %[(:-~)*]%d", jk, &(temp));
507 cout << "Temperature : " << temp << endl;
701 int temp,
818 g_ip->temp = temp;
889 int temp,
954 g_ip->temp = temp;
1264 if (temp < 300 || temp > 40
671 cacti_interface( int cache_size, int line_size, int associativity, int rw_ports, int excl_read_ports, int excl_write_ports, int single_ended_read_ports, int banks, double tech_node, int page_sz, int burst_length, int pre_width, int output_width, int specific_tag, int tag_width, int access_mode, int cache, int main_mem, int obj_func_delay, int obj_func_dynamic_power, int obj_func_leakage_power, int obj_func_area, int obj_func_cycle_time, int dev_func_delay, int dev_func_dynamic_power, int dev_func_leakage_power, int dev_func_area, int dev_func_cycle_time, int ed_ed2_none, int temp, int wt, int data_arr_ram_cell_tech_flavor_in, int data_arr_peri_global_tech_flavor_in, int tag_arr_ram_cell_tech_flavor_in, int tag_arr_peri_global_tech_flavor_in, int interconnect_projection_type_in, int wire_inside_mat_type_in, int wire_outside_mat_type_in, int is_nuca, int core_count, int cache_level, int nuca_bank_count, int nuca_obj_func_delay, int nuca_obj_func_dynamic_power, int nuca_obj_func_leakage_power, int nuca_obj_func_area, int nuca_obj_func_cycle_time, int nuca_dev_func_delay, int nuca_dev_func_dynamic_power, int nuca_dev_func_leakage_power, int nuca_dev_func_area, int nuca_dev_func_cycle_time, int REPEATERS_IN_HTREE_SEGMENTS_in, int p_input) argument
861 cacti_interface( int cache_size, int line_size, int associativity, int rw_ports, int excl_read_ports, int excl_write_ports, int single_ended_read_ports, int search_ports, int banks, double tech_node, int output_width, int specific_tag, int tag_width, int access_mode, int cache, int main_mem, int obj_func_delay, int obj_func_dynamic_power, int obj_func_leakage_power, int obj_func_cycle_time, int obj_func_area, int dev_func_delay, int dev_func_dynamic_power, int dev_func_leakage_power, int dev_func_area, int dev_func_cycle_time, int ed_ed2_none, int temp, int wt, int data_arr_ram_cell_tech_flavor_in, int data_arr_peri_global_tech_flavor_in, int tag_arr_ram_cell_tech_flavor_in, int tag_arr_peri_global_tech_flavor_in, int interconnect_projection_type_in, int wire_inside_mat_type_in, int wire_outside_mat_type_in, int REPEATERS_IN_HTREE_SEGMENTS_in, int VERTICAL_HTREE_WIRES_OVER_THE_ARRAY_in, int BROADCAST_ADDR_DATAIN_OVER_VERTICAL_HTREES_in, int PAGE_SIZE_BITS_in, int BURST_LENGTH_in, int INTERNAL_PREFETCH_WIDTH_in, int force_wiretype, int wiretype, int force_config, int ndwl, int ndbl, int nspd, int ndcm, int ndsam1, int ndsam2, int ecc) argument
[all...]
H A Dtechnology.cc1627 g_tp.peri_global.I_off_n += curr_alpha * I_off_n[peri_global_tech_type][g_ip->temp - 300];
1628 g_tp.peri_global.I_off_p += curr_alpha * I_off_n[peri_global_tech_type][g_ip->temp - 300];
1629 g_tp.peri_global.I_g_on_n += curr_alpha * I_g_on_n[peri_global_tech_type][g_ip->temp - 300];
1630 g_tp.peri_global.I_g_on_p += curr_alpha * I_g_on_n[peri_global_tech_type][g_ip->temp - 300];
1647 g_tp.sram_cell.I_off_n += curr_alpha * I_off_n[ram_cell_tech_type][g_ip->temp - 300];
1648 g_tp.sram_cell.I_off_p += curr_alpha * I_off_n[ram_cell_tech_type][g_ip->temp - 300];
1649 g_tp.sram_cell.I_g_on_n += curr_alpha * I_g_on_n[ram_cell_tech_type][g_ip->temp - 300];
1650 g_tp.sram_cell.I_g_on_p += curr_alpha * I_g_on_n[ram_cell_tech_type][g_ip->temp - 300];
1676 g_tp.dram_wl.I_off_n += curr_alpha * I_off_n[dram_cell_tech_flavor][g_ip->temp - 300];
1677 g_tp.dram_wl.I_off_p += curr_alpha * I_off_n[dram_cell_tech_flavor][g_ip->temp
[all...]
/gem5/src/sim/
H A Ddvfs_handler.cc229 bool temp = enableHandler; local
233 if (temp != enableHandler) {
/gem5/ext/dsent/tech/
H A DTechModel.cc98 double temp = get("Temperature"); local
116 // Calculate actual leakage current at temp
117 double leakage_current = leakage_current_char_tmp * std::pow(10.0, (temp - char_temp) / temp_swing);
133 double temp = get("Temperature"); local
151 // Calculate actual leakage current at temp
152 double leakage_current = leakage_current_char_tmp * std::pow(10.0, (temp - char_temp) / temp_swing);
/gem5/src/base/
H A Dremote_gdb.hh320 T temp; local
321 read(addr, sizeof(T), (char *)&temp);
322 return temp;
H A Dremote_gdb.cc937 char temp[2 * len + 1]; local
938 temp[2 * len] = '\0';
939 mem2hex(temp, buf, len);
940 send(temp);
/gem5/src/cpu/
H A Dbase.cc98 Counter temp = cpu->totalOps(); local
108 double ipc = double(temp - lastNumInst) / (_interval / cpu->clockPeriod());
111 "%lli, IPC: %0.8d\n", cpu->name(), temp, temp - lastNumInst,
116 "committed: %lli\n", curTick(), cpu->name(), temp,
117 temp - lastNumInst);
119 lastNumInst = temp;
/gem5/src/arch/sparc/
H A Dtlb.cc865 uint64_t temp; local
951 temp = itb->tag_access;
952 pkt->setBE(bits(temp,63,22) | bits(temp,12,0) << 48);
967 temp = tag_access;
968 pkt->setBE(bits(temp,63,22) | bits(temp,12,0) << 48);
1031 temp = findMsbSet(interrupts->get_vec(IT_INT_VEC));
1032 tc->getCpuPtr()->clearInterrupt(0, IT_INT_VEC, temp);
1033 pkt->setBE(temp);
[all...]
/gem5/src/dev/arm/
H A Dflash_device.cc313 Callback *temp = planeEventQueue[plane_address].front(). local
318 if (temp != NULL) {
320 temp->process();
H A Drv_ctrl.hh243 void write(uint32_t temp) override {}
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_signed.h750 sc_dt::sc_unsigned temp(W);
751 new_val->to_sc_unsigned(temp);
752 base_write(temp);
1462 sc_dt::sc_unsigned temp(W);
1463 new_val->to_sc_unsigned(temp);
1464 (*this)->write(temp);
1613 sc_dt::sc_unsigned temp(W);
1614 new_val->to_sc_unsigned(temp);
1615 (*this)->write(temp);
1696 sc_dt::sc_unsigned temp(m_lef
[all...]
H A Dscx_signal_unsigned.h746 sc_dt::sc_unsigned temp(W);
747 new_val->to_sc_unsigned(temp);
748 base_write(temp);
1459 sc_dt::sc_unsigned temp(W);
1460 new_val->to_sc_unsigned(temp);
1461 (*this)->write(temp);
1610 sc_dt::sc_unsigned temp(W);
1611 new_val->to_sc_unsigned(temp);
1612 (*this)->write(temp);
1712 sc_dt::sc_unsigned temp(m_lef
[all...]
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py160 temp = [0]*10
162 for i in range(10): v.append(temp[:])
331 temp = [0]*y
334 v.append(temp[:])
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h262 handle temp(m_ptr);
265 temp.dec_ref();
914 object temp = *this; local
916 temp = reinterpret_steal<object>(PyUnicode_AsUTF8String(m_ptr));
917 if (!temp)
922 if (PYBIND11_BYTES_AS_STRING_AND_SIZE(temp.ptr(), &buffer, &length))
985 object temp = s; local
987 temp = reinterpret_steal<object>(PyUnicode_AsUTF8String(s.ptr()));
988 if (!temp)
993 if (PYBIND11_BYTES_AS_STRING_AND_SIZE(temp
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp659 word carry, temp; local
676 temp = m_mant[i];
677 temp += carry;
678 carry = temp < m_mant[i];
679 m_mant[i] = temp;
1006 scfx_rep temp;
1007 sc_dt::multiply( temp, frac_part, pow10_fx( frac_zeros ) );
1008 frac_part = temp;
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc606 word carry, temp; local
620 temp = m_mant[i];
621 temp += carry;
622 carry = temp < m_mant[i];
623 m_mant[i] = temp;
945 scfx_rep temp; local
946 sc_dt::multiply(temp, frac_part, pow10_fx(frac_zeros));
947 frac_part = temp;
/gem5/ext/mcpat/
H A Dinterconnect.cc205 l_ip.temp = (unsigned int)round(temperature/10.0)*10;
H A Dsystem.cc312 interface_ip.temp = temperature;
/gem5/system/alpha/console/
H A Dconsole.c1010 long temp; local
1022 /* save off the current pointer to a temp variable */
1023 asm("bis $8, $31, %0" : "=r" (temp));
1026 printf_lock("CallbackFixup %x %x, t7=%x\n", a0, a1, temp);
1029 asm("bis %0, $31, $8" : : "r" (temp) : "$8");

Completed in 88 milliseconds

123