OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:norm_num
(Results
1 - 1
of
1
) sorted by null
/external/aac/libFDK/src/
fixpoint_math.cpp
544
INT
norm_num
, norm_den;
local
555
norm_num
= CountLeadingBits(L_num);
556
L_num = L_num <<
norm_num
;
558
*result_e = -
norm_num
+ 1;
599
INT
norm_num
, norm_den;
local
610
norm_num
= CountLeadingBits(num);
611
num = num <<
norm_num
;
613
*result_e = -
norm_num
+ 1;
Completed in 46 milliseconds