Home
last modified time | relevance | path

Searched refs:exp_bits (Results 1 – 1 of 1) sorted by relevance

/external/aac/libFDK/src/
Dfixpoint_math.cpp641 INT exp_bits = DFRACT_BITS-1 - exp_e; in f2Pow() local
642 int_part = exp_m >> exp_bits; in f2Pow()
643 frac_part = exp_m - (FIXP_DBL)(int_part << exp_bits); in f2Pow()