Home
last modified time | relevance | path

Searched refs:fp_sys (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/libntp/
Dsystime.c525 l_fp fp_ofs, fp_sys; /* offset and target system time in FP */ in step_systime() local
546 DTOLFP(sys_residual, &fp_sys); in step_systime()
548 L_ADD(&fp_ofs, &fp_sys); in step_systime()
554 fp_sys = tspec_stamp_to_lfp(timets); in step_systime()
559 L_ADD(&fp_sys, &fp_ofs); in step_systime()
562 timetv = lfp_stamp_to_tval(fp_sys, &pivot); in step_systime()