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

/netbsd-6-1-5-RELEASE/usr.sbin/traceroute/
H A Dmedian.awk2 # $NetBSD: median.awk,v 1.1.1.3 1997/10/03 22:25:29 christos Exp $
4 # print out the median time to each hop along a route.
13 # insertion sort the times to find the median
25 median = (time[n/2] + time[(n/2) + 1]) / 2
27 median = time[(n+1)/2]
29 print $1, median
H A Dmean.awk13 print $1, tottime/n, median
H A DMakefile27 AWKS= median.awk mean.awk
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dnetworkdelta.c43 static long median(float, float*, long*, long*, unsigned int);
47 * Compute the median of the reasonable differences. First compute
48 * the median of all authorized differences, and then compute the
49 * median of all differences that are reasonably close to the first
50 * median.
80 * compute the median of the good values
106 fprintf(fd, "median of %d values starting at %ld is about ",
108 med = median(med, &eps, &x[0], xp+1, VALID_RANGE);
111 * compute the median of all values near the good median
154 median(float a, /* initial guess for the median */ function
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dgcd.c172 median (double *v, size_t n) function
189 res = median(time_measurement, 5); \
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_reass.c471 * reassembly queue, compute and return the median TTL over all
477 u_int nfrags, median, dropfraction, keepfraction; local
501 /* Find median (or other drop fraction) in histogram. */
504 for (i = IPFRAGTTL, median = 0; i >= 0; i--) {
505 median += fragttl_histo[i];
506 if (median >= keepfraction)
510 /* Return TTL of median (or other fraction). */
522 * Compute median TTL of all fragments, and count frags
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/cris/
H A Dmulsi3.asm33 ;; estimated median 1%, depending on application.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/cris/
H A Dmulsi3.asm10 ;; estimated median 1%, depending on application.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c785 median (double *times, int n) function
817 t = median (ttab, n_measurements);

Completed in 140 milliseconds