OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_MUL4
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
_kiss_fft_guts.h
71
# define
C_MUL4
(m,a,b) \
93
#define
C_MUL4
(m,a,b) C_MUL(m,a,b)
kiss_fft.c
140
C_MUL4
(scratch[0],Fout[m] , *tw1 );
141
C_MUL4
(scratch[1],Fout[m2] , *tw2 );
142
C_MUL4
(scratch[2],Fout[m3] , *tw3 );
Completed in 832 milliseconds