OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_SMLABT
(Results
1 - 4
of
4
) sorted by null
/external/libopus/silk/arm/
macros_armv5e.h
141
#undef
silk_SMLABT
147
"#
silk_SMLABT
\n\t"
154
#define
silk_SMLABT
(a, b, c) (silk_SMLABT_armv5e(a, b, c))
/external/libopus/silk/
macros.h
87
#define
silk_SMLABT
(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16))
MacroCount.h
137
#undef
silk_SMLABT
138
static OPUS_INLINE opus_int32
silk_SMLABT
(opus_int32 a32, opus_int32 b32, opus_int32 c32){
170
#define silk_SMLABT_ovflw
silk_SMLABT
MacroDebug.h
415
#undef
silk_SMLABT
416
#define
silk_SMLABT
(a,b,c) silk_SMLABT_((a), (b), (c), __FILE__, __LINE__)
422
fprintf (stderr, "
silk_SMLABT
(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
[
all
...]
Completed in 433 milliseconds