Searched defs:MULT16_32_Q15 (Results 1 – 6 of 6) sorted by relevance
/external/speex/libspeex/ |
D | fixed_arm4.h | 52 static inline spx_word32_t MULT16_32_Q15(spx_word16_t x, spx_word32_t y) { in MULT16_32_Q15() function
|
D | fixed_bfin.h | 106 static inline spx_word32_t MULT16_32_Q15(spx_word16_t a, spx_word32_t b) in MULT16_32_Q15() function
|
D | fixed_arm5e.h | 57 static inline spx_word32_t MULT16_32_Q15(spx_word16_t x, spx_word32_t y) { in MULT16_32_Q15() function
|
D | fixed_generic.h | 82 #define MULT16_32_Q15(a,b) ADD32(MULT16_16((a),SHR((b),15)), SHR(MULT16_16((a),((b)&0x00007fff)),15… macro
|
D | arch.h | 191 #define MULT16_32_Q15(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 313 #define MULT16_32_Q15(a,b) MULT16_32_QX(a,b,15) macro
|