OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_ADD
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
kiss_fftr.c
125
C_ADD
( f1k, fpk , fpnk );
159
C_ADD
(fek, fk, fnkc);
162
C_ADD
(st->tmpbuf[k], fek, fok);
214
C_ADD
( f1k, fpk , fpnk );
285
C_ADD
(fek, fk, fnkc);
288
C_ADD
(st->tmpbuf[k], fek, fok);
kiss_fft.c
116
C_ADD
( scratch[3] , scratch[0] , scratch[2] );
148
C_ADD
( scratch[3] , scratch[0] , scratch[2] );
192
C_ADD
(scratch[3],scratch[1],scratch[2]);
248
C_ADD
( scratch[7],scratch[1],scratch[4]);
250
C_ADD
( scratch[8],scratch[2],scratch[3]);
263
C_ADD
(*Fout4,scratch[5],scratch[6]);
270
C_ADD
(*Fout2,scratch[11],scratch[12]);
_kiss_fft_guts.h
105
#define
C_ADD
( res, a,b)\
Completed in 265 milliseconds