Searched refs:fftw_cast (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_fftw_impl.h | 24 T * fftw_cast(const T* p) in fftw_cast() function 30 fftw_complex * fftw_cast( const std::complex<double> * p) in fftw_cast() function 36 fftwf_complex * fftw_cast( const std::complex<float> * p) in fftw_cast() function 42 fftwl_complex * fftw_cast( const std::complex<long double> * p) in fftw_cast() function 192 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src),nfft ); 199 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src) ,nfft); 206 get_plan(n0,n1,false,dst,src).fwd2(fftw_cast(dst), fftw_cast(src) ,n0,n1); 213 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft ); 220 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft ); 227 get_plan(n0,n1,true,dst,src).inv2(fftw_cast(dst), fftw_cast(src) ,n0,n1);
|