Home
last modified time | relevance | path

Searched defs:max_element (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dmax_element.hpp30 max_element(Iterator first, Iterator last, Predicate comp) in max_element() function
54 max_element(ForwardRange& rng) in max_element() function
63 max_element(const ForwardRange& rng) in max_element() function
72 max_element(ForwardRange& rng, BinaryPredicate pred) in max_element() function
81 max_element(const ForwardRange& rng, BinaryPredicate pred) in max_element() function
92 max_element(ForwardRange& rng) in max_element() function
103 max_element(const ForwardRange& rng) in max_element() function
114 max_element(ForwardRange& rng, BinaryPredicate pred) in max_element() function
125 max_element(const ForwardRange& rng, BinaryPredicate pred) in max_element() function
/third_party/boost/boost/compute/algorithm/
Dmax_element.hpp55 max_element(InputIterator first, in max_element() function
67 max_element(InputIterator first, in max_element() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dmax_element.hpp55 max_element(InputIterator first, in max_element() function
67 max_element(InputIterator first, in max_element() function
/third_party/boost/tools/build/src/util/
Dsequence.py24 def max_element (elements, ordered = None): function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dmax_element.rst3 max_element title
/third_party/boost/boost/mpl/
Dmax_element.hpp59 struct max_element struct
/third_party/boost/boost/phoenix/stl/algorithm/
Dquerying.hpp568 struct max_element struct
574 struct result<This(R&)>
579 struct result<This(R&, P)>
585 operator()(R& r) const in operator ()()
592 operator()(R& r, P p) const in operator ()()
/third_party/boost/libs/assign/test/
Dstatic_list_of.cpp52 typename Range::const_iterator max_element( const Range& r ) in max_element() function
/third_party/boost/boost/lambda/
Dalgorithm.hpp1256 struct max_element { struct
1259 struct sig {
1267 operator()(A a, A b) const in operator ()()
1272 operator()(A a, A b, C c) const in operator ()()
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp235 struct max_element struct
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp1969 unsigned max_element = 0; in si_get_draw_start_count() local
/third_party/mesa3d/src/mesa/main/
Ddraw.c1824 GLuint max_element = 2 * 1000 * 1000 * 1000; /* just a big number */ in _mesa_DrawRangeElementsBaseVertex() local