Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_wwv.c934 double syncx; /* bpf output */ in wwv_rf() local
1055 syncx = (bpf[8] = bpf[7]) * 4.897278e-01; in wwv_rf()
1057 syncx += (bpf[6] = bpf[5]) * 8.110921e+00; in wwv_rf()
1059 syncx += (bpf[4] = bpf[3]) * 1.975197e+01; in wwv_rf()
1061 syncx += (bpf[2] = bpf[1]) * 1.159783e+01; in wwv_rf()
1063 bpf[0] = isig - syncx; in wwv_rf()
1064 syncx = bpf[0] * 8.203628e-03 in wwv_rf()
1103 dtemp = sintab[i] * syncx / (MS / 2.); in wwv_rf()
1112 dtemp = sintab[i] * syncx / (MS / 2.); in wwv_rf()
1131 dtemp = sintab[i] * syncx / (MS / 2.); in wwv_rf()
[all …]