Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixmadd.h238 return fixmadd_DS(x, b, a); in fixmadd_SD()
245 inline FIXP_DBL fixmadd_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) { in fixmadd_DS() function
Dcommon_fix.h283 { return fixmadd_DS(x, a, b); } in fMultAdd()