Home
last modified time | relevance | path

Searched refs:exp_bits (Results 1 – 2 of 2) 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()
/external/vixl/src/vixl/a64/
Dlogic-a64.cc4597 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); in FPRecipSqrtEstimate() local
4599 return float_pack(0, exp_bits, est_bits); in FPRecipSqrtEstimate()
4709 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); in FPRecipEstimate() local
4711 return float_pack(sign, exp_bits, frac_bits); in FPRecipEstimate()