Lines Matching refs:C_MUL
35 C_MUL (t, *Fout2 , *tw1); in kf_bfly2()
63 C_MUL(scratch[0],Fout[m] , *tw1 ); in kf_bfly4()
64 C_MUL(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4()
65 C_MUL(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4()
111 C_MUL(scratch[1],Fout[m] , *tw1); in kf_bfly3()
112 C_MUL(scratch[2],Fout[m2] , *tw2); in kf_bfly3()
163 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]); in kf_bfly5()
164 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]); in kf_bfly5()
165 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]); in kf_bfly5()
166 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]); in kf_bfly5()
228 C_MUL(t,scratch[q] , twiddles[twidx] ); in kf_bfly_generic()