Home
last modified time | relevance | path

Searched refs:fft0 (Results 1 – 25 of 96) sorted by relevance

1234

/dports/audio/din/din-52/src/
H A Dlisteners.cc19 extern fft fft0;
50 if (fft0.folded () == 0) fft0.go (ed->curveinfo[i].curve); in edited()
H A Dfft.h55 extern fft fft0;
H A Dbinaural_drones.cc30 if (fft0.folded () == 0) fft0.go (ed->curveinfo[i].curve); in edited()
H A Dui.cc235 for (int i = 0; i < 5; ++i) widgets_of[uwav[i]].push_back (&fft0); in add_widgets()
407 if (crved && crved->num_curves && !fft0.folded ()) fft0.go (crved->curveinfo[0].curve); in dofft()
H A Dcommand.cc267 fft0.ab_fold.set_dir (arrow_button::right); in operator ()()
269 fft0.ab_fold.set_dir (arrow_button::down); in operator ()()
271 fft0.clicked (fft0.ab_fold); in operator ()()
420 ss << !fft0.folded () << spc; in operator ()()
/dports/math/R/R-4.1.2/src/library/stats/man/
H A Dfft.Rd79 fft0 <- function(z, inverse=FALSE) {
91 summary(relD(fft(z), fft0(z)))
92 summary(relD(fft(z, inverse=TRUE), fft0(z, inverse=TRUE)))
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A Dfft.Rd79 fft0 <- function(z, inverse=FALSE) {
91 summary(relD(fft(z), fft0(z)))
92 summary(relD(fft(z, inverse=TRUE), fft0(z, inverse=TRUE)))
/dports/math/fftw3-float/fftw-3.3.9/libbench2/
H A Dmp.c444 static void fft0(int n, N *a, int sign) in fft0() function
525 fft0(nb, y, -1); in bluestein()
534 fft0(nb, b, -1); in bluestein()
538 fft0(nb, b, 1); in bluestein()
563 fft0(n, a, sign); in fft1()
/dports/math/fftw3/fftw-3.3.9/libbench2/
H A Dmp.c444 static void fft0(int n, N *a, int sign) in fft0() function
525 fft0(nb, y, -1); in bluestein()
534 fft0(nb, b, -1); in bluestein()
538 fft0(nb, b, 1); in bluestein()
563 fft0(n, a, sign); in fft1()
/dports/math/fftw3-long/fftw-3.3.9/libbench2/
H A Dmp.c444 static void fft0(int n, N *a, int sign) in fft0() function
525 fft0(nb, y, -1); in bluestein()
534 fft0(nb, b, -1); in bluestein()
538 fft0(nb, b, 1); in bluestein()
563 fft0(n, a, sign); in fft1()
/dports/math/fftw3-quad/fftw-3.3.9/libbench2/
H A Dmp.c444 static void fft0(int n, N *a, int sign) in fft0() function
525 fft0(nb, y, -1); in bluestein()
534 fft0(nb, b, -1); in bluestein()
538 fft0(nb, b, 1); in bluestein()
563 fft0(n, a, sign); in fft1()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/aec/
H A Daec_core_sse2.c189 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
191 const __m128 fft_re = _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2 ,0)); in FilterAdaptationSSE2()
192 const __m128 fft_im = _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3 ,1)); in FilterAdaptationSSE2()
/dports/comms/linrad/linrad-04.02/
H A DMakefile.in124 FFT0=fft0.c globdef.h uidef.h fft1def.h fft2def.h
333 cohsub.oz cwspeed.oz cwdetect.oz eme.oz fft0.oz fft1.oz \
352 eme.oz fft0.oz fft1.oz fft1_re.oz fft2.oz fft3.oz llsq.oz \
457 fft0.oz: Makefile $(FFT0)
458 $(WINWCC) fft0.c $(CFW) fft0.oz
627 cohsub.ow cwspeed.ow cwdetect.ow eme.ow fft0.ow fft1.ow \
750 fft0.ow : $(FFT0)
751 $(WCC) fft0.c $(CFW) fft0.ow
1022 mouse.ol wide_graph.ol fft0.ol adtest.ol hires_graph.ol \
1119 mouse.ol wide_graph.ol fft0.ol adtest.ol hires_graph.ol \
[all …]
/dports/math/asymptote/asymptote-2.67/
H A Dfftw++.h426 void fft0(Complex *in, Complex *out=NULL) {
431 void fft0(double *in, Complex *out=NULL) {
432 fft0((Complex *) in,out);
435 void fft0(Complex *in, double *out) { in fft0() function
436 fft0(in,(Complex *) out); in fft0()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dfftw++.h538 void fft0(Complex *in, Complex *out=NULL) {
543 void fft0(double *in, Complex *out=NULL) {
544 fft0((Complex *) in,out);
547 void fft0(Complex *in, double *out) { in fft0() function
548 fft0(in,(Complex *) out); in fft0()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/aec/
H A Daec_core_sse2.cc209 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
212 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
214 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/audio/libfilteraudio/filter_audio-0.0.1/aec/
H A Daec_core_sse2.c207 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
210 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
212 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c205 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
208 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
210 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.cc208 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
211 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
213 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.cc208 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
211 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
213 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c205 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
208 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
210 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.cc208 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
211 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
213 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c205 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
208 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
210 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.cc208 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
211 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
213 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c205 const __m128 fft0 = _mm_loadu_ps(&fft[2 * j + 0]); in FilterAdaptationSSE2() local
208 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(2, 0, 2, 0)); in FilterAdaptationSSE2()
210 _mm_shuffle_ps(fft0, fft4, _MM_SHUFFLE(3, 1, 3, 1)); in FilterAdaptationSSE2()

1234