/netbsd-src/usr.sbin/traceroute/ |
H A D | median.awk | 25 median = (time[n/2] + time[(n/2) + 1]) / 2 27 median = time[(n+1)/2] 29 print $1, median
|
H A D | mean.awk | 13 print $1, tottime/n, median
|
H A D | Makefile | 31 AWKS= median.awk mean.awk
|
/netbsd-src/usr.sbin/timed/timed/ |
H A 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
|
H A 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/ |
H A 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/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
H A D | nouveau_nvkm_subdev_fb_ramgt215.c | 108 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; in gt215_link_train_calc() local 130 median[i] = ((hi - lo) >> 1) + lo; in gt215_link_train_calc() 131 bins[(median[i] & 0xf0) >> 4]++; in gt215_link_train_calc() 132 median[i] += 0x30; in gt215_link_train_calc() 145 median[i] = max(median[i], (u8) (bin << 4)); in gt215_link_train_calc() 146 median[i] = min(median[i], (u8) ((bin << 4) | 0xf)); in gt215_link_train_calc() 148 train->r_100720 |= ((median[i] & 0x0f) << (i << 2)); in gt215_link_train_calc()
|
/netbsd-src/sys/netinet/ |
H A 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/ |
H A D | tune-gcd-p.c | 112 median (double *v, size_t n) in median() function 129 res = median(time_measurement, 5); \
|
H A 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/ |
H A D | analyze_brprob.py | 90 def median(values): function 294 print(' median # of iter: %.2f' % median(self.niter_vector))
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | analyze_brprob.py | 90 def median(values): function 291 print(' median # of iter: %.2f' % median(self.niter_vector))
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A 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/libstdc++-v3/include/ext/ |
H A 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/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
H A D | README.md | 557 ### Reporting the mean, median and standard deviation by repeated benchmarks 566 than once the mean, median and standard deviation of the runs will be reported. 573 only the aggregates (i.e. mean, median and standard deviation, maybe complexity 584 While having mean, median and standard deviation is nice, this may not be
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
H A D | README.md | 533 ## Reporting the mean, median and standard deviation by repeated benchmarks 542 than once the mean, median and standard deviation of the runs will be reported. 547 option is `true` only the mean, median and standard deviation of the runs is reported. 552 While having mean, median and standard deviation is nice, this may not be
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A 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/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A 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/ |
H A D | CHANGES | 40 compute the median of the measured clocks, instead of the average
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | functional.d | 1176 T median(T)(const T[] nums) { in median() function 1188 alias fastMedian = memoize!(median!int);
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | imx6ull-colibri.dtsi | 133 adi,median-filter-size = /bits/ 8 <2>;
|
H A D | imx7-colibri.dtsi | 313 adi,median-filter-size = /bits/ 8 <2>;
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
H A D | imx8qxp-colibri.dtsi | 45 adi,median-filter-size = /bits/ 8 <2>;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | functional.d | 1515 T median(T)(const T[] nums) { 1527 alias fastMedian = memoize!(median!int);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA53.td | 80 // below, choosing the median of 3 which makes the latency 6.
|