Home
last modified time | relevance | path

Searched refs:minmax_element (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/
H A Dminmax_element.hpp123 minmax_element(ForwardIter first, ForwardIter last) in minmax_element() function
131 minmax_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in minmax_element() function
489 return minmax_element(first, last); in first_min_first_max_element()
497 return minmax_element(first, last, comp); in first_min_first_max_element()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dmultipoint.hpp160 = boost::minmax_element(boost::begin(range), in get_min_max_longitudes()
222 = boost::minmax_element(first, last, lat_less); in get_min_max_latitudes()
/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.h443 minmax_element(_FIter, _FIter); in _GLIBCXX_VISIBILITY()
448 minmax_element(_FIter, _FIter, _Compare); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h3426 minmax_element(_ForwardIterator __first, _ForwardIterator __last) in _GLIBCXX_VISIBILITY()
3454 minmax_element(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
3500 std::minmax_element(__l.begin(), __l.end()); in _GLIBCXX_VISIBILITY()
3510 std::minmax_element(__l.begin(), __l.end(), __comp); in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h3442 inline constexpr __minmax_element_fn minmax_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.h443 minmax_element(_FIter, _FIter); in _GLIBCXX_VISIBILITY()
448 minmax_element(_FIter, _FIter, _Compare); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h3426 minmax_element(_ForwardIterator __first, _ForwardIterator __last) in _GLIBCXX_VISIBILITY()
3454 minmax_element(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
3500 std::minmax_element(__l.begin(), __l.end()); in _GLIBCXX_VISIBILITY()
3510 std::minmax_element(__l.begin(), __l.end(), __comp); in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h3442 inline constexpr __minmax_element_fn minmax_element{}; in _GLIBCXX_VISIBILITY()
/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.h532 minmax_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compa…
536 minmax_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
H A Dglue_algorithm_impl.h1117 minmax_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compa… in minmax_element() function
1128 minmax_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in minmax_element() function
1131 …return std::minmax_element(std::forward<_ExecutionPolicy>(__exec), __first, __last, std::less<_Val… in minmax_element()
H A Dalgorithm_impl.h3408 return std::minmax_element(__first, __last, __comp); in __brick_minmax_element()
3419 return std::minmax_element(__first, __last, __comp); in __brick_minmax_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.h532 minmax_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compa…
536 minmax_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
H A Dglue_algorithm_impl.h1117 minmax_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compa… in minmax_element() function
1128 minmax_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in minmax_element() function
1131 …return std::minmax_element(std::forward<_ExecutionPolicy>(__exec), __first, __last, std::less<_Val… in minmax_element()
H A Dalgorithm_impl.h3408 return std::minmax_element(__first, __last, __comp); in __brick_minmax_element()
3419 return std::minmax_element(__first, __last, __comp); in __brick_minmax_element()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dalgorithm588 minmax_element(ForwardIterator first, ForwardIterator last); // constexpr in C++14
592minmax_element(ForwardIterator first, ForwardIterator last, Compare comp); // constexpr in C++14
2575 // minmax_element
2580 minmax_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp)
2583 "std::minmax_element requires a ForwardIterator");
2630 minmax_element(_ForwardIterator __first, _ForwardIterator __last)
2632 return _VSTD::minmax_element(__first, __last,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dalgorithm588 minmax_element(ForwardIterator first, ForwardIterator last); // constexpr in C++14
592minmax_element(ForwardIterator first, ForwardIterator last, Compare comp); // constexpr in C++14
2575 // minmax_element
2580 minmax_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp)
2583 "std::minmax_element requires a ForwardIterator");
2630 minmax_element(_ForwardIterator __first, _ForwardIterator __last)
2632 return _VSTD::minmax_element(__first, __last,