| /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 D | nth_element.hpp | 33 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 D | redistribute_elements.hpp | 333 struct nth_element struct 345 …nth_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 D | choose_next_node.hpp | 116 …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 D | geometry_tile_data.cpp | 92 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 D | algorithmfwd.h | 633 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 D | algo.h | 1935 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 D | partition.h | 412 __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 D | algorithmfwd.h | 633 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 D | algo.h | 1935 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 D | partition.h | 412 __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 D | algorithmfwd.h | 808 nth_element(_RAIter, _RAIter, _RAIter); in _GLIBCXX_VISIBILITY() 813 nth_element(_RAIter, _RAIter, _RAIter, _Compare); in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algo.h | 4778 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in _GLIBCXX_VISIBILITY() 4818 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in _GLIBCXX_VISIBILITY()
|
| H A D | ranges_algo.h | 2271 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 D | algorithmfwd.h | 808 nth_element(_RAIter, _RAIter, _RAIter); in _GLIBCXX_VISIBILITY() 813 nth_element(_RAIter, _RAIter, _RAIter, _Compare); in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algo.h | 4778 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in _GLIBCXX_VISIBILITY() 4818 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, in _GLIBCXX_VISIBILITY()
|
| H A D | ranges_algo.h | 2271 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 D | pack_create.hpp | 71 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 D | glue_algorithm_defs.h | 400 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth, 405 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth,
|
| H A D | glue_algorithm_impl.h | 1138 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 D | algorithm_impl.h | 2316 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 D | glue_algorithm_defs.h | 400 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth, 405 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth,
|
| H A D | glue_algorithm_impl.h | 1138 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 D | algorithm_impl.h | 2316 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 D | algorithm | 380 nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last); 384 …nth_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 D | algorithm | 380 nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last); 384 …nth_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>:…
|