HomeSort by relevance Sort by last modified time
    Searched defs:MULT16_16_16 (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
fixed_debug.h 239 static inline short MULT16_16_16(int a, int b)
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);
fixed_generic.h 72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b))))
arch.h 185 #define MULT16_16_16(a,b) ((a)*(b))

Completed in 36 milliseconds