Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dsystime.c523 l_fp fp_ofs, fp_sys; /* offset and target system time in FP */ in step_systime() local
544 DTOLFP(sys_residual, &fp_sys); in step_systime()
546 L_ADD(&fp_ofs, &fp_sys); in step_systime()
552 fp_sys = tspec_stamp_to_lfp(timets); in step_systime()
557 L_ADD(&fp_sys, &fp_ofs); in step_systime()
560 timetv = lfp_stamp_to_tval(fp_sys, &pivot); in step_systime()