Home
last modified time | relevance | path

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

/dports/cad/ngspice_rework/ngspice-35/src/maths/fft/
H A Dfftlib.h27 void ffts1(double *ioptr, int M, int Rows, double *Utbl, short *BRLow);
H A Dfftext.c187 ffts1(data, M, Rows, UtblArray[M], BRLowArray[M/2]); in ffts()
H A Dfftlib.c1072 void ffts1(double *ioptr, int M, int Rows, double *Utbl, short *BRLow) in ffts1() function
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/ffts/src/
H A Dfftlib.h27 void ffts1(float *ioptr, long M, long Rows, float *Utbl, short *BRLow);
H A Dfftext.c98 ffts1(data, M, Rows, UtblArray[M], BRLowArray[M/2]); in ffts()
H A Dfftlib.c1063 void ffts1(float *ioptr, long M, long Rows, float *Utbl, short *BRLow){ in ffts1() function
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/lib/fft/
H A Dsp_fft.c39 ffts1(buf, M, fft->utbl, fft->BRLowCpx); in sp_fft_cpx()
H A Dfft.c1070 static void ffts1(SPFLOAT *ioptr, int M, SPFLOAT *Utbl, int16_t *BRLow) in ffts1() function
3125 ffts1(buf, M, fft->utbl, fft->BRLowCpx); in sp_fft_cpx()
H A Dfftlib.c1070 static void ffts1(SPFLOAT *ioptr, int M, SPFLOAT *Utbl, int16_t *BRLow)
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dgfft.h104 void ffts1(FFT_TYPE *ioptr, int M, FFT_TYPE *Utbl, short *BRLow);
1200 void g_fft<FFT_TYPE>::ffts1(FFT_TYPE *ioptr, int M, FFT_TYPE *Utbl, short *BRLow) in ffts1() function
3320 ffts1(nbuf, FFT_N, Utbl, BRLow); in ComplexFFT()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dfftlib.c1092 static void ffts1(MYFLT *ioptr, int32_t M, MYFLT *Utbl, int16 *BRLow) in ffts1() function
3249 ffts1(buf, M, Utbl, BRLow); in csoundComplexFFT()