Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixmadd.h250 inline FIXP_DBL fixmadd_DD(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadd_DD() function
259 return fixmadd_DD(x, FX_SGL2FX_DBL(a), b); in fixmadd_SD()
268 return fixmadd_DD(x, a, FX_SGL2FX_DBL(b)); in fixmadd_DS()
Dcommon_fix.h336 return fixmadd_DD(x, a, b); in fMultAdd()