Home
last modified time | relevance | path

Searched defs:fixabs_S (Results 1 – 3 of 3) sorted by relevance

/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
/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