Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c234 s16 s16norm, s16tableIndex, s16errorApproximation; in qm_log10() local
239 s16norm = qm_norm32(N); in qm_log10()
240 N = N << s16norm; in qm_log10()
248 qN = qN + s16norm - 30; in qm_log10()
282 s16norm = qm_norm32(s32log); in qm_log10()
285 /* q.15+s16norm-16 format */ in qm_log10()
286 s32log = qm_shl32(s32log, s16norm - 16); in qm_log10()
290 * log10N in q.15+s16norm-16+1 (LOG10_2 is in q.16) in qm_log10()
295 *qLog10N = 15 + s16norm - 16 + 1; in qm_log10()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c234 s16 s16norm, s16tableIndex, s16errorApproximation; in qm_log10() local
239 s16norm = qm_norm32(N); in qm_log10()
240 N = N << s16norm; in qm_log10()
248 qN = qN + s16norm - 30; in qm_log10()
282 s16norm = qm_norm32(s32log); in qm_log10()
285 /* q.15+s16norm-16 format */ in qm_log10()
286 s32log = qm_shl32(s32log, s16norm - 16); in qm_log10()
290 * log10N in q.15+s16norm-16+1 (LOG10_2 is in q.16) in qm_log10()
295 *qLog10N = 15 + s16norm - 16 + 1; in qm_log10()

Completed in 1 milliseconds