OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_MUL
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
kiss_fft.c
256
scratch[5].r = scratch[0].r +
S_MUL
(scratch[7].r,ya.r) +
S_MUL
(scratch[8].r,yb.r);
257
scratch[5].i = scratch[0].i +
S_MUL
(scratch[7].i,ya.r) +
S_MUL
(scratch[8].i,yb.r);
259
scratch[6].r =
S_MUL
(scratch[10].i,ya.i) +
S_MUL
(scratch[9].i,yb.i);
260
scratch[6].i = -
S_MUL
(scratch[10].r,ya.i) -
S_MUL
(scratch[9].r,yb.i);
265
scratch[11].r = scratch[0].r +
S_MUL
(scratch[7].r,yb.r) +
S_MUL
(scratch[8].r,ya.r)
[
all
...]
_kiss_fft_guts.h
65
# define
S_MUL
(a,b) sround( smul(a,b) )
88
# define
S_MUL
(a,b) ( (a)*(b) )
Completed in 175 milliseconds