Home
last modified time | relevance | path

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

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