Searched refs:fixabs_S (Results 1 - 4 of 4) sorted by relevance

/external/aac/libFDK/include/
H A Dabs.h118 inline FIXP_SGL fixabs_S(FIXP_SGL x) { return ((x) > (FIXP_SGL)(0)) ? (x) : -(x) ; } function
H A Dcommon_fix.h226 { return fixabs_S(x); }
/external/aac/libFDK/include/mips/
H A Dabs_mips.h100 inline FIXP_SGL fixabs_S(FIXP_SGL x) { return ((x) > (FIXP_SGL)(0)) ? (x) : -(x) ; } function
/external/aac/libFDK/include/x86/
H A Dabs_x86.h95 inline INT fixabs_S(INT x) { return ((x) > (INT)(0)) ? (x) : -(x) ; } function

Completed in 186 milliseconds