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

  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 936 double syncx; /* bpf output */ local
1057 syncx = (bpf[8] = bpf[7]) * 4.897278e-01;
1058 syncx += (bpf[7] = bpf[6]) * -2.765914e+00;
1059 syncx += (bpf[6] = bpf[5]) * 8.110921e+00;
1060 syncx += (bpf[5] = bpf[4]) * -1.517732e+01;
1061 syncx += (bpf[4] = bpf[3]) * 1.975197e+01;
1062 syncx += (bpf[3] = bpf[2]) * -1.814365e+01;
1063 syncx += (bpf[2] = bpf[1]) * 1.159783e+01;
1064 syncx += (bpf[1] = bpf[0]) * -4.735040e+00;
1065 bpf[0] = isig - syncx;
    [all...]

Completed in 24 milliseconds