Searched defs:MAC16_16 (Results 1 – 4 of 4) sorted by relevance
/external/speex/libspeex/ |
D | fixed_arm5e.h | 48 static inline spx_word32_t MAC16_16(spx_word32_t a, spx_word16_t x, spx_word32_t y) { in MAC16_16() function
|
D | fixed_generic.h | 77 #define MAC16_16(c,a,b) (ADD32((c),MULT16_16((a),(b)))) macro
|
D | arch.h | 187 #define MAC16_16(c,a,b) ((c)+(spx_word32_t)(a)*(spx_word32_t)(b)) macro
|
D | fixed_debug.h | 268 #define MAC16_16(c,a,b) (spx_mips--,ADD32((c),MULT16_16((a),(b)))) macro
|