Home
last modified time | relevance | path

Searched refs:median (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/usr.sbin/traceroute/
Dmedian.awk25 median = (time[n/2] + time[(n/2) + 1]) / 2
27 median = time[(n+1)/2]
29 print $1, median
Dmean.awk13 print $1, tottime/n, median
DMakefile31 AWKS= median.awk mean.awk
/netbsd/src/usr.sbin/timed/timed/
Dnetworkdelta.c43 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
DCHANGES4 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/
Dapple_smc.c483 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/
Dip_reass.c474 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/
Dtune-gcd-p.c112 median (double *v, size_t n) in median() function
129 res = median(time_measurement, 5); \
Dtuneup.c895 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/
Danalyze_brprob.py90 def median(values): function
294 print(' median # of iter: %.2f' % median(self.niter_vector))
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dalgorithm526 * @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/
Dexynos-m1.md424 ;; 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/
DCHANGES40 compute the median of the measured clocks, instead of the average
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20052999 * testsuite/ext/median.cc: New.
DChangeLog-20105860 * testsuite/ext/median.cc: Adjust.
DChangeLog-20098181 * testsuite/ext/median.cc: Likewise.
/netbsd/src/external/bsd/ntp/dist/
DNEWS248 * [Bug 3672] fix biased selection in median cut <perlinger@ntp.org>
4014 * [Bug 3672] fix biased selection in median cut <perlinger@ntp.org>
DChangeLog206 * [Bug 3672] fix biased selection in median cut <perlinger@ntp.org>
DCommitLog9238 [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/
Dweb2a50562 Scytho-median
Dweb2113144 median
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.texinfo41956 average, and median entry size, total memory used and its overhead and
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS114937 ca224c75b0fa07aa9247e611b5dcb7af libstdc++-v3/testsuite/ext/median.cc