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

/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_wwv.c490 double synmax; /* sync signal max latched at 0 s */ member in struct:sync
1331 sp->synmax = sp->maxeng;
1332 sp->synsnr = wwv_snr(sp->synmax, (sp->noieng -
1333 sp->synmax) / WWV_MIN);
1340 if (sp->synmax > ATHR && sp->synsnr > ASNR) {
1357 sp->reach & 0xffff, sp->metric, sp->synmax,
1812 cp->wwv.synmax = cp->wwv.syneng;
1813 cp->wwvh.synmax = cp->wwvh.syneng;
1833 sp->synsnr = wwv_snr(sp->synmax, sp->amp);
1837 if (sp->synmax >
[all...]

Completed in 55 milliseconds