Searched refs:tick_type (Results 1 – 8 of 8) sorted by relevance
56 typedef typename rep_type::tick_type tick_type; typedef in boost::date_time::time_duration75 static BOOST_CXX14_CONSTEXPR tick_type ticks_per_second() in ticks_per_second()105 BOOST_CXX14_CONSTEXPR tick_type total_milliseconds() const in total_milliseconds()108 return ticks() * (static_cast<tick_type>(1000) / ticks_per_second()); in total_milliseconds()110 return ticks() / (ticks_per_second() / static_cast<tick_type>(1000)) ; in total_milliseconds()113 BOOST_CXX14_CONSTEXPR tick_type total_nanoseconds() const in total_nanoseconds()116 return ticks() * (static_cast<tick_type>(1000000000) / ticks_per_second()); in total_nanoseconds()118 return ticks() / (ticks_per_second() / static_cast<tick_type>(1000000000)) ; in total_nanoseconds()121 BOOST_CXX14_CONSTEXPR tick_type total_microseconds() const in total_microseconds()124 return ticks() * (static_cast<tick_type>(1000000) / ticks_per_second()); in total_microseconds()[all …]
98 typedef typename frac_sec_type::int_type tick_type; typedef in boost::date_time::time_resolution_traits135 static BOOST_CXX14_CONSTEXPR tick_type to_tick_count(hour_type hours, in to_tick_count()146 return static_cast<tick_type>(((((fractional_seconds_type(hours)*3600) in to_tick_count()151 return static_cast<tick_type>((((fractional_seconds_type(hours)*3600) in to_tick_count()
54 typedef time_res_traits::tick_type tick_type; typedef in boost::posix_time::time_duration131 typedef time_res_traits::tick_type int_type;149 typedef time_res_traits::tick_type int_type;
40 using tick_type = std::uint64_t; typedef45 tick_type tick = 0; // counts waits
25 const time_duration::tick_type adjustor = time_duration::ticks_per_second() / 1000; in main()
172 tick_type tick;