HomeSort by relevance Sort by last modified time
    Searched full:shifted_index (Results 1 - 1 of 1) sorted by null

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

Completed in 59 milliseconds