Home
last modified time | relevance | path

Searched refs:nth_element (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dnth_element.hpp33 void nth_element(RandomIt first, RandomIt , RandomIt last) in nth_element() function
39 void nth_element(RandomIt first, RandomIt , RandomIt last, Compare comp) in nth_element() function
47 void nth_element(RandomIt first, RandomIt nth, RandomIt last)
49 std::nth_element(first, nth, last);
53 void nth_element(RandomIt first, RandomIt nth, RandomIt last, Compare comp)
55 std::nth_element(first, nth, last, comp);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dredistribute_elements.hpp333 struct nth_element struct
345nth_element<Corner, Dimension, I + 1>::apply(elements, axis, index, tr); … in apply()
354 …index::detail::nth_element(elements.begin(), elements.begin() + index, elements.end(), less); … in apply()
360 struct nth_element<Corner, Dimension, Dimension> struct
432 rstar::nth_element<min_corner, dimension> in apply()
437 rstar::nth_element<max_corner, dimension> in apply()
H A Dchoose_next_node.hpp116 …index::detail::nth_element(children_contents.begin(), children_contents.begin() + first_n_children… in choose_by_minimum_overlap_cost()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.cpp92 std::nth_element(polygon.begin() + 1, in limitHoles()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dalgorithmfwd.h633 nth_element(_RAIter, _RAIter, _RAIter, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY()
637 nth_element(_RAIter, _RAIter, _RAIter, _Compare, in _GLIBCXX_VISIBILITY()
642 nth_element(_RAIter, _RAIter, _RAIter, _Compare); in _GLIBCXX_VISIBILITY()
646 nth_element(_RAIter, _RAIter, _RAIter); in _GLIBCXX_VISIBILITY()
H A Dalgo.h1935 nth_element(_RAIter __begin, _RAIter __nth, in _GLIBCXX_VISIBILITY()
1937 { return _GLIBCXX_STD_A::nth_element(__begin, __nth, __end); } in _GLIBCXX_VISIBILITY()
1942 nth_element(_RAIter __begin, _RAIter __nth, in _GLIBCXX_VISIBILITY()
1945 { return _GLIBCXX_STD_A::nth_element(__begin, __nth, __end, __comp); } in _GLIBCXX_VISIBILITY()
1950 nth_element(_RAIter __begin, _RAIter __nth, in _GLIBCXX_VISIBILITY()
1958 nth_element(__begin, __nth, __end, __comp, in _GLIBCXX_VISIBILITY()
1965 nth_element(_RAIter __begin, _RAIter __nth, in _GLIBCXX_VISIBILITY()
1969 __gnu_parallel::nth_element(__begin, __nth, __end, in _GLIBCXX_VISIBILITY()
H A Dpartition.h412 __gnu_sequential::nth_element(__begin, __nth, __end, __comp); in __parallel_nth_element()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dalgorithmfwd.h633 nth_element(_RAIter, _RAIter, _RAIter, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY()
637 nth_element(_RAIter, _RAIter, _RAIter, _Compare, in _GLIBCXX_VISIBILITY()
642 nth_element(_RAIter, _RAIter, _RAIter, _Compare); in _GLIBCXX_VISIBILITY()
646 nth_element(_RAIter, _RAIter, _RAIter); in _GLIBCXX_VISIBILITY()
H A Dalgo.h1935 nth_element(_RAIter __begin, _RAIter __nth, in _GLIBCXX_VISIBILITY()
1937 { return _GLIBCXX_STD_A::nth_element(__begin, __nth, __end); } in _GLIBCXX_VISIBILITY()
1942 nth_element(_RAIter __begin, _RAIter __nth, in _GLIBCXX_VISIBILITY()
1945 { return _GLIBCXX_STD_A::nth_element(__begin, __nth, __end, __comp); } in _GLIBCXX_VISIBILITY()
1950 nth_element(_RAIter __begin, _RAIter __nth, in _GLIBCXX_VISIBILITY()
1958 nth_element(__begin, __nth, __end, __comp, in _GLIBCXX_VISIBILITY()
1965 nth_element(_RAIter __begin, _RAIter __nth, in _GLIBCXX_VISIBILITY()
1969 __gnu_parallel::nth_element(__begin, __nth, __end, in _GLIBCXX_VISIBILITY()
H A Dpartition.h412 __gnu_sequential::nth_element(__begin, __nth, __end, __comp); in __parallel_nth_element()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dalgorithmfwd.h808 nth_element(_RAIter, _RAIter, _RAIter); in _GLIBCXX_VISIBILITY()
813 nth_element(_RAIter, _RAIter, _RAIter, _Compare); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h4778 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in _GLIBCXX_VISIBILITY()
4818 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h2271 std::nth_element(std::move(__first), std::move(__nth), __lasti, in _GLIBCXX_VISIBILITY()
2288 inline constexpr __nth_element_fn nth_element{}; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dalgorithmfwd.h808 nth_element(_RAIter, _RAIter, _RAIter); in _GLIBCXX_VISIBILITY()
813 nth_element(_RAIter, _RAIter, _RAIter, _Compare); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h4778 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in _GLIBCXX_VISIBILITY()
4818 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h2271 std::nth_element(std::move(__first), std::move(__nth), __lasti, in _GLIBCXX_VISIBILITY()
2288 inline constexpr __nth_element_fn nth_element{}; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dpack_create.hpp71 index::detail::nth_element(first, median, last, point_entries_comparer<I>()); in apply()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/
H A Dglue_algorithm_defs.h400 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth,
405 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth,
H A Dglue_algorithm_impl.h1138 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth, in nth_element() function
1150 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth, in nth_element() function
1154 …std::nth_element(std::forward<_ExecutionPolicy>(__exec), __first, __nth, __last, std::less<_InputT… in nth_element()
H A Dalgorithm_impl.h2316 std::nth_element(__first, __nth, __last, __comp); in __pattern_nth_element()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/
H A Dglue_algorithm_defs.h400 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth,
405 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth,
H A Dglue_algorithm_impl.h1138 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth, in nth_element() function
1150 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth, in nth_element() function
1154 …std::nth_element(std::forward<_ExecutionPolicy>(__exec), __first, __nth, __last, std::less<_InputT… in nth_element()
H A Dalgorithm_impl.h2316 std::nth_element(__first, __nth, __last, __comp); in __pattern_nth_element()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dalgorithm380 nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last);
384nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last, Compa…
5082 // nth_element
5274 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las…
5289 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las…
5291 …_VSTD::nth_element(__first, __nth, __last, __less<typename iterator_traits<_RandomAccessIterator>:…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dalgorithm380 nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last);
384nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last, Compa…
5082 // nth_element
5274 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las…
5289 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las…
5291 …_VSTD::nth_element(__first, __nth, __last, __less<typename iterator_traits<_RandomAccessIterator>:…