OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exp_bits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.c
547
*
exp_bits
-> the size in bits of the output exponent.
554
N_int
exp_bits
)
562
long exp_bias = (1<<(
exp_bits
-1))-1;
563
long exp_inf = (1<<
exp_bits
)-1;
611
BitVector_Chunk_Store(output,
exp_bits
, mant_bits, (N_long)exponent);
/external/aac/libFDK/src/
fixpoint_math.cpp
641
INT
exp_bits
= DFRACT_BITS-1 - exp_e;
local
642
int_part = exp_m >>
exp_bits
;
643
frac_part = exp_m - (FIXP_DBL)(int_part <<
exp_bits
);
Completed in 27 milliseconds