Searched defs:fixmadd_DD (Results 1 - 1 of 1) sorted by relevance

/external/aac/libFDK/include/
H A Dfixmadd.h250 inline FIXP_DBL fixmadd_DD(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { function
259 return fixmadd_DD(x, FX_SGL2FX_DBL(a), b);
268 return fixmadd_DD(x, a, FX_SGL2FX_DBL(b));

Completed in 106 milliseconds