Searched defs:chrono_numeric_limits (Results 1 – 2 of 2) sorted by relevance
387 struct chrono_numeric_limits { struct388 static T lowest() throw() {return (std::numeric_limits<T>::min) ();} in lowest()392 struct chrono_numeric_limits<T,true> { struct393 static T lowest() throw() {return (std::numeric_limits<T>::min) ();} in lowest()397 struct chrono_numeric_limits<float,true> { struct398 static float lowest() throw() {return -(std::numeric_limits<float>::max) ();} in lowest()402 struct chrono_numeric_limits<double,true> { struct403 static double lowest() throw() {return -(std::numeric_limits<double>::max) ();} in lowest()407 struct chrono_numeric_limits<long double,true> { struct408 static long double lowest() throw() {return -(std::numeric_limits<long double>::max)();} in lowest()
342 struct chrono_numeric_limits { struct343 …CONSTEXPR T lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW {return (std::numeric_limits<T>::min) ();} in lowest()347 struct chrono_numeric_limits<T,true> { struct348 …CONSTEXPR T lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW {return (std::numeric_limits<T>::min) ();} in lowest()352 struct chrono_numeric_limits<float,true> { struct353 static BOOST_CHRONO_LIB_CONSTEXPR float lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest()360 struct chrono_numeric_limits<double,true> { struct361 static BOOST_CHRONO_LIB_CONSTEXPR double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest()368 struct chrono_numeric_limits<long double,true> { struct369 static BOOST_CHRONO_LIB_CONSTEXPR long double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW in lowest()