Searched refs:exp_bits (Results 1 – 2 of 2) sorted by relevance
641 INT exp_bits = DFRACT_BITS-1 - exp_e; in f2Pow() local642 int_part = exp_m >> exp_bits; in f2Pow()643 frac_part = exp_m - (FIXP_DBL)(int_part << exp_bits); in f2Pow()
4597 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); in FPRecipSqrtEstimate() local4599 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() local4711 return float_pack(sign, exp_bits, frac_bits); in FPRecipEstimate()