Home
last modified time | relevance | path

Searched defs:lowest (Results 1 – 25 of 40) sorted by relevance

12

/third_party/boost/boost/histogram/detail/
Dlimits.hpp17 constexpr T lowest() { in lowest() function
22 constexpr double lowest() { in lowest() function
27 constexpr float lowest() { in lowest() function
/third_party/boost/boost/numeric/conversion/detail/
Dbounds.hpp26 static N lowest () { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } in lowest() function in boost::numeric::boundsdetail::Integral
38 … static N lowest () { return static_cast<N>(-limits::max BOOST_PREVENT_MACRO_SUBSTITUTION ()) ; } in lowest() function in boost::numeric::boundsdetail::Float
/third_party/node/src/
Dhistogram.cc16 Histogram::Histogram(int64_t lowest, int64_t highest, int figures) { in Histogram()
25 int64_t lowest, in HistogramBase()
102 int64_t lowest, in New()
/third_party/boost/boost/geometry/util/
Dis_inverse_spheroidal_coordinates.hpp27 static CT lowest () { return boost::numeric::bounds<CT>::lowest(); } in lowest() function
Drational.hpp124 static inline rational<T> lowest() in lowest() function
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h47 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
/third_party/boost/libs/numeric/conversion/test/
Dbounds_test.cpp31 T lowest = bounds<T>::lowest () ; in test_bounds() local
/third_party/boost/libs/math/dot_net_example/boost_math/
Dboost_math.h107 virtual double lowest()const in lowest() function
267 double lowest() in lowest() function
/third_party/boost/libs/ratio/example/
Dduration.hpp388 static T lowest() throw() {return (std::numeric_limits<T>::min) ();} in lowest() function
393 static T lowest() throw() {return (std::numeric_limits<T>::min) ();} in lowest() function
398 static float lowest() throw() {return -(std::numeric_limits<float>::max) ();} in lowest() function
403 static double lowest() throw() {return -(std::numeric_limits<double>::max) ();} in lowest() function
408 static long double lowest() throw() {return -(std::numeric_limits<long double>::max)();} in lowest() function
/third_party/boost/boost/chrono/
Dduration.hpp343 …static BOOST_CHRONO_LIB_CONSTEXPR T lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW {return (std::nume… in lowest() function
348 …static BOOST_CHRONO_LIB_CONSTEXPR T lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW {return (std::nume… in lowest() function
353 static BOOST_CHRONO_LIB_CONSTEXPR float lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest() function
361 static BOOST_CHRONO_LIB_CONSTEXPR double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest() function
369 static BOOST_CHRONO_LIB_CONSTEXPR long double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest() function
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_limits.hpp51 …static boost::math::cstdfloat::detail::float_internal128_t lowest() BOOST_NOEXCEP… in lowest() function in std::numeric_limits
/third_party/boost/boost/units/
Dlimits.hpp35 …static BOOST_CONSTEXPR quantity_type (lowest)() { return(quantity_type::from_value((std::numeric_l… in quantity_type() argument
/third_party/boost/boost/safe_numerics/
Dsafe_base.hpp332 constexpr static SB lowest() noexcept { in lowest() function in std::numeric_limits
Dsafe_integer_literal.hpp247 constexpr static SL lowest() noexcept { in lowest() function in std::numeric_limits
/third_party/boost/boost/multiprecision/
Deigen.hpp46 static Real lowest() in lowest() function
Ddebug_adaptor.hpp511 static number_type lowest() BOOST_NOEXCEPT { return -(max)(); } in lowest() function in std::numeric_limits
/third_party/python/Lib/test/
Dtest_type_comments.py223 lowest = 4 # Lowest minor version supported variable in TypeCommentTests
/third_party/abseil-cpp/absl/numeric/
Dint128.h286 static constexpr absl::uint128 lowest() { return 0; } in lowest() function
521 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
/third_party/boost/libs/spirit/test/x3/
Dextract_int.cpp79 static constexpr custom_int<Min, Max> lowest() noexcept { return min(); } in lowest() function in std::numeric_limits
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp230 static number_type lowest() BOOST_NOEXCEPT { return -(max)(); } in lowest() function in std::numeric_limits
/third_party/boost/libs/spirit/test/qi/
Dextract_int.cpp80 static BOOST_CONSTEXPR custom_int<Min, Max> lowest() BOOST_NOEXCEPT_OR_NOTHROW { return min(); } in lowest() function in std::numeric_limits
/third_party/ffmpeg/libavfilter/
Dvf_deshake.c193 int lowest = 255; in block_contrast() local
/third_party/boost/boost/geometry/index/detail/rtree/linear/
Dredistribute_elements.hpp203 …coordinate_type lowest = geometry::get<DimensionIndex>(rtree::element_indexable(elements[0], trans… in apply() local
/third_party/boost/boost/multiprecision/cpp_int/
Dlimits.hpp198 static BOOST_CXX14_CONSTEXPR_IF_DETECTION number_type lowest() { return (min)(); } in lowest() function in std::numeric_limits
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp635 BOOST_STATIC_CONSTEXPR number_type lowest() BOOST_NOEXCEPT { return -(max)(); } in lowest() function in std::numeric_limits
653 static const number_type lowest() BOOST_NOEXCEPT { return -(max)(); } in lowest() function in std::numeric_limits

12