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

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_chu.c907 double es_max, es_min; /* max/min envelope */ local
917 es_max = -1e6;
922 if (sp->shift[i] > es_max)
923 es_max = sp->shift[i];
936 sp->span = es_max - es_min;
948 dist += es_max - dtemp;
953 dist += es_max - dtemp;

Completed in 127 milliseconds