Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_irig.c241 double intmin, intmax; /* integrated envelope min and max */ member
632 up->maxsignal = up->intmax; up->noise = up->intmin; in irig_base()
633 up->intmin = 1e6; up->intmax = -1e6; in irig_base()
684 if (lope > up->intmax) in irig_base()
685 up->intmax = lope; in irig_base()