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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c241 double intmin, intmax; /* integrated envelope min and max */ member in struct:irigunit
632 up->maxsignal = up->intmax; up->noise = up->intmin;
633 up->intmin = 1e6; up->intmax = -1e6;
686 if (lope < up->intmin)
687 up->intmin = lope;

Completed in 43 milliseconds