Home
last modified time | relevance | path

Searched refs:fwd2 (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h82 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);
Dei_kissfft_impl.h283 void fwd2( Complex * dst,const Complex *src,int n0,int n1) in fwd2() function
/external/eigen/unsupported/Eigen/
DFFT202 void fwd2(Complex * dst, const Complex * src, int n0,int n1)
204 m_impl.fwd2(dst,src,n0,n1);