Home
last modified time | relevance | path

Searched refs:rnd_out_tmp (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmutils.c3734 uint64 rnd_val, rnd_out_tmp; in fp_round_64() local
3740 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() local
3755 rnd_out_tmp = num + rnd_val; in fp_round_32()
3756 return (rnd_out_tmp >> rnd_pos); in fp_round_32()