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.h101 inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadddiv2_DD() function
117 inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadddiv2_DD() function
141 #define fixmadddiv2BitExact_DD(a, b, c) fixmadddiv2_DD(a, b, c)
/external/aac/libFDK/include/
Dfixmadd.h115 inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) in fixmadddiv2_DD() function
124 return fixmadddiv2_DD(x, FX_SGL2FX_DBL(a), b); in fixmadddiv2_SD()
134 return fixmadddiv2_DD(x, a, FX_SGL2FX_DBL(b)); in fixmadddiv2_DS()
233 { return fixmadddiv2_DD(x,a,b)<<1; } in fixmadd_DD()
Dcommon_fix.h263 { return fixmadddiv2_DD(x, a, b); } in fMultAddDiv2()