Home | History | Annotate | Download | only in src

Lines Matching defs:__i

23     for (size_t __i = 0; __i < __size_.size(); ++__i)
24 __k *= __size_[__i];
32 size_t __i = __indices.size() - 1;
35 if (++__indices[__i] < __size_[__i])
38 __1d_[__k] = __1d_[__k-1] + __stride_[__i];
39 for (size_t __j = __i + 1; __j != __indices.size(); ++__j)
45 if (__i == 0)
47 __indices[__i--] = 0;