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