OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixmadddiv2BitExact_DD
(Results
1 - 3
of
3
) sorted by null
/external/aac/libFDK/include/arm/
fixmadd_arm.h
141
#define
fixmadddiv2BitExact_DD
(a, b, c) fixmadddiv2_DD(a, b, c)
/external/aac/libFDK/include/
fixmadd.h
177
inline FIXP_DBL
fixmadddiv2BitExact_DD
(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) {
common_fix.h
314
{ return
fixmadddiv2BitExact_DD
(x, a, b); }
Completed in 175 milliseconds