Searched refs:intmax (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;
684 if (lope > up->intmax)
685 up->intmax = lope;

Completed in 107 milliseconds