Searched refs:ind (Results 1 - 18 of 18) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/time/
H A Dprim35 ind = times[m "_" test_callind];
39 printf ("%s|%1.3f|%1.3f|%1.3f|%1.3f\n", m, ind, imm, add, load);
/gem5/util/plot_dram/
H A DPlotPowerStates.py215 ind = np.arange(len(States))
216 l1 = ax.bar(ind, map(lambda x : idleResults[x], States), width)
218 ax.xaxis.set_ticks(ind + width/2)
246 ind = np.arange(N)
258 p_states[state] = ax[sub_idx].bar(ind, l_states[state], width,
267 p_states[state] = ax[sub_idx].bar(ind, l_states[state], width,
276 ax[sub_idx].xaxis.set_ticks(ind + width/2.)
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp476 int ind = 0; local
479 while( ind < len && ! found )
481 found = ( sub_string == substr( ind, ind + sub_len - 1 ) );
482 ++ ind;
485 return -- ind;
/gem5/util/stats/
H A Dbarchart.py211 ind = arange(len(bardata)) + i * width + center
215 bar = self.axes.bar(ind, bardata, width, bottom=bottom,
218 self.metaaxes.bar(ind, [0] * len(bardata), width)
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith02/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith03/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith04/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith05/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith06/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith07/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith08/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith09/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith10/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/misc/sim_tests/manual_clock/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.1/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.2/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/misc/v1.0/blv/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/mixed/
H A Disaac.h82 UINT32 ind(UINT32* mm, UINT32 x);
203 inline UINT32 QTIsaac<ALPHA>::ind(UINT32* mm, UINT32 x) function in class:QTIsaac
214 *(m++) = y = ind(mm,x) + a + b;
215 *(r++) = b = ind(mm,y>>ALPHA) + x;

Completed in 24 milliseconds