Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_loopfilter.c233 clock_jitter = LOGTOD(sys_precision); in init_loopfilter()
649 clock_jitter = LOGTOD(sys_precision); in local_clock()
666 LOGTOD(sys_precision))); in local_clock()
H A Dntp_proto.c2709 p_del = max(p_del, LOGTOD(sys_precision)); in process_packet()
2710 p_disp = LOGTOD(sys_precision) + LOGTOD(peer->precision) + in process_packet()
2924 sys_jitter = LOGTOD(sys_precision); in clock_update()
3190 peer->jitter = LOGTOD(sys_precision); in peer_clear()
3377 peer->jitter = max(SQRT(peer->jitter), LOGTOD(sys_precision)); in clock_filter()
3809 g = max(g, LOGTOD(sys_precision)); in clock_select()
H A Dntp_refclock.c626 pp->jitter = max(SQRT(pp->jitter / m), LOGTOD(sys_precision)); in refclock_sample()
/freebsd-13.1/contrib/ntp/include/
H A Dntp.h159 #define LOGTOD(a) ldexp(1., (int)(a)) /* log2 to double */ macro
160 #define UNIVAR(x) (SQUARE(.28867513 * LOGTOD(x))) /* std uniform distr */
/freebsd-13.1/contrib/ntp/sntp/
H A Dmain.c1337 *precision = LOGTOD(rpkt->precision); in offset_calculation()
/freebsd-13.1/contrib/ntp/
H A DChangeLog1491 * [Bug 2382] Implement LOGTOD using ldexp() instead of shifting.
H A DCommitLog75804 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting
75807 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting
75810 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting
136183 of LOGTOD(), substitute ULOGTOD()