Searched refs:C_FIXDIV (Results 1 - 4 of 4) sorted by relevance

/system/chre/external/kiss_fft/
H A Dkiss_fft.c33 C_FIXDIV(*Fout,2); C_FIXDIV(*Fout2,2);
61 C_FIXDIV(*Fout,4); C_FIXDIV(Fout[m],4); C_FIXDIV(Fout[m2],4); C_FIXDIV(Fout[m3],4);
109 C_FIXDIV(*Fout,3); C_FIXDIV(Fout[m],3); C_FIXDIV(Fout[m2],3);
160 C_FIXDIV( *Fout
[all...]
H A Dkiss_fftr.c94 C_FIXDIV(tdc,2);
109 C_FIXDIV(fpk,2);
110 C_FIXDIV(fpnk,2);
137 C_FIXDIV(st->tmpbuf[0],2);
144 C_FIXDIV( fk , 2 );
145 C_FIXDIV( fnkc , 2 );
H A Dkissfft.hh118 void C_FIXDIV( cpx_type & ,int ) {} // NO-OP for float types function in class:kissfft
166 C_FIXDIV(*Fout,3); C_FIXDIV(Fout[m],3); C_FIXDIV(Fout[m2],3);
208 C_FIXDIV( *Fout0,5); C_FIXDIV( *Fout1,5); C_FIXDIV( *Fout2,5); C_FIXDIV( *Fout3,5); C_FIXDIV( *Fout4,5);
273 C_FIXDIV(scratchbu
[all...]
H A D_kiss_fft_guts.h39 C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise
76 # define C_FIXDIV(c,div) \ macro
90 # define C_FIXDIV(c,div) /* NOOP */ macro

Completed in 16 milliseconds