Searched refs:fPow2Add (Results 1 - 1 of 1) sorted by relevance

/external/aac/libFDK/include/
H A Dcommon_fix.h348 inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_DBL a) { return fixpadd_D(x, a); } function
349 inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_SGL a) { return fixpadd_S(x, a); } function

Completed in 65 milliseconds