Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/ntpd/
HDntpsim.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);
HDntp_refclock.c553 DTOLFP(pp->nsec / 1e9, &ltemp); in refclock_process_f()
1332 DTOLFP(pp->filter[u - 2], &bug->times[u]); in refclock_buginfo()
1594 DTOLFP(rcvfudge, delta); in refclock_ppsaugment()
1618 DTOLFP(ppsfudge, delta); in refclock_ppsaugment()
1658 DTOLFP(rcvfudge, delta); in refclock_ppsaugment()
HDrefclock_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()
HDrefclock_tsyncpci.c598 DTOLFP(((double)TimeContext.tv.tv_usec / 1000000.0), &pp->lastrec); in tsync_poll()
644 DTOLFP(pp->nsec / 1e9, &ltemp); in tsync_poll()
HDntp_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()
2534 DTOLFP(clock_stat.fudgetime1, &ltmp); in get_clock_info()
2536 DTOLFP(clock_stat.fudgetime2, &ltmp); in get_clock_info()
HDrefclock_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()
HDrefclock_gpsdjson.c790 DTOLFP(pp->fudgetime1, &up->pps_fudge2); in gpsd_control()
795 DTOLFP(pp->fudgetime1, &up->pps_fudge); in gpsd_control()
796 DTOLFP(pp->fudgetime2, &up->sti_fudge); in gpsd_control()
HDntp_timer.c644 DTOLFP(leap_smear.doffset, &leap_smear.offset); in check_leapsec()
HDrefclock_wwv.c695 DTOLFP(1. / WWV_SEC, &up->tick); in wwv_start()
810 DTOLFP((double)rbufp->recv_length / WWV_SEC, &ltemp); in wwv_receive()
HDrefclock_oncore.c1717 DTOLFP(dmy, &ts); in oncore_get_timestamp()
1719 DTOLFP(dmy, &ts_tmp); in oncore_get_timestamp()
1723 DTOLFP(dmy, &ts); in oncore_get_timestamp()
HDntp_io.c3448 DTOLFP(fuzz, &lfpfuzz);
HDntp_proto.c5118 DTOLFP(MINSTEP, &minstep); in measure_tick_fuzz()
/freebsd-11-stable/contrib/ntp/libntp/
HDsystime.c239 DTOLFP(dfuzz, &lfpfuzz); in get_systime()
545 DTOLFP(sys_residual, &fp_sys); in step_systime()
546 DTOLFP(step, &fp_ofs); in step_systime()
HDntp_calgps.c41 DTOLFP(ofs, &fpo); in ntpfp_with_fudge()
/freebsd-11-stable/contrib/ntp/include/
HDntp_fp.h341 #define DTOLFP(d, v) M_DTOLFP((d), (v)->l_ui, (v)->l_uf) macro
/freebsd-11-stable/contrib/ntp/
HDChangeLog2207 * Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by
HDCommitLog113552 in DTOLFP().
121087 Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by
121093 Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by
121097 Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by