Searched refs:exp_bits (Results 1 – 2 of 2) sorted by relevance
598 INT exp_bits = DFRACT_BITS - 1 - exp_e; in f2Pow() local599 int_part = exp_m >> exp_bits; in f2Pow()600 frac_part = exp_m - (FIXP_DBL)(int_part << exp_bits); in f2Pow()
4672 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); in FPRecipSqrtEstimate() local4674 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() local4795 return FloatPack(sign, exp_bits, frac_bits); in FPRecipEstimate()