Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c172 static const s16 log_table[] = { variable
266 s32log = log_table[s16tableIndex]; /* q.15 format */ in qm_log10()
270 (u16) (log_table[s16tableIndex + 1] - in qm_log10()
271 log_table[s16tableIndex])); in qm_log10()
/linux/sound/isa/gus/
H A Dgus_volume.c150 static const long log_table[] = {1024, 1085, 1149, 1218, 1290, 1367, 1448, 1534, 1625, 1722, 1825, 1933};
171 f1 = log_table[f1_index] << f1_power;
172 f2 = log_table[f2_index] << f2_power;