fftw_plan_dft_1d  183 experiment.cc  	p = fftw_plan_dft_1d(n, x, xtmp, FFTW_FORWARD, FFTW_MEASURE);
fftw_plan_dft_1d  185 experiment.cc  	p = fftw_plan_dft_1d(n, x, xtmp, FFTW_FORWARD, FFTW_ESTIMATE);
fftw_plan_dft_1d   12 fftw.cc              p = fftw_plan_dft_1d(n, in, out2,
fftw_plan_dft_1d   20 fftw.cc          p = fftw_plan_dft_1d(n, x, out,
fftw_plan_dft_1d  161 generate_graphs.cc 	p = fftw_plan_dft_1d(n, x, xtmp, FFTW_FORWARD, FFTW_MEASURE);
fftw_plan_dft_1d  163 generate_graphs.cc 	p = fftw_plan_dft_1d(n, x, xtmp, FFTW_FORWARD, FFTW_ESTIMATE);