Lines Matching refs:Fout0
143 kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; in kf_bfly5() local
152 Fout0=Fout; in kf_bfly5()
153 Fout1=Fout0+m; in kf_bfly5()
154 Fout2=Fout0+2*m; in kf_bfly5()
155 Fout3=Fout0+3*m; in kf_bfly5()
156 Fout4=Fout0+4*m; in kf_bfly5()
160 …C_FIXDIV( *Fout0,5); C_FIXDIV( *Fout1,5); C_FIXDIV( *Fout2,5); C_FIXDIV( *Fout3,5); C_FIXDIV( *Fou… in kf_bfly5()
161 scratch[0] = *Fout0; in kf_bfly5()
173 Fout0->r += scratch[7].r + scratch[8].r; in kf_bfly5()
174 Fout0->i += scratch[7].i + scratch[8].i; in kf_bfly5()
193 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in kf_bfly5()