Home
last modified time | relevance | path

Searched refs:fixmadddiv2_DD (Results 1 – 3 of 3) sorted by relevance

/external/aac/libFDK/include/arm/
Dfixmadd_arm.h118 inline FIXP_DBL fixmadddiv2_DD(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadddiv2_DD() function
145 inline FIXP_DBL fixmadddiv2_DD(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadddiv2_DD() function
164 inline FIXP_DBL fixmadddiv2_DD(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadddiv2_DD() function
188 #define fixmadddiv2BitExact_DD(a, b, c) fixmadddiv2_DD(a, b, c)
/external/aac/libFDK/include/
Dfixmadd.h124 inline FIXP_DBL fixmadddiv2_DD(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadddiv2_DD() function
134 return fixmadddiv2_DD(x, FX_SGL2FX_DBL(a), b); in fixmadddiv2_SD()
144 return fixmadddiv2_DD(x, a, FX_SGL2FX_DBL(b)); in fixmadddiv2_DS()
251 return fixmadddiv2_DD(x, a, b) << 1; in fixmadd_DD()
309 #define fixpadddiv2_D(x, a) fixmadddiv2_DD(x, a, a)
Dcommon_fix.h315 return fixmadddiv2_DD(x, a, b); in fMultAddDiv2()