OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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