Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/example/
Dsaturating.cpp418 struct duration_values<User2::saturate<I> > struct
420 typedef User2::saturate<I> Rep;
422 static Rep zero() {return Rep(0);} in zero()
423 static Rep max BOOST_PREVENT_MACRO_SUBSTITUTION () {return Rep(Rep::pos_inf-1);} in BOOST_PREVENT_MACRO_SUBSTITUTION()
424 static Rep min BOOST_PREVENT_MACRO_SUBSTITUTION () {return -(max)();} in BOOST_PREVENT_MACRO_SUBSTITUTION()
Dtime2_demo.cpp800 struct duration_values<User2::saturate<I> > struct
802 typedef User2::saturate<I> Rep;
804 static Rep zero() {return Rep(0);} in zero()
805 static Rep max BOOST_PREVENT_MACRO_SUBSTITUTION () {return Rep(Rep::pos_inf-1);} in BOOST_PREVENT_MACRO_SUBSTITUTION()
806 static Rep min BOOST_PREVENT_MACRO_SUBSTITUTION () {return -(max) ();} in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/boost/boost/chrono/
Dprocess_cpu_clocks.hpp344 struct duration_values<process_times<Rep> > struct
346 typedef process_times<Rep> Res;
348 static Res zero() in zero()
352 static Res max BOOST_PREVENT_MACRO_SUBSTITUTION () in BOOST_PREVENT_MACRO_SUBSTITUTION()
358 static Res min BOOST_PREVENT_MACRO_SUBSTITUTION () in BOOST_PREVENT_MACRO_SUBSTITUTION()
Dduration.hpp381 struct duration_values struct
383 static BOOST_CONSTEXPR Rep zero() {return Rep(0);} in zero()
384 static BOOST_CHRONO_LIB_CONSTEXPR Rep max BOOST_PREVENT_MACRO_SUBSTITUTION () in BOOST_PREVENT_MACRO_SUBSTITUTION()
389 static BOOST_CHRONO_LIB_CONSTEXPR Rep min BOOST_PREVENT_MACRO_SUBSTITUTION () in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/boost/libs/ratio/example/
Dduration.hpp416 struct duration_values struct
418 static Rep zero() {return Rep(0);} in zero()
419 … static Rep max BOOST_PREVENT_MACRO_SUBSTITUTION () {return (std::numeric_limits<Rep>::max)();} in BOOST_PREVENT_MACRO_SUBSTITUTION()
421 …tatic Rep min BOOST_PREVENT_MACRO_SUBSTITUTION () {return detail::numeric_limits<Rep>::lowest();} in BOOST_PREVENT_MACRO_SUBSTITUTION()