Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixmadd.h255 inline FIXP_DBL fixmadd_SD(FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) { in fixmadd_SD() function
266 return fixmadd_SD(x, b, a); in fixmadd_DS()
Dcommon_fix.h339 return fixmadd_SD(x, a, b); in fMultAdd()