OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lope
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_irig.c
598
double
lope
; /* integrator output */
local
615
lope
= up->integ[up->envphase];
618
up->lastint[carphase] =
lope
;
625
if (up->lastsig > 0 &&
lope
<= 0)
627
up->lastsig =
lope
;
685
lope
= (up->lastint[2] - up->lastint[6]) / 2.;
686
if (
lope
> up->intmax)
687
up->intmax =
lope
;
688
if (
lope
< up->intmin)
689
up->intmin =
lope
;
[
all
...]
refclock_irig.c
598
double
lope
; /* integrator output */
local
615
lope
= up->integ[up->envphase];
618
up->lastint[carphase] =
lope
;
625
if (up->lastsig > 0 &&
lope
<= 0)
627
up->lastsig =
lope
;
685
lope
= (up->lastint[2] - up->lastint[6]) / 2.;
686
if (
lope
> up->intmax)
687
up->intmax =
lope
;
688
if (
lope
< up->intmin)
689
up->intmin =
lope
;
[
all
...]
refclock_irig.c
598
double
lope
; /* integrator output */
local
615
lope
= up->integ[up->envphase];
618
up->lastint[carphase] =
lope
;
625
if (up->lastsig > 0 &&
lope
<= 0)
627
up->lastsig =
lope
;
685
lope
= (up->lastint[2] - up->lastint[6]) / 2.;
686
if (
lope
> up->intmax)
687
up->intmax =
lope
;
688
if (
lope
< up->intmin)
689
up->intmin =
lope
;
[
all
...]
Completed in 63 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026