Searched refs:qN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_qmath.c | 215 * This routine takes the input number N and its q format qN and compute 226 * qN - q format of N 232 void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N) in qm_log10() argument 248 qN = qN + s16norm - 30; in qm_log10() 279 s32log = qm_add32(s32log, ((s32) -qN) << 15); /* q.15 format */ in qm_log10()
|
H A D | phy_qmath.h | 29 void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N);
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_qmath.c | 215 * This routine takes the input number N and its q format qN and compute 226 * qN - q format of N 232 void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N) in qm_log10() argument 248 qN = qN + s16norm - 30; in qm_log10() 279 s32log = qm_add32(s32log, ((s32) -qN) << 15); /* q.15 format */ in qm_log10()
|
H A D | phy_qmath.h | 29 void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N);
|
Completed in 2 milliseconds