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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c596 double lope; /* integrator output */ local
613 lope = up->integ[up->envphase];
616 up->lastint[carphase] = lope;
623 if (up->lastsig > 0 && lope <= 0)
625 up->lastsig = lope;
683 lope = (up->lastint[2] - up->lastint[6]) / 2.;
684 if (lope > up->intmax)
685 up->intmax = lope;
686 if (lope < up->intmin)
687 up->intmin = lope;
[all...]

Completed in 104 milliseconds