Home
last modified time | relevance | path

Searched refs:fixmadd_DD (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/include/
Dfixmadd.h232 inline FIXP_DBL fixmadd_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) in fixmadd_DD() function
240 return fixmadd_DD(x, FX_SGL2FX_DBL(a), b); in fixmadd_SD()
249 return fixmadd_DD(x, a, FX_SGL2FX_DBL(b)); in fixmadd_DS()
Dcommon_fix.h279 { return fixmadd_DD(x, a, b); } in fMultAdd()