Searched refs:DTOLFP (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/ntp/ntpd/ |
| HD | ntpsim.c | 264 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()
|
| HD | refclock_irig.c | 382 DTOLFP(1. / SECOND, &up->tick); in irig_start() 437 DTOLFP((double)rbufp->recv_length / SECOND, <emp); in irig_receive() 758 DTOLFP(dtemp, <emp); in irig_base()
|
| HD | ntp_request.c | 800 DTOLFP(pp->offset, <mp); in peer_list_sum() 926 DTOLFP(pp->filter_offset[j], <mp); in peer_info() 933 DTOLFP(pp->offset, <mp); in peer_info() 1306 DTOLFP(last_offset, <mp); in loop_info() 1308 DTOLFP(drift_comp * 1e6, <mp); in loop_info() 2664 DTOLFP(clock_stat.fudgetime1, <mp); in get_clock_info() 2666 DTOLFP(clock_stat.fudgetime2, <mp); in get_clock_info()
|
| HD | refclock_chu.c | 508 DTOLFP(CHAR, &up->charstamp); in chu_start() 528 DTOLFP(1. / SECOND, &up->tick); in chu_start() 650 DTOLFP((double)rbufp->recv_length / SECOND, <emp); in chu_audio_receive()
|
| HD | ntp_refclock.c | 494 DTOLFP(pp->nsec / 1e9, <emp); in refclock_process() 1220 DTOLFP(pp->filter[i - 2], &bug->times[i]); in refclock_buginfo()
|
| HD | refclock_wwv.c | 688 DTOLFP(1. / SECOND, &up->tick); in wwv_start() 812 DTOLFP((double)rbufp->recv_length / SECOND, <emp); in wwv_receive()
|
| HD | refclock_jupiter.c | 494 DTOLFP(pp->fudgetime2, &instance->limit); in jupiter_control()
|
| HD | refclock_oncore.c | 1571 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/ |
| HD | systime.c | 384 DTOLFP(ntp_node.ntp_time, now); in get_systime()
|
| /trueos/contrib/ntp/include/ |
| HD | ntp_fp.h | 337 #define DTOLFP(d, v) M_DTOLFP((d), (v)->l_ui, (v)->l_uf) macro
|
| /trueos/contrib/ntp/util/ |
| HD | jitter.h | 378 #define DTOLFP(d, v) M_DTOLFP((d), (v)->l_ui, (v)->l_uf) macro
|