Searched refs:C_MUL (Results 1 – 4 of 4) sorted by relevance
/chre-3.4.0/external/kiss_fft/ |
D | kiss_fft.c | 43 C_MUL (t, *Fout2 , *tw1); in kf_bfly2() 71 C_MUL(scratch[0],Fout[m] , *tw1 ); in kf_bfly4() 72 C_MUL(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4() 73 C_MUL(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4() 119 C_MUL(scratch[1],Fout[m] , *tw1); in kf_bfly3() 120 C_MUL(scratch[2],Fout[m2] , *tw2); in kf_bfly3() 171 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]); in kf_bfly5() 172 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]); in kf_bfly5() 173 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]); in kf_bfly5() 174 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]); in kf_bfly5() [all …]
|
D | kissfft.hh | 115 void C_MUL( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a*b;} in C_MUL() function in kissfft 168 C_MUL(scratch[1],Fout[m] , *tw1); in kf_bfly3() 169 C_MUL(scratch[2],Fout[m2] , *tw2); in kf_bfly3() 211 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]); in kf_bfly5() 212 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]); in kf_bfly5() 213 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]); in kf_bfly5() 214 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]); in kf_bfly5() 284 C_MUL(t,scratchbuf[q] , twiddles[twidx] ); in kf_bfly_generic()
|
D | _kiss_fft_guts.h | 73 # define C_MUL(m,a,b) \ macro 91 #define C_MUL(m,a,b) \ macro
|
D | kiss_fftr.c | 128 C_MUL( tw , f2k , st->super_twiddles[k-1]); in kiss_fftr() 167 C_MUL (fok, tmp, st->super_twiddles[k-1]); in kiss_fftri()
|