OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixabs_S
(Results
1 - 4
of
4
) sorted by null
/external/aac/libFDK/include/
abs.h
131
inline FIXP_SGL
fixabs_S
(FIXP_SGL x) {
common_fix.h
276
FDK_INLINE FIXP_SGL fAbs(FIXP_SGL x) { return
fixabs_S
(x); }
/external/aac/libFDK/include/mips/
abs_mips.h
115
inline FIXP_SGL
fixabs_S
(FIXP_SGL x) {
/external/aac/libFDK/include/x86/
abs_x86.h
111
inline INT
fixabs_S
(INT x) { return ((x) > (INT)(0)) ? (x) : -(x); }
Completed in 51 milliseconds