Searched refs:res_adjust (Results 1 – 6 of 6) sorted by relevance
18 milli_res::res_adjust() == 1000); in main()31 micro_res::res_adjust() == 1000000); in main()45 nano_res::res_adjust() == 1000000000); in main()
130 static BOOST_CXX14_CONSTEXPR fractional_seconds_type res_adjust() in res_adjust() function in boost::date_time::time_resolution_traits148 + seconds)*res_adjust()) + fs) * -1); in to_tick_count()153 + seconds)*res_adjust()) + fs); in to_tick_count()
120 int adjust = static_cast< int >(resolution_traits_type::res_adjust() / 1000000); in create_time()
77 return rep_type::res_adjust(); in ticks_per_second()
97 int_type fractional_sec_per_sec(resolution_traits::res_adjust()); in frac_sec_per_day()
154 std::cout << "res_adjust " << time_res_traits::res_adjust() << std::endl; in main()