Lines Matching full:double
85 static double clock_ratio = 1.0;
296 void hwtimer_set_rt_ratio(double ratio) in hwtimer_set_rt_ratio()
312 void hwtimer_adjust_rt_ratio(double ratio_correction) in hwtimer_adjust_rt_ratio()
323 int64_t r_drift = (long double)(clock_ratio-1.0)/(clock_ratio)*s_diff; in hwtimer_adjust_rt_ratio()
366 * Note: long double has a 64bits mantissa in x86. in hwtimer_get_pseudohost_rtc_time()
395 long double drt_us = (long double)rt_us - last_radj_rtime; in hwtimer_get_pseudohost_rtc_time()
396 long double drt_ns = drt_us * 1000.0L + (long double)rt_ns; in hwtimer_get_pseudohost_rtc_time()
397 long double st = drt_ns * (long double)clock_ratio + in hwtimer_get_pseudohost_rtc_time()
398 (long double)(last_radj_stime + rtc_offset) * 1000.0L; in hwtimer_get_pseudohost_rtc_time()
405 double stop_at;
406 double rtc_offset;
407 double rt_drift;
408 double rt_ratio;
509 "For ex. set to 2 to have simulated time pass at double the " in nsi_add_time_options()