Lines Matching refs:Fout0
151 kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; in kf_bfly5() local
160 Fout0=Fout; in kf_bfly5()
161 Fout1=Fout0+m; in kf_bfly5()
162 Fout2=Fout0+2*m; in kf_bfly5()
163 Fout3=Fout0+3*m; in kf_bfly5()
164 Fout4=Fout0+4*m; in kf_bfly5()
168 …C_FIXDIV( *Fout0,5); C_FIXDIV( *Fout1,5); C_FIXDIV( *Fout2,5); C_FIXDIV( *Fout3,5); C_FIXDIV( *Fou… in kf_bfly5()
169 scratch[0] = *Fout0; in kf_bfly5()
181 Fout0->r += scratch[7].r + scratch[8].r; in kf_bfly5()
182 Fout0->i += scratch[7].i + scratch[8].i; in kf_bfly5()
201 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in kf_bfly5()