Searched refs:fwd2 (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { function in struct:Eigen::internal::fftw_plan
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { function in struct:Eigen::internal::fftw_plan
165 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { function in struct:Eigen::internal::fftw_plan
204 void fwd2(Complex * dst, const Complex * src, int n0,int n1) function in struct:Eigen::internal::fftw_impl
206 get_plan(n0,n1,false,dst,src).fwd2(fftw_cast(dst), fftw_cast(src) ,n0,n1);
H A Dei_kissfft_impl.h283 void fwd2( Complex * dst,const Complex *src,int n0,int n1) function in struct:Eigen::internal::kissfft_impl

Completed in 923 milliseconds