Home | History | Annotate | Download | only in FFT

Lines Matching refs:fwd

60       void fwd(complex_type * dst,complex_type * src,int nfft) {
70 void fwd(complex_type * dst,scalar_type * src,int nfft) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
113 void fwd(complex_type * dst,scalar_type * src,int nfft) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
154 void fwd(complex_type * dst,scalar_type * src,int nfft) {
190 void fwd( Complex * dst,const Complex *src,int nfft)
192 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src),nfft );
197 void fwd( Complex * dst,const Scalar * src,int nfft)
199 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src) ,nfft);