HomeSort by: relevance | last modified time | path
    Searched defs:intmax (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_irig.c 243 double intmin, intmax; /* integrated envelope min and max */ member in struct:irigunit
634 up->maxsignal = up->intmax; up->noise = up->intmin;
635 up->intmin = 1e6; up->intmax = -1e6;
686 if (lope > up->intmax)
687 up->intmax = lope;

Completed in 27 milliseconds