Searched refs:rnd_out_tmp (Results 1 – 1 of 1) sorted by relevance
3734 uint64 rnd_val, rnd_out_tmp; in fp_round_64() local3740 rnd_out_tmp = num + rnd_val; in fp_round_64()3741 rnd_out = (uint32)bcm_shr_64(rnd_out_tmp, rnd_pos); in fp_round_64()3750 uint32 rnd_val, rnd_out_tmp; in fp_round_32() local3755 rnd_out_tmp = num + rnd_val; in fp_round_32()3756 return (rnd_out_tmp >> rnd_pos); in fp_round_32()