Home
last modified time | relevance | path

Searched refs:intlog10 (Results 1 – 19 of 19) sorted by relevance

/linux/lib/math/
H A Dint_log.c111 unsigned int intlog10(u32 value) in intlog10() function
133 EXPORT_SYMBOL(intlog10);
/linux/include/linux/
H A Dint_log.h54 extern unsigned int intlog10(u32 value);
/linux/drivers/media/dvb-frontends/
H A Dmn88472.c101 stmp = ((u64)80807124 - intlog10(utmp) + 3355443) in mn88472_read_status()
127 stmp = ((u64)70706234 - intlog10(utmp) in mn88472_read_status()
134 stmp = ((u64)80807124 - intlog10(utmp) in mn88472_read_status()
158 stmp = ((u64)15151336 + intlog10(utmp1) in mn88472_read_status()
159 - intlog10(utmp2)) * 10000 >> 24; in mn88472_read_status()
H A Dmn88473.c341 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status()
366 stmp = div_u64(((u64)70706234 - intlog10(utmp) in mn88473_read_status()
373 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status()
396 stmp = div_u64(((u64)15151336 + intlog10(utmp1) in mn88473_read_status()
397 - intlog10(utmp2)) * 10000, 1 << 24); in mn88473_read_status()
H A Daf9033.c732 utmp1 = ((u64)(intlog10(utmp1) in af9033_read_status()
733 - intlog10(1690000 - utmp1) in af9033_read_status()
743 utmp1 = ((u64)(intlog10(utmp1 - 370000) in af9033_read_status()
744 - intlog10(828000 - utmp1) in af9033_read_status()
754 utmp1 = ((u64)(intlog10(utmp1 - 193000) in af9033_read_status()
755 - intlog10(425000 - utmp1) in af9033_read_status()
H A Dcxd2820r_t.c311 cnr = div_u64((u64)(intlog10(utmp) in cxd2820r_read_status_t()
312 - intlog10(32000 - utmp) + 55532585) in cxd2820r_read_status_t()
H A Daf9013.c673 utmp1 = ((u64)(intlog10(utmp1) in af9013_read_status()
674 - intlog10(1690000 - utmp1) in af9013_read_status()
684 utmp1 = ((u64)(intlog10(utmp1 - 370000) in af9013_read_status()
685 - intlog10(828000 - utmp1) in af9013_read_status()
695 utmp1 = ((u64)(intlog10(utmp1 - 193000) in af9013_read_status()
696 - intlog10(425000 - utmp1) in af9013_read_status()
H A Dcxd2820r_t2.c338 cnr = div_u64((u64)(intlog10(utmp) in cxd2820r_read_status_t2()
H A Dtc90522.c425 p = intlog10(5505024) - intlog10(cndat); in tc90522t_get_frontend()
H A Dor51211.c271 mse = 2*intlog10(mse); in calculate_snr()
H A Dor51132.c448 mse = 2*intlog10(mse); in calculate_snr()
H A Drtl2830.c459 intlog10(utmp)) / ((1 << 24) / 10000); in rtl2830_read_status()
H A Dlgdt3305.c973 mse = intlog10(mse); in calculate_snr()
H A Drtl2832.c716 intlog10(u16tmp)) / ((1 << 24) / 10000); in rtl2832_read_status()
H A Dsi2165.c733 u32tmp = (1000 * 10 * (121210686 - (u64)intlog10(u32tmp))) in si2165_read_status()
H A Ddib9000.c2335 snr_master = 10 * intlog10(snr_master >> 16); in dib9000_read_snr()
/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt_mon.c445 *snr = intlog10(reg_value) - intlog10(5350 - reg_value); in dvbt_calc_snr()
H A Dcxd2880_tnrdmd_dvbt2_mon.c1292 *snr = intlog10(reg_value) - intlog10(12600 - reg_value); in dvbt2_calc_snr()
/linux/lib/
H A DKconfig.debug3326 base 10, called respectively as intlog2 and intlog10.