Searched refs:result_frac (Results 1 – 1 of 1) sorted by relevance
616 uint64_t result_frac; in call_recip_estimate() local634 result_frac = deposit64(0, 44, 8, estimate); in call_recip_estimate()636 result_frac = deposit64(result_frac >> 1, 51, 1, 1); in call_recip_estimate()638 result_frac = deposit64(result_frac >> 2, 50, 2, 1); in call_recip_estimate()644 return result_frac; in call_recip_estimate()