Searched refs:mu_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/kern/
H A Dsubr_clockcalib.c45 double mu_t = 0; local
133 d1 = t1 - mu_t;
134 mu_t += d1 * inv_n;
135 d2 = d1 * (t1 - mu_t);

Completed in 50 milliseconds