OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mult_16_16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
fixed_c6x.h
37
#undef
MULT_16_16
38
#define
MULT_16_16
(a,b) _mpy(a,b)
fixed_c5x.h
66
#undef
MULT_16_16
67
#define
MULT_16_16
(a,b) _lmpy(a,b)
Completed in 62 milliseconds