OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fNorm
(Results
1 - 4
of
4
) sorted by null
/external/aac/libFDK/include/
scale.h
150
if (
fNorm
(value) < scalefactor && value != (FIXP_DBL)0) {
common_fix.h
242
FDK_INLINE INT
fNorm
(FIXP_DBL x)
244
FDK_INLINE INT
fNorm
(FIXP_SGL x)
/external/aac/libSBRdec/src/
env_calc.cpp
[
all
...]
/external/aac/libFDK/src/
fixpoint_math.cpp
866
enorm = DFRACT_BITS -
fNorm
((FIXP_DBL)x_e);
Completed in 735 milliseconds