Searched defs:MULT16_16 (Results 1 – 8 of 8) sorted by relevance
/external/speex/libspeexdsp/ |
D | fixed_arm5e.h | 39 static inline spx_word32_t MULT16_16(spx_word16_t x, spx_word16_t y) { in MULT16_16() function
|
D | fixed_generic.h | 75 #define MULT16_16(a,b) (((spx_word32_t)(spx_word16_t)(a))*((spx_word32_t)(spx_word16_t)(b))) macro
|
D | arch.h | 178 #define MULT16_16(a,b) ((spx_word32_t)(a)*(spx_word32_t)(b)) macro
|
D | fixed_debug.h | 253 #define MULT16_16(a, b) _MULT16_16(a, b, __FILE__, __LINE__) macro
|
/external/libopus/celt/arm/ |
D | fixed_armv5e.h | 131 #define MULT16_16(a, b) (MULT16_16_armv5e(a, b)) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 136 #define MULT16_16(a,b) (((opus_val32)(opus_val16)(a))*((opus_val32)(opus_val16)(b))) macro
|
D | arch.h | 249 #define MULT16_16(a,b) ((opus_val32)(a)*(opus_val32)(b)) macro
|
D | fixed_debug.h | 413 #define MULT16_16(a, b) MULT16_16_(a, b, __FILE__, __LINE__) macro
|