Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/dvb-frontends/
Dmn88443x.c304 u64 d_3 = 0; in mn88443x_s_read_status() local
319 d_3 = div_u64(16 * x * x, d); in mn88443x_s_read_status()
320 d_3 = d_3 * d_3 * d_3; in mn88443x_s_read_status()
321 if (d_3) in mn88443x_s_read_status()
322 d_3 = div_u64(211243671486ULL, d_3); in mn88443x_s_read_status()
325 if (d_3) { in mn88443x_s_read_status()
327 tmp = (s64)2 * intlog10(x) - intlog10(abs(d)) - d_3 in mn88443x_s_read_status()