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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME77 [-M] (reports mean rather than median)
H A Dlibmicro.c590 " [-M] (reports mean rather than median)\n"
622 * XXX should warn on median != mean by a lot
653 (void) printf("# mean %12.5f %12.5f\n",
1298 /* find the mean of values beyond the 95th percentile */
1315 (void) printf("# %12s %12.5f\n", "mean of 95%", m95);
1379 double mean; local
1385 * first we need the mean
1388 mean = 0.0;
1391 mean += data[i];
1394 mean /
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c431 uint32_t mean, temp; local
469 /* Compute Root-mean-square of deviation where mean is a weighted
473 mean = (((temp << 4) - temp) + (cur_iaj_dev * cur_iaj_dev)) >> 4;
475 tp->std_dev_iaj = isqrt(mean);
3225 * Dup acks mean that packets have left the
4221 * smoothed mean difference), then set the retransmit

Completed in 31 milliseconds