Home
last modified time | relevance | path

Searched refs:xn1 (Results 1 – 25 of 127) sorted by relevance

123456

/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/libpvf/
H A Dzyxel-o56k.c72 xn1 = 0; in pvftozo56k()
93 if (xn1 < -16384) xn1 = -16384; in pvftozo56k()
94 else if (xn1 > 16383) xn1 = 16383; in pvftozo56k()
97 Dn = xn - xn1; in pvftozo56k()
109 if (xn1 < -16384) xn1 = -16384; in pvftozo56k()
110 else if (xn1 > 16383) xn1 = 16383; in pvftozo56k()
146 xn1 = 0; in zo56ktopvf()
173 if (xn1 < -16384) xn1 = -16384; in zo56ktopvf()
174 else if (xn1 > 16383) xn1 = 16383; in zo56ktopvf()
179 if (xn1 < -16384) xn1 = -16384; in zo56ktopvf()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Effects/
H A DPhaser.cpp84 if(xn1.l) in ~Phaser()
85 delete[] xn1.l; in ~Phaser()
90 if(xn1.r) in ~Phaser()
91 delete[] xn1.r; in ~Phaser()
185 xn1[j] = x; in applyPhase()
261 xn1.l[i] = 0.0f; in cleanup()
263 xn1.r[i] = 0.0f; in cleanup()
309 if(xn1.l) in setstages()
310 delete[] xn1.l; in setstages()
315 if(xn1.r) in setstages()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/qa/loopback/src/
H A Dbiquad_filter.c91 double xn1 = filter->xn1; in BiquadFilter_Filter() local
100 yn = (a0 * xn) + (a1 * xn1) + (a2 * xn2) - (b1 * yn1) - (b2 * yn2); in BiquadFilter_Filter()
104 xn2 = xn1; in BiquadFilter_Filter()
105 xn1 = xn; in BiquadFilter_Filter()
118 filter->xn1 = xn1; in BiquadFilter_Filter()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/qa/loopback/src/
H A Dbiquad_filter.c91 double xn1 = filter->xn1; in BiquadFilter_Filter() local
100 yn = (a0 * xn) + (a1 * xn1) + (a2 * xn2) - (b1 * yn1) - (b2 * yn2); in BiquadFilter_Filter()
104 xn2 = xn1; in BiquadFilter_Filter()
105 xn1 = xn; in BiquadFilter_Filter()
118 filter->xn1 = xn1; in BiquadFilter_Filter()
/dports/audio/portaudio/portaudio/qa/loopback/src/
H A Dbiquad_filter.c91 double xn1 = filter->xn1; in BiquadFilter_Filter() local
100 yn = (a0 * xn) + (a1 * xn1) + (a2 * xn2) - (b1 * yn1) - (b2 * yn2); in BiquadFilter_Filter()
104 xn2 = xn1; in BiquadFilter_Filter()
105 xn1 = xn; in BiquadFilter_Filter()
118 filter->xn1 = xn1; in BiquadFilter_Filter()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/qa/loopback/src/
H A Dbiquad_filter.c91 double xn1 = filter->xn1;
100 yn = (a0 * xn) + (a1 * xn1) + (a2 * xn2) - (b1 * yn1) - (b2 * yn2);
104 xn2 = xn1;
105 xn1 = xn;
118 filter->xn1 = xn1;
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dchecksharp.f34 real*8 cotet(3,*),xi,et,xn1(3),xn2(3),dd,xl(3,3),xsj(3),xs(3,7), local
56 xn1(j)=xsj(j)/dd
77 if(dabs(xn1(1)*xn2(1)+xn1(2)*xn2(2)+xn1(3)*xn2(3)-1.d0)
H A Dgen3dnor.f58 & xno(3,999),xta(3,999),xn1(3,999),thl1(999),thl2(999), local
561 xn1(k,j)=xnor(indexx+k)
565 xn1(1,j)=0.d0
566 xn1(2,j)=0.d0
567 xn1(3,j)=-1.d0
572 xno(1,j)=xta(2,j)*xn1(3,j)-xta(3,j)*xn1(2,j)
573 xno(2,j)=xta(3,j)*xn1(1,j)-xta(1,j)*xn1(3,j)
574 xno(3,j)=xta(1,j)*xn1(2,j)-xta(2,j)*xn1(1,j)
729 xn1(1,jact)=xnoref(2)*xta(3,jact)-xnoref(3)*xta(2,jact)
730 xn1(2,jact)=xnoref(3)*xta(1,jact)-xnoref(1)*xta(3,jact)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr97095.f4 real*8 xnoref(3),xta(3,100),xn1(3,100) local
23 xn1(2,jact)=xnoref(3)*xta(1,jact)-xnoref(1)*xta(3,jact)
24 xn1(3,jact)=xnoref(1)*xta(2,jact)-xnoref(2)*xta(1,jact)
25 call foo(xn1)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpr97095.f4 real*8 xnoref(3),xta(3,100),xn1(3,100) local
23 xn1(2,jact)=xnoref(3)*xta(1,jact)-xnoref(1)*xta(3,jact)
24 xn1(3,jact)=xnoref(1)*xta(2,jact)-xnoref(2)*xta(1,jact)
25 call foo(xn1)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr97095.f4 real*8 xnoref(3),xta(3,100),xn1(3,100) local
23 xn1(2,jact)=xnoref(3)*xta(1,jact)-xnoref(1)*xta(3,jact)
24 xn1(3,jact)=xnoref(1)*xta(2,jact)-xnoref(2)*xta(1,jact)
25 call foo(xn1)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr97095.f4 real*8 xnoref(3),xta(3,100),xn1(3,100) local
23 xn1(2,jact)=xnoref(3)*xta(1,jact)-xnoref(1)*xta(3,jact)
24 xn1(3,jact)=xnoref(1)*xta(2,jact)-xnoref(2)*xta(1,jact)
25 call foo(xn1)
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/audio/dsp_filters/
H A Dwahwah.c43 float xn1, xn2, yn1, yn2; member
89 …out_l = (wah->b0 * in[0] + wah->b1 * wah->l.xn1 + wah->b2 * wah->l.xn2 - wah->a1 * wah->l.yn1… in wahwah_process()
90 …out_r = (wah->b0 * in[1] + wah->b1 * wah->r.xn1 + wah->b2 * wah->r.xn2 - wah->a1 * wah->r.yn1… in wahwah_process()
92 wah->l.xn2 = wah->l.xn1; in wahwah_process()
93 wah->l.xn1 = in[0]; in wahwah_process()
97 wah->r.xn2 = wah->r.xn1; in wahwah_process()
98 wah->r.xn1 = in[1]; in wahwah_process()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dhilbert.c51 SPFLOAT xn1 = 0; in sp_hilbert_compute() local
60 xn1 = *in; in sp_hilbert_compute()
66 yn1 = coef[j] * (xn1 - p->ynm1[j]) + p->xnm1[j]; in sp_hilbert_compute()
67 p->xnm1[j] = xn1; in sp_hilbert_compute()
69 xn1 = yn1; in sp_hilbert_compute()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Effects/
H A DPhaser.cpp153 memory.devalloc(xn1.l); in ~Phaser()
154 memory.devalloc(xn1.r); in ~Phaser()
230 float &hpf, float *yn1, float *xn1) in applyPhase() argument
244 yn1[j] = gain * (x + yn1[j]) - xn1[j]; in applyPhase()
248 hpf = yn1[j] + (1.0f - gain) * xn1[j]; in applyPhase()
250 xn1[j] = x; in applyPhase()
326 xn1.l[i] = 0.0f; in cleanup()
328 xn1.r[i] = 0.0f; in cleanup()
374 memory.devalloc(xn1.l); in setstages()
375 memory.devalloc(xn1.r); in setstages()
[all …]
/dports/math/arb/arb-2.21.1/arf/
H A Dset_mpn.c18 mp_size_t yn, xn1; in arf_set_mpn() local
22 xn1 = xn; in arf_set_mpn()
54 fmpz_set_ui(ARF_EXPREF(y), xn1 * FLINT_BITS - leading); in arf_set_mpn()
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/detail/
H A Dhypergeometric_rational.hpp34 T xn1 = two; in hypergeometric_1F1_rational() local
54 ct2 = (z2 / ct1) / (cp + xn1); in hypergeometric_1F1_rational()
56 ct2 *= ((ap + xn1) / (cp + xn2)); in hypergeometric_1F1_rational()
57 const T g2 = ct2 * ((cp - xn1) + (((ap + xn0) / (ct1 + two)) * z2)); in hypergeometric_1F1_rational()
76 xn2 = xn1; in hypergeometric_1F1_rational()
77 xn1 = xn0; in hypergeometric_1F1_rational()

123456