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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c1641 uint32_t coef_exp, coef_man; local
1649 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1));
1651 *coef_mantissa = coef_man >> (COEF_SCALE_S - coef_exp);

Completed in 64 milliseconds