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