Searched refs:fwd2 (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_fftw_impl.h | 82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { 124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { 165 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { 204 void fwd2(Complex * dst, const Complex * src, int n0,int n1) 206 get_plan(n0,n1,false,dst,src).fwd2(fftw_cast(dst), fftw_cast(src) ,n0,n1);
|
D | ei_kissfft_impl.h | 283 void fwd2( Complex * dst,const Complex *src,int n0,int n1) in fwd2() function
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 202 void fwd2(Complex * dst, const Complex * src, int n0,int n1) 204 m_impl.fwd2(dst,src,n0,n1);
|