Home
last modified time | relevance | path

Searched refs:C_ADDTO (Results 1 – 3 of 3) sorted by relevance

/system/chre/external/kiss_fft/
Dkissfft.hh117 void C_ADDTO( cpx_type & c,const cpx_type & a) { c+=a;} in C_ADDTO() function in kissfft
180 C_ADDTO(*Fout,scratch[3]); in kf_bfly3()
184 C_ADDTO( Fout[m] , cpx_type( -scratch[0].imag(),scratch[0].real() ) ); in kf_bfly3()
221 C_ADDTO( *Fout0, scratch[7]); in kf_bfly5()
222 C_ADDTO( *Fout0, scratch[8]); in kf_bfly5()
285 C_ADDTO( Fout[ k ] ,t); in kf_bfly_generic()
Dkiss_fft.c46 C_ADDTO( *Fout , t ); in kf_bfly2()
76 C_ADDTO(*Fout, scratch[1]); in kf_bfly4()
83 C_ADDTO( *Fout , scratch[3] ); in kf_bfly4()
132 C_ADDTO(*Fout,scratch[3]); in kf_bfly3()
237 C_ADDTO( Fout[ k ] ,t); in kf_bfly_generic()
D_kiss_fft_guts.h117 #define C_ADDTO( res , a)\ macro