HomeSort by: relevance | last modified time | path
    Searched defs:__range (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
parallel_backend_tbb.h 99 operator()(const tbb::blocked_range<_Index>& __range) const
101 _M_body(__range.begin(), __range.end());
184 operator()(const tbb::blocked_range<_Index>& __range)
186 _Index __i = __range.begin();
187 _Index __j = __range.end();
190 _PSTL_ASSERT_MSG(__range.size() > 1, "there should be at least 2 elements");
255 operator()(const tbb::blocked_range<_Index>& __range, tbb::pre_scan_tag)
257 _Index __i = __range.begin();
258 _Index __j = __range.end()
411 auto __range = tbb::blocked_range<_Index>(0, __n); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
parallel_backend_tbb.h 89 operator()(const tbb::blocked_range<_Index>& __range) const
91 _M_body(__range.begin(), __range.end());
174 operator()(const tbb::blocked_range<_Index>& __range)
176 _Index __i = __range.begin();
177 _Index __j = __range.end();
180 _PSTL_ASSERT_MSG(__range.size() > 1, "there should be at least 2 elements");
245 operator()(const tbb::blocked_range<_Index>& __range, tbb::pre_scan_tag)
247 _Index __i = __range.begin();
248 _Index __j = __range.end()
401 auto __range = tbb::blocked_range<_Index>(0, __n); local
    [all...]

Completed in 50 milliseconds