Searched defs:MULT16_16_16 (Results 1 - 3 of 3) sorted by relevance

/external/speex/libspeex/
H A Dfixed_generic.h72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b)))) macro
H A Dfixed_debug.h239 static inline short MULT16_16_16(int a, int b) function
244 fprintf (stderr, "MULT16_16_16: inputs are not short: %d %d\n", a, b);
248 fprintf (stderr, "MULT16_16_16: output is not short: %d\n", res);
H A Darch.h185 #define MULT16_16_16(a,b) ((a)*(b)) macro

Completed in 19 milliseconds