Home
last modified time | relevance | path

Searched defs:midIdx (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h214 const Index midIdx = firstIdx + divup((lastIdx - firstIdx) / 2, block.size) * block.size; in parallelFor() local
273 const Index midIdx = firstIdx + divup((lastIdx - firstIdx) / 2, block.size) * block.size; in parallelForAsync() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.merge/
Dranges_inplace_merge.pass.cpp89 void testInplaceMergeImpl(std::array<int, N1> input, int midIdx, std::array<int, N2> expected) { in testInplaceMergeImpl() argument
/external/zstd/lib/compress/
Dzstd_compress.c3595 size_t midIdx = (startIdx + endIdx)/2; in ZSTD_deriveBlockSplitsHelper() local