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

/external/aac/libFDK/include/
H A Dfixmadd.h259 inline FIXP_DBL fixmsub_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) function
267 return fixmsub_DD(x, FX_SGL2FX_DBL(a), b);
276 return fixmsub_DD(x, a, FX_SGL2FX_DBL(b));
H A Dcommon_fix.h305 { return fixmsub_DD(x, a, b); }

Completed in 29 milliseconds