Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_wwv.c538 double epomax; /* second sync amplitude */ member
968 static double epomax, nxtmax; /* second sync amplitude buffer */ in wwv_rf() local
1248 if (dtemp > epomax) { in wwv_rf()
1251 epomax = dtemp; in wwv_rf()
1259 up->epomax = epomax; in wwv_rf()
1260 up->eposnr = wwv_snr(epomax, nxtmax); in wwv_rf()
1267 epomax = 0; in wwv_rf()
1421 if (up->epomax < STHR || up->eposnr < SSNR) { in wwv_endpoc()
1483 up->status, up->gain, tepoch, up->epomax, in wwv_endpoc()
1574 up->status, up->epomax, up->eposnr, mepoch, in wwv_endpoc()
[all …]