Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_loopfilter.c232 clock_jitter = LOGTOD(sys_precision); in init_loopfilter()
648 clock_jitter = LOGTOD(sys_precision); in local_clock()
665 LOGTOD(sys_precision))); in local_clock()
Dntp_proto.c2798 p_del = max(p_del, LOGTOD(sys_precision)); in process_packet()
2799 p_disp = LOGTOD(sys_precision) + LOGTOD(peer->precision) + in process_packet()
3018 sys_jitter = LOGTOD(sys_precision); in clock_update()
3273 peer->jitter = LOGTOD(sys_precision); in peer_clear()
3467 peer->jitter = max(SQRT(peer->jitter), LOGTOD(sys_precision)); in clock_filter()
3899 g = max(g, LOGTOD(sys_precision)); in clock_select()
Dntp_refclock.c632 pp->jitter = max(SQRT(pp->jitter / m), LOGTOD(sys_precision)); in refclock_sample()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp.h161 #define LOGTOD(a) ldexp(1., (int)(a)) /* log2 to double */ macro
162 #define UNIVAR(x) (SQUARE(.28867513 * LOGTOD(x))) /* std uniform distr */
/netbsd/src/external/bsd/ntp/dist/sntp/
Dmain.c1340 *precision = LOGTOD(rpkt->precision); in offset_calculation()
/netbsd/src/external/bsd/ntp/dist/
DChangeLog1731 * [Bug 2382] Implement LOGTOD using ldexp() instead of shifting.
DCommitLog85160 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting
85163 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting
85166 [Bug 2382] Implement LOGTOD using ldexp() instead of shifting
145539 of LOGTOD(), substitute ULOGTOD()