Home
last modified time | relevance | path

Searched defs:lowest (Results 1 – 25 of 48) 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.cc18 Histogram::Histogram(int64_t lowest, int64_t highest, int figures) { in Histogram()
28 HistogramImpl::HistogramImpl(int64_t lowest, int64_t highest, int figures) in HistogramImpl()
37 int64_t lowest, in HistogramBase()
141 int64_t lowest, in Create()
248 int64_t lowest, in IntervalHistogram()
/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/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h56 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h56 static Float16 lowest() { return Float16(0xfbff); } in lowest() function
/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/skia/third_party/externals/tint/src/writer/
Dfloat_to_string_test.cc80 const auto lowest = std::numeric_limits<float>::lowest(); in TEST() local
137 const auto lowest = std::numeric_limits<float>::lowest(); in TEST() local
/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
/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/python/Lib/test/
Dtest_type_comments.py224 lowest = 4 # Lowest minor version supported variable in TypeCommentTests
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128.h290 static constexpr absl::uint128 lowest() { return 0; } in lowest() function
525 static constexpr absl::int128 lowest() { return absl::Int128Min(); } in lowest() function
/third_party/libwebsockets/lib/core-net/
Dadopt.c30 unsigned int lowest = ~0; in lws_get_idlest_tsi() local
/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/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_const_literal_test.cc416 const auto lowest = std::numeric_limits<float>::lowest(); in TEST_F() local
/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

12