Home
last modified time | relevance | path

Searched defs:minmax (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/algorithm/
Dminmax.hpp36 minmax(T const& a, T const& b) { in minmax() function
42 minmax(T const& a, T const& b, BinaryPredicate comp) { in minmax() function
/third_party/boost/boost/multiprecision/cpp_int/
Dcpp_int_config.hpp127 inline BOOST_MP_CXX14_CONSTEXPR void minmax(const T& a, const T& b, T& aa, T& bb) in minmax() function
/third_party/boost/boost/safe_numerics/
Dutility.hpp240 minmax(const std::initializer_list<T> l){ in minmax() function
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp1963 AlgebraicOpt::handleMINMAX(Instruction *minmax) in handleMINMAX()
/third_party/weston/xwayland/
Dwindow-manager.c2819 uint32_t minmax = PMinSize | PMaxSize; in legacy_fullscreen() local