Home
last modified time | relevance | path

Searched defs:MULT16_16 (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dfixed_arm5e.h39 static inline spx_word32_t MULT16_16(spx_word16_t x, spx_word16_t y) { in MULT16_16() function
Dfixed_generic.h75 #define MULT16_16(a,b) (((spx_word32_t)(spx_word16_t)(a))*((spx_word32_t)(spx_word16_t)(b))) macro
Darch.h186 #define MULT16_16(a,b) ((spx_word32_t)(a)*(spx_word32_t)(b)) macro
Dfixed_debug.h253 #define MULT16_16(a, b) _MULT16_16(a, b, __FILE__, __LINE__) macro