Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDrefclock_wwv.c973 static double epomax, nxtmax; /* second sync amplitude buffer */ in wwv_rf() local
1269 nxtmax = fabs(epobuf[j]); in wwv_rf()
1273 up->eposnr = wwv_snr(epomax, nxtmax); in wwv_rf()
2144 double topmax, nxtmax; /* metrics */ in wwv_corr4() local
2161 topmax = nxtmax = -MAXAMP; in wwv_corr4()
2168 nxtmax = topmax; in wwv_corr4()
2171 } else if (acc > nxtmax) { in wwv_corr4()
2172 nxtmax = acc; in wwv_corr4()
2176 vp->digsnr = wwv_snr(topmax, nxtmax); in wwv_corr4()