Searched refs:fft_cplx_scoper (Results 1 – 3 of 3) sorted by relevance
30 fft_cplx_scoper; typedef56 static fft_cplx_scoper AllocCplxBuffer(int count);
51 RealFourier::fft_cplx_scoper RealFourier::AllocCplxBuffer(int count) { in AllocCplxBuffer()52 return fft_cplx_scoper(static_cast<complex<float>*>( in AllocCplxBuffer()
33 RealFourier::fft_cplx_scoper cplx; in TEST()70 const RealFourier::fft_cplx_scoper cplx_buffer_;