Searched defs:mid_index (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
H A D | ranges_rotate.pass.cpp | 72 constexpr void test_one(const std::array<int, N> input, std::size_t mid_index, std::array<int, N> e… in test_one()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/partial.sort/ |
H A D | ranges_partial_sort.pass.cpp | 65 constexpr void test_one(std::array<int, N> input, std::size_t mid_index, std::array<int, N> sorted)… in test_one()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | detection_postprocess.cc | 516 void InplaceMergeBoxInfo(std::vector<BoxInfo>& boxes, int mid_index, in InplaceMergeBoxInfo()
|