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

/freebsd-12-stable/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-12-stable/usr.sbin/lpr/filters/
H A DMakefile6 PROG= lpf
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c385 double lpf[27]; /* FIR lowpass filter */ member in struct:chuunit
746 double lpf; /* lowpass signal */ local
804 lpf = (up->lpf[26] = up->lpf[25]) * 2.538771e-02;
805 lpf += (up->lpf[25] = up->lpf[24]) * 1.084671e-01;
806 lpf += (up->lpf[2
[all...]
H A Drefclock_irig.c238 double lpf[5]; /* IRIG-E filter shift register */ member in struct:irigunit
552 irig_e = (up->lpf[4] = up->lpf[3]) * 8.694604e-001;
553 irig_e += (up->lpf[3] = up->lpf[2]) * -3.589893e+000;
554 irig_e += (up->lpf[2] = up->lpf[1]) * 5.570154e+000;
555 irig_e += (up->lpf[1] = up->lpf[0]) * -3.849667e+000;
556 up->lpf[
[all...]
H A Drefclock_wwv.c931 static double lpf[5]; /* 150-Hz lpf delay line */ local
932 double data; /* lpf output */
981 memset((char *)lpf, 0, sizeof(lpf));
1011 data = (lpf[4] = lpf[3]) * 8.360961e-01;
1012 data += (lpf[3] = lpf[2]) * -3.481740e+00;
1013 data += (lpf[
[all...]
/freebsd-12-stable/sbin/nvmecontrol/
H A Dlogpage.c673 const struct logpage_function *lpf; local
734 SLIST_FOREACH(lpf, &logpages, link) {
735 if (lpf->vendor != NULL && opt.vendor != NULL &&
736 strcmp(lpf->vendor, opt.vendor) != 0)
738 if (opt.page != lpf->log_page)
740 if (lpf->print_fn != NULL)
741 print_fn = lpf->print_fn;
742 size = lpf->size;
/freebsd-12-stable/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk227 function lpf(imp, n, rolloff, beta, num, i, j, x, nm, ibeta, w) function
307 lpf(imp, nwing, rolloff, beta, num);

Completed in 173 milliseconds