Searched refs:exp_bits (Results 1 – 1 of 1) 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()