OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLOAT_MUL32U
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/speex/libspeex/
pseudofloat.h
246
static inline spx_float_t
FLOAT_MUL32U
(spx_word32_t a, spx_word32_t b)
370
#define
FLOAT_MUL32U
(a,b) ((a)*(b))
/external/speex/libspeex/
pseudofloat.h
246
static inline spx_float_t
FLOAT_MUL32U
(spx_word32_t a, spx_word32_t b)
370
#define
FLOAT_MUL32U
(a,b) ((a)*(b))
Completed in 144 milliseconds