OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_SMULBB
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/
macros.h
53
#define
silk_SMULBB
(a32, b32) ((opus_int32)((opus_int16)(a32)) * (opus_int32)((opus_int16)(b32)))
MacroCount.h
114
#undef
silk_SMULBB
115
static OPUS_INLINE opus_int32
silk_SMULBB
(opus_int32 a32, opus_int32 b32){
/external/libopus/silk/arm/
macros_armv5e.h
95
#undef
silk_SMULBB
100
"#
silk_SMULBB
\n\t"
107
#define
silk_SMULBB
(a, b) (silk_SMULBB_armv5e(a, b))
Completed in 576 milliseconds