| /netbsd/src/usr.sbin/traceroute/ |
| D | median.awk | 25 median = (time[n/2] + time[(n/2) + 1]) / 2 27 median = time[(n+1)/2] 29 print $1, median
|
| D | mean.awk | 13 print $1, tottime/n, median
|
| D | Makefile | 31 AWKS= median.awk mean.awk
|
| /netbsd/src/usr.sbin/timed/timed/ |
| D | networkdelta.c | 43 static long median(float, float*, long*, long*, unsigned int); 108 med = median(med, &eps, &x[0], xp+1, VALID_RANGE); in networkdelta() 145 return median(med, &eps, &x[0], xp, 1); in networkdelta() 154 median(float a, /* initial guess for the median */ in median() function
|
| D | CHANGES | 4 fix unlikely loop in median computation in networkdelta.c 49 compute the median of the measured clocks, instead of the average
|
| /netbsd/src/sys/dev/ic/ |
| D | apple_smc.c | 483 uint32_t start = 0, end = apple_smc_nkeys(smc), median; in apple_smc_key_search() local 489 median = (start + ((end - start) / 2)); in apple_smc_key_search() 490 error = apple_smc_nth_key(smc, median, NULL, &key); in apple_smc_key_search() 496 end = median; in apple_smc_key_search() 498 start = (median + 1); in apple_smc_key_search() 500 start = end = median; /* stop here */ in apple_smc_key_search()
|
| /netbsd/src/sys/netinet/ |
| D | ip_reass.c | 474 u_int nfrags, median, dropfraction, keepfraction; in ip_reass_ttl_decr() local 501 for (i = IPFRAGTTL, median = 0; i >= 0; i--) { in ip_reass_ttl_decr() 502 median += fragttl_histo[i]; in ip_reass_ttl_decr() 503 if (median >= keepfraction) in ip_reass_ttl_decr()
|
| /netbsd/src/external/lgpl3/gmp/dist/tune/ |
| D | tune-gcd-p.c | 112 median (double *v, size_t n) in median() function 129 res = median(time_measurement, 5); \
|
| D | tuneup.c | 895 median (double *times, int n) in median() function 927 t = median (ttab, n_measurements); in cached_measure() 2133 tk = median (ttab, n_measurements); in tune_powm_sec() 2143 tkp1 = median (ttab, n_measurements); in tune_powm_sec()
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | analyze_brprob.py | 90 def median(values): function 294 print(' median # of iter: %.2f' % median(self.niter_vector))
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | algorithm | 526 * @brief Find the median of three values. 559 * @brief Find the median of three values using a predicate for comparison.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | exynos-m1.md | 424 ;; TODO: assume the median latency; blocks other divisions 532 ;; 3-5 and 1/4-1, but picked the median values.
|
| /netbsd/src/usr.sbin/timed/ |
| D | CHANGES | 40 compute the median of the measured clocks, instead of the average
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2005 | 2999 * testsuite/ext/median.cc: New.
|
| D | ChangeLog-2010 | 5860 * testsuite/ext/median.cc: Adjust.
|
| D | ChangeLog-2009 | 8181 * testsuite/ext/median.cc: Likewise.
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | NEWS | 248 * [Bug 3672] fix biased selection in median cut <perlinger@ntp.org> 4014 * [Bug 3672] fix biased selection in median cut <perlinger@ntp.org>
|
| D | ChangeLog | 206 * [Bug 3672] fix biased selection in median cut <perlinger@ntp.org>
|
| D | CommitLog | 9238 [Bug 3672] fix biased selection in median cut 9241 [Bug 3672] fix biased selection in median cut 9244 [Bug 3672] fix biased selection in median cut
|
| /netbsd/src/share/dict/ |
| D | web2a | 50562 Scytho-median
|
| D | web2 | 113144 median
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.texinfo | 41956 average, and median entry size, total memory used and its overhead and
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 114937 ca224c75b0fa07aa9247e611b5dcb7af libstdc++-v3/testsuite/ext/median.cc
|