Home
last modified time | relevance | path

Searched defs:chrono_numeric_limits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/example/
Dduration.hpp387 struct chrono_numeric_limits { struct
388 static T lowest() throw() {return (std::numeric_limits<T>::min) ();} in lowest()
392 struct chrono_numeric_limits<T,true> { struct
393 static T lowest() throw() {return (std::numeric_limits<T>::min) ();} in lowest()
397 struct chrono_numeric_limits<float,true> { struct
398 static float lowest() throw() {return -(std::numeric_limits<float>::max) ();} in lowest()
402 struct chrono_numeric_limits<double,true> { struct
403 static double lowest() throw() {return -(std::numeric_limits<double>::max) ();} in lowest()
407 struct chrono_numeric_limits<long double,true> { struct
408 static long double lowest() throw() {return -(std::numeric_limits<long double>::max)();} in lowest()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/
Dduration.hpp342 struct chrono_numeric_limits { struct
343 …CONSTEXPR T lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW {return (std::numeric_limits<T>::min) ();} in lowest()
347 struct chrono_numeric_limits<T,true> { struct
348 …CONSTEXPR T lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW {return (std::numeric_limits<T>::min) ();} in lowest()
352 struct chrono_numeric_limits<float,true> { struct
353 static BOOST_CHRONO_LIB_CONSTEXPR float lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest()
360 struct chrono_numeric_limits<double,true> { struct
361 static BOOST_CHRONO_LIB_CONSTEXPR double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest()
368 struct chrono_numeric_limits<long double,true> { struct
369 static BOOST_CHRONO_LIB_CONSTEXPR long double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest()