Searched defs:MULT16_16 (Results 1 – 4 of 4) sorted by relevance
39 static inline spx_word32_t MULT16_16(spx_word16_t x, spx_word16_t y) { in MULT16_16() function
75 #define MULT16_16(a,b) (((spx_word32_t)(spx_word16_t)(a))*((spx_word32_t)(spx_word16_t)(b))) macro
186 #define MULT16_16(a,b) ((spx_word32_t)(a)*(spx_word32_t)(b)) macro
253 #define MULT16_16(a, b) _MULT16_16(a, b, __FILE__, __LINE__) macro