OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_SMULWW
(Results
1 - 4
of
4
) sorted by null
/external/libopus/silk/arm/
macros_armv4.h
72
#undef
silk_SMULWW
78
"#
silk_SMULWW
\n\t"
85
#define
silk_SMULWW
(a, b) (silk_SMULWW_armv4(a, b))
/external/libopus/silk/
macros.h
68
#define
silk_SMULWW
(a32, b32) silk_MLA(silk_SMULWB((a32), (b32)), (a32), silk_RSHIFT_ROUND((b32), 16))
MacroCount.h
606
#undef
silk_SMULWW
607
static OPUS_INLINE opus_int32
silk_SMULWW
(opus_int32 a32, opus_int32 b32){
MacroDebug.h
446
#undef
silk_SMULWW
447
#define
silk_SMULWW
(a,b) silk_SMULWW_((a), (b), __FILE__, __LINE__)
482
tmp =
silk_SMULWW
( b32, c32 );
[
all
...]
Completed in 1904 milliseconds