Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c335 DTOLFP(t2, &lfp_host); in simulate_server()
337 DTOLFP(t3, &lfp_host); in simulate_server()
453 DTOLFP(simclock.local_time, &rbuf->recv_time); in sim_event_recv_packet()
535 DTOLFP(simclock.local_time, now);
H A Drefclock_irig.c373 DTOLFP(1. / SECOND, &up->tick); in irig_start()
430 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp); in irig_receive()
788 DTOLFP(dtemp, &ltemp); in irig_baud()
H A Dntp_refclock.c554 DTOLFP(pp->nsec / 1e9, &ltemp); in refclock_process_f()
1411 DTOLFP(pp->filter[u - 2], &bug->times[u]); in refclock_buginfo()
1673 DTOLFP(rcvfudge, delta); in refclock_ppsaugment()
1697 DTOLFP(ppsfudge, delta); in refclock_ppsaugment()
1737 DTOLFP(rcvfudge, delta); in refclock_ppsaugment()
H A Drefclock_tsyncpci.c598 DTOLFP(((double)TimeContext.tv.tv_usec / 1000000.0), &pp->lastrec); in tsync_poll()
644 DTOLFP(pp->nsec / 1e9, &ltemp); in tsync_poll()
H A Dntp_request.c783 DTOLFP(pp->offset, &ltmp); in list_peers_sum()
919 DTOLFP(pp->filter_offset[j], &ltmp); in peer_info()
927 DTOLFP(pp->offset, &ltmp); in peer_info()
1270 DTOLFP(last_offset, &ltmp); in loop_info()
1272 DTOLFP(drift_comp * 1e6, &ltmp); in loop_info()
2543 DTOLFP(clock_stat.fudgetime1, &ltmp); in get_clock_info()
2545 DTOLFP(clock_stat.fudgetime2, &ltmp); in get_clock_info()
H A Drefclock_chu.c535 DTOLFP(CHAR, &up->charstamp); in chu_start()
555 DTOLFP(1. / SECOND, &up->tick); in chu_start()
672 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp); in chu_audio_receive()
H A Drefclock_gpsdjson.c809 DTOLFP(pp->fudgetime1, &up->pps_fudge2); in gpsd_control()
814 DTOLFP(pp->fudgetime1, &up->pps_fudge); in gpsd_control()
815 DTOLFP(pp->fudgetime2, &up->sti_fudge); in gpsd_control()
H A Dntp_timer.c648 DTOLFP(leap_smear.doffset, &leap_smear.offset); in check_leapsec()
H A Drefclock_wwv.c695 DTOLFP(1. / WWV_SEC, &up->tick); in wwv_start()
810 DTOLFP((double)rbufp->recv_length / WWV_SEC, &ltemp); in wwv_receive()
H A Drefclock_oncore.c1719 DTOLFP(dmy, &ts); in oncore_get_timestamp()
1721 DTOLFP(dmy, &ts_tmp); in oncore_get_timestamp()
1725 DTOLFP(dmy, &ts); in oncore_get_timestamp()
H A Dntp_io.c3488 DTOLFP(fuzz, &lfpfuzz);
H A Dntp_proto.c5244 DTOLFP(MINSTEP, &minstep); in init_proto()
/freebsd/contrib/ntp/libntp/
H A Dsystime.c238 DTOLFP(dfuzz, &lfpfuzz); in get_systime()
544 DTOLFP(sys_residual, &fp_sys); in step_systime()
545 DTOLFP(step, &fp_ofs); in step_systime()
H A Dntp_calgps.c41 DTOLFP(ofs, &fpo); in ntpfp_with_fudge()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h341 #define DTOLFP(d, v) M_DTOLFP((d), (v)->l_ui, (v)->l_uf) macro
/freebsd/contrib/ntp/
H A DChangeLog2447 * Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by
H A DCommitLog[all...]