Searched refs:rounding_const (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c7728 uint32 r_high, r_low, int_part, frac_part, rounding_const; local
7767 rounding_const = 1 << (BBPLL_NDIV_FRAC_BITS - 1);
7768 bcm_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const);
7772 rounding_const = 1 << (P1_DIV_SCALE_BITS - 1);
7775 p1_div_scale, rounding_const);

Completed in 47 milliseconds