OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixmulBitExact_SD
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
fixmul.h
236
inline LONG
fixmulBitExact_SD
(const SHORT a, const LONG b)
248
{ return
fixmulBitExact_SD
(b, a); }
common_fix.h
217
FDK_INLINE LONG fMultBitExact(SHORT a, LONG b) { return
fixmulBitExact_SD
(a, b); }
Completed in 410 milliseconds