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

/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReportStructs.h273 uint64_t mean; member in struct:__anon601
/xnu-2782.1.97/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...]
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c465 uint32_t mean, temp; local
510 /* Compute Root-mean-square of deviation where mean is a weighted
514 mean = (((temp << IAJ_DIV_SHIFT) - temp)
518 tp->std_dev_iaj = isqrt(mean);
3607 * Dup acks mean that packets have left the
4774 * smoothed mean difference), then set the retransmit

Completed in 34 milliseconds