Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDntpsim.c264 DTOLFP(dtemp + n->clk_time, &xpkt.rec); in srvr_rply()
266 DTOLFP(dtemp + n->clk_time, &xpkt.xmt); in srvr_rply()
317 DTOLFP(n->ntp_time, &rbuf->recv_time); in netpkt()
HDrefclock_irig.c382 DTOLFP(1. / SECOND, &up->tick); in irig_start()
437 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp); in irig_receive()
758 DTOLFP(dtemp, &ltemp); in irig_base()
HDntp_request.c800 DTOLFP(pp->offset, &ltmp); in peer_list_sum()
926 DTOLFP(pp->filter_offset[j], &ltmp); in peer_info()
933 DTOLFP(pp->offset, &ltmp); in peer_info()
1306 DTOLFP(last_offset, &ltmp); in loop_info()
1308 DTOLFP(drift_comp * 1e6, &ltmp); in loop_info()
2664 DTOLFP(clock_stat.fudgetime1, &ltmp); in get_clock_info()
2666 DTOLFP(clock_stat.fudgetime2, &ltmp); in get_clock_info()
HDrefclock_chu.c508 DTOLFP(CHAR, &up->charstamp); in chu_start()
528 DTOLFP(1. / SECOND, &up->tick); in chu_start()
650 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp); in chu_audio_receive()
HDntp_refclock.c494 DTOLFP(pp->nsec / 1e9, &ltemp); in refclock_process()
1220 DTOLFP(pp->filter[i - 2], &bug->times[i]); in refclock_buginfo()
HDrefclock_wwv.c688 DTOLFP(1. / SECOND, &up->tick); in wwv_start()
812 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp); in wwv_receive()
HDrefclock_jupiter.c494 DTOLFP(pp->fudgetime2, &instance->limit); in jupiter_control()
HDrefclock_oncore.c1571 DTOLFP(dmy, &ts); in oncore_get_timestamp()
1573 DTOLFP(dmy, &ts_tmp); in oncore_get_timestamp()
1577 DTOLFP(dmy, &ts); in oncore_get_timestamp()
/trueos/contrib/ntp/libntp/
HDsystime.c384 DTOLFP(ntp_node.ntp_time, now); in get_systime()
/trueos/contrib/ntp/include/
HDntp_fp.h337 #define DTOLFP(d, v) M_DTOLFP((d), (v)->l_ui, (v)->l_uf) macro
/trueos/contrib/ntp/util/
HDjitter.h378 #define DTOLFP(d, v) M_DTOLFP((d), (v)->l_ui, (v)->l_uf) macro