Home
last modified time | relevance | path

Searched refs:frstage (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/maths/fft/
H A Dfftlib.c2508 static inline void frstage(double *ioptr, int M, double *Utbl);
2509 static inline void frstage(double *ioptr, int M, double *Utbl) in frstage() function
2703 frstage(ioptr, M+1, Utbl); in rffts1()
2708 frstage(ioptr, M+1, Utbl); in rffts1()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/ffts/src/
H A Dfftlib.c2485 static inline void frstage(float *ioptr, long M, float *Utbl){ in frstage() function
2677 frstage(ioptr, M+1, Utbl); in rffts1()
2682 frstage(ioptr, M+1, Utbl); in rffts1()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dgfft.h88 void frstage(FFT_TYPE *ioptr, int M, FFT_TYPE *Utbl);
2580 void g_fft<FFT_TYPE>::frstage(FFT_TYPE *ioptr, int M, FFT_TYPE *Utbl) in frstage() function
2754 frstage(ioptr, M + 1, Utbl); in rffts1()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/lib/fft/
H A Dfftlib.c2445 static void frstage(SPFLOAT *ioptr, int M, SPFLOAT *Utbl)
2622 frstage(ioptr, M + 1, Utbl);
H A Dfft.c2445 static void frstage(SPFLOAT *ioptr, int M, SPFLOAT *Utbl) in frstage() function
2622 frstage(ioptr, M + 1, Utbl); in rffts1()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dfftlib.c2467 static void frstage(MYFLT *ioptr, int32_t M, MYFLT *Utbl) in frstage() function
2644 frstage(ioptr, M + 1, Utbl); in rffts1()