Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c385 double lpf[27]; /* FIR lowpass filter */ member
746 double lpf; /* lowpass signal */ in chu_rf() local
804 lpf = (up->lpf[26] = up->lpf[25]) * 2.538771e-02; in chu_rf()
805 lpf += (up->lpf[25] = up->lpf[24]) * 1.084671e-01; in chu_rf()
806 lpf += (up->lpf[24] = up->lpf[23]) * 2.003159e-01; in chu_rf()
807 lpf += (up->lpf[23] = up->lpf[22]) * 2.985303e-01; in chu_rf()
808 lpf += (up->lpf[22] = up->lpf[21]) * 4.003697e-01; in chu_rf()
809 lpf += (up->lpf[21] = up->lpf[20]) * 5.028552e-01; in chu_rf()
810 lpf += (up->lpf[20] = up->lpf[19]) * 6.028795e-01; in chu_rf()
811 lpf += (up->lpf[19] = up->lpf[18]) * 6.973249e-01; in chu_rf()
[all …]
H A Drefclock_irig.c238 double lpf[5]; /* IRIG-E filter shift register */ member
552 irig_e = (up->lpf[4] = up->lpf[3]) * 8.694604e-001; in irig_rf()
553 irig_e += (up->lpf[3] = up->lpf[2]) * -3.589893e+000; in irig_rf()
554 irig_e += (up->lpf[2] = up->lpf[1]) * 5.570154e+000; in irig_rf()
555 irig_e += (up->lpf[1] = up->lpf[0]) * -3.849667e+000; in irig_rf()
556 up->lpf[ in irig_rf()
[all...]
H A Drefclock_wwv.c931 static double lpf[5]; /* 150-Hz lpf delay line */ in wwv_rf() local
932 double data; /* lpf output */ in wwv_rf()
981 memset((char *)lpf, 0, sizeof(lpf)); in wwv_rf()
1011 data = (lpf[4] = lpf[3]) * 8.360961e-01; in wwv_rf()
1012 data += (lpf[3] = lpf[2]) * -3.481740e+00; in wwv_rf()
1013 data += (lpf[ in wwv_rf()
[all...]
/freebsd/share/doc/smm/07.lpd/
H A Dspell.ok34 lpf
35 lpf:lf
/freebsd/sbin/nvmecontrol/
H A Dlogpage.c721 const struct logpage_function *lpf;
781 SLIST_FOREACH(lpf, &logpages, link) { in logpage()
782 if (lpf->vendor != NULL && opt.vendor != NULL && in logpage()
783 strcmp(lpf->vendor, opt.vendor) != 0) in logpage()
785 if (opt.page != lpf->log_page) in logpage()
787 if (lpf->print_fn != NULL) in logpage()
788 print_fn = lpf->print_fn; in logpage()
789 size = lpf->size; in logpage()
747 const struct logpage_function *lpf; logpage() local
/freebsd/share/examples/printing/
H A Dhpof8 exec /usr/libexec/lpr/lpf
H A Ddiablo-if-net7 exec /usr/libexec/lpr/lpf "$@" | /usr/local/libexec/netprint scrivener 5100
/freebsd/usr.sbin/lpr/filters/
H A DMakefile4 PROG= lpf
/freebsd/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk226 function lpf(imp, n, rolloff, beta, num, i, j, x, nm, ibeta, w) function
306 lpf(imp, nwing, rolloff, beta, num);
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt1673 MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEq7YbQjvl1sJuIcYFgyyRQtwd/lpf
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc5061 OLD_FILES+=usr/libexec/lpr/lpf