OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixabs_I
(Results
1 - 4
of
4
) sorted by null
/external/aac/libFDK/include/
abs.h
127
inline INT
fixabs_I
(INT x) { return ((x) > (INT)(0)) ? (x) : -(x); }
common_fix.h
279
FDK_INLINE INT fAbs(INT x) { return
fixabs_I
(x); }
/external/aac/libFDK/include/mips/
abs_mips.h
118
inline INT
fixabs_I
(INT x) { return __builtin_mips_absq_s_w(x); }
/external/aac/libFDK/include/x86/
abs_x86.h
113
#define
fixabs_I
(x) fixabs_D(x)
Completed in 63 milliseconds