fft2d_c2r        1058 apps/fft/fft.cpp     return fft2d_c2r(c, radix_factor(N0), radix_factor(N1), target, desc);
fft2d_c2r          65 apps/fft/fft.h Halide::Func fft2d_c2r(ComplexFunc c, int N0, int N1,
fft2d_c2r         121 apps/fft/fft_generator.cpp                 real_result = fft2d_c2r(in, size0, size1, target, desc);
fft2d_c2r         109 apps/fft/main.cpp         filtered_r2c = fft2d_c2r(dft_filtered, W, H, target, inv_desc);
fft2d_c2r         214 apps/fft/main.cpp     Func bench_c2r = fft2d_c2r(c2r_in, W, H, target, inv_desc);