OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_SMLAWW
(Results
1 - 5
of
5
) sorted by null
/external/libopus/silk/arm/
macros_armv4.h
87
#undef
silk_SMLAWW
94
"#
silk_SMLAWW
\n\t"
101
#define
silk_SMLAWW
(a, b, c) (silk_SMLAWW_armv4(a, b, c))
/external/libopus/silk/mips/
macros_mipsr1.h
61
#undef
silk_SMLAWW
62
static inline int
silk_SMLAWW
(int a, int b, int c)
/external/libopus/silk/
macros.h
101
#define
silk_SMLAWW
(a32, b32, c32) ((opus_int32)((a32) + (((opus_int64)(b32) * (c32)) >> 16)))
103
#define
silk_SMLAWW
(a32, b32, c32) silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSHIFT_ROUND((c32), 16))
MacroCount.h
614
#undef
silk_SMLAWW
615
static OPUS_INLINE opus_int32
silk_SMLAWW
(opus_int32 a32, opus_int32 b32, opus_int32 c32){
MacroDebug.h
477
#undef
silk_SMLAWW
478
#define
silk_SMLAWW
(a,b,c) silk_SMLAWW_((a), (b), (c), __FILE__, __LINE__)
486
fprintf (stderr, "
silk_SMLAWW
(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
[
all
...]
Completed in 3034 milliseconds