Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/dvb-frontends/
Dmn88443x.c295 u64 d_3 = 0; in mn88443x_s_read_status() local
310 d_3 = div_u64(16 * x * x, d); in mn88443x_s_read_status()
311 d_3 = d_3 * d_3 * d_3; in mn88443x_s_read_status()
312 if (d_3) in mn88443x_s_read_status()
313 d_3 = div_u64(211243671486ULL, d_3); in mn88443x_s_read_status()
316 if (d_3) { in mn88443x_s_read_status()
318 tmp = (s64)2 * intlog10(x) - intlog10(abs(d)) - d_3 in mn88443x_s_read_status()