OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINVAL_SGL
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
common_fix.h
136
#define
MINVAL_SGL
((signed)0xFFFF8000) /* this has to be synchronized to FRACT_BITS */
155
#define MINVAL_SGL_CONST
MINVAL_SGL
fixpoint_math.h
444
sum = fMax(fMin((INT)sum, (INT)MAXVAL_SGL), (INT)
MINVAL_SGL
);
Completed in 77 milliseconds