Searched refs:totsq (Results 1 – 1 of 1) sorted by relevance
90 uint64_t tot = 0, totsq = 0; in calc_stats() local105 totsq += d * d; in calc_stats()108 *stdev = isqrt((totsq + (n / 2)) / n); in calc_stats()