Home
last modified time | relevance | path

Searched refs:shifted_index (Results 1 – 1 of 1) sorted by relevance

/external/eigen/bench/btl/data/
Dsmooth.cxx112 int shifted_index=i+j-window_half_width; in smooth_curve() local
113 if (shifted_index<0) shifted_index=0; in smooth_curve()
114 if (shifted_index>size-1) shifted_index=size-1; in smooth_curve()
115 sample[j]=tab_mflops[shifted_index]; in smooth_curve()