OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MULT16_32_Q14
(Results
1 - 5
of
5
) sorted by null
/external/speex/libspeex/
fixed_bfin.h
138
#undef
MULT16_32_Q14
139
static inline spx_word32_t
MULT16_32_Q14
(spx_word16_t a, spx_word32_t b)
fixed_arm4.h
38
#undef
MULT16_32_Q14
39
static inline spx_word32_t
MULT16_32_Q14
(spx_word16_t x, spx_word32_t y) {
fixed_debug.h
312
#define
MULT16_32_Q14
(a,b) MULT16_32_QX(a,b,14)
fixed_generic.h
80
#define
MULT16_32_Q14
(a,b) ADD32(MULT16_16((a),SHR((b),14)), SHR(MULT16_16((a),((b)&0x00003fff)),14))
arch.h
191
#define
MULT16_32_Q14
(a,b) ((a)*(b))
Completed in 30 milliseconds