OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGTOD
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c
232
clock_jitter =
LOGTOD
(sys_precision);
648
clock_jitter =
LOGTOD
(sys_precision);
665
LOGTOD
(sys_precision)));
ntp_proto.c
2798
p_del = max(p_del,
LOGTOD
(sys_precision));
2799
p_disp =
LOGTOD
(sys_precision) +
LOGTOD
(peer->precision) +
3018
sys_jitter =
LOGTOD
(sys_precision);
3273
peer->jitter =
LOGTOD
(sys_precision);
3467
peer->jitter = max(SQRT(peer->jitter),
LOGTOD
(sys_precision));
3899
g = max(g,
LOGTOD
(sys_precision));
ntp_refclock.c
632
pp->jitter = max(SQRT(pp->jitter / m),
LOGTOD
(sys_precision));
/src/external/bsd/ntp/dist/include/
ntp.h
161
#define
LOGTOD
(a) ldexp(1., (int)(a)) /* log2 to double */
162
#define UNIVAR(x) (SQUARE(.28867513 *
LOGTOD
(x))) /* std uniform distr */
/src/external/bsd/ntp/dist/sntp/
main.c
1341
*precision =
LOGTOD
(rpkt->precision);
1343
TRACE(3, ("offset_calculation:
LOGTOD
(rpkt->precision): %f\n", *precision));
1367
// peer->jitter =
LOGTOD
(sys_precision); (we have no history to augment this)
1376
// +
LOGTOD
(sys_precision)
1384
+ 0. /*
LOGTOD
(sys_precision) when we can get it */
Completed in 43 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026