Lines Matching refs:Fout_beg
43 kiss_fft_cpx * Fout_beg = Fout; in kf_bfly2() local
46 Fout = Fout_beg + i*mm; in kf_bfly2()
67 kiss_fft_cpx * Fout_beg = Fout; in kf_bfly2() local
70 Fout = Fout_beg + i*mm; in kf_bfly2()
103 kiss_fft_cpx * Fout_beg = Fout; in kf_bfly4() local
106 Fout = Fout_beg + i*mm; in kf_bfly4()
133 kiss_fft_cpx * Fout_beg = Fout; in kf_bfly4() local
136 Fout = Fout_beg + i*mm; in kf_bfly4()
368 kiss_fft_cpx * Fout_beg=Fout; in kf_work() local
391 Fout=Fout_beg; in kf_work()
424 case 3: for (i=0;i<N;i++){Fout=Fout_beg+i*m2; kf_bfly3(Fout,fstride,st,m);} break; in kf_work()
426 case 5: for (i=0;i<N;i++){Fout=Fout_beg+i*m2; kf_bfly5(Fout,fstride,st,m);} break; in kf_work()
427 … default: for (i=0;i<N;i++){Fout=Fout_beg+i*m2; kf_bfly_generic(Fout,fstride,st,m,p);} break; in kf_work()