Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dfixpoint_math.cpp598 INT exp_bits = DFRACT_BITS - 1 - exp_e; in f2Pow() local
599 int_part = exp_m >> exp_bits; in f2Pow()
600 frac_part = exp_m - (FIXP_DBL)(int_part << exp_bits); in f2Pow()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc4672 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); in FPRecipSqrtEstimate() local
4674 return FloatPack(0, exp_bits, est_bits); in FPRecipSqrtEstimate()
4793 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); in FPRecipEstimate() local
4795 return FloatPack(sign, exp_bits, frac_bits); in FPRecipEstimate()