Searched defs:max_element (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/range/algorithm/ |
D | max_element.hpp | 30 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/ |
D | max_element.hpp | 55 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/ |
D | max_element.hpp | 55 max_element(InputIterator first, in max_element() function 67 max_element(InputIterator first, in max_element() function
|
/third_party/boost/tools/build/src/util/ |
D | sequence.py | 24 def max_element (elements, ordered = None): function
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | max_element.rst | 3 max_element title
|
/third_party/boost/boost/mpl/ |
D | max_element.hpp | 59 struct max_element struct
|
/third_party/boost/boost/phoenix/stl/algorithm/ |
D | querying.hpp | 568 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/ |
D | static_list_of.cpp | 52 typename Range::const_iterator max_element( const Range& r ) in max_element() function
|
/third_party/boost/boost/lambda/ |
D | algorithm.hpp | 1256 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/ |
D | appendix_mpl.cpp | 235 struct max_element struct
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.cpp | 1969 unsigned max_element = 0; in si_get_draw_start_count() local
|
/third_party/mesa3d/src/mesa/main/ |
D | draw.c | 1824 GLuint max_element = 2 * 1000 * 1000 * 1000; /* just a big number */ in _mesa_DrawRangeElementsBaseVertex() local
|