Searched refs:ULOGTOD (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DpacketHandling.c155 TEST_ASSERT_EQUAL_DOUBLE(1. / ULOGTOD(16), precision);
202 TEST_ASSERT_EQUAL_DOUBLE(1. / ULOGTOD(1), precision);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c714 / ( max(ULOGTOD(sys_poll), mu)
723 etemp = min(ULOGTOD(allan_xpt), mu);
724 dtemp = 4 * CLOCK_PLL * ULOGTOD(sys_poll);
974 offset_adj = clock_offset / (CLOCK_PLL * ULOGTOD(1));
981 offset_adj = clock_offset / (CLOCK_PLL * ULOGTOD(sys_poll));
H A Dntp_proto.c3299 (u_long)ULOGTOD(allan_xpt)) {
3390 < 2. * ULOGTOD(peer->hpoll)) {
5016 + clock_phi * ULOGTOD(peer->hpoll)) {
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h161 #define ULOGTOD(a) ldexp(1., (int)(a)) /* ulog2 to double */ macro

Completed in 175 milliseconds