OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MULT16_16_16
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
fixed_generic.h
103
#define
MULT16_16_16
(a,b) ((((opus_val16)(a))*((opus_val16)(b))))
arch.h
173
#define
MULT16_16_16
(a,b) ((a)*(b))
fixed_debug.h
384
static inline short
MULT16_16_16
(int a, int b)
389
fprintf (stderr, "
MULT16_16_16
: inputs are not short: %d %d\n", a, b);
397
fprintf (stderr, "
MULT16_16_16
: output is not short: %d\n", res);
/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 276 milliseconds