Searched refs:C_ADDTO (Results 1 – 3 of 3) sorted by relevance
/system/chre/external/kiss_fft/ |
D | kissfft.hh | 117 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()
|
D | kiss_fft.c | 46 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.h | 117 #define C_ADDTO( res , a)\ macro
|