Home
last modified time | relevance | path

Searched refs:shifted_index (Results 1 – 2 of 2) 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()
/external/v8/src/
Dcode-stub-assembler.cc5549 Node* shifted_index = in ElementOffsetFromIndex() local
5555 return IntPtrAdd(IntPtrConstant(base_size), shifted_index); in ElementOffsetFromIndex()