Home
last modified time | relevance | path

Searched refs:mean (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcompare_two_ftime_report_sets340 self.mean = 0
345 diff = value - self.mean
346 self.mean += diff / self.count
374 self.mean = accumulator.mean
389 text += ", mean is " + text_number(self.mean)
391 text += " confidence in " + text_number(self.mean - self.radius)
392 text += " to " + text_number(self.mean + self.radius) + ")"
408 if first.mean > second.mean:
417 radius = self.upper.mean - self.lower.mean
427 change = divide(self.upper.mean, self.lower.mean) - 1
/netbsd/src/external/bsd/tre/dist/tests/
Dbench.c67 double mean, tmp1, tmp2, variance, stddev, error, percent; in stats() local
70 mean = 0; in stats()
72 mean += sample_data[i]; in stats()
73 mean = mean/i; in stats()
74 printf("# mean: %.5f\n", mean); in stats()
78 tmp2 = sample_data[i] - mean; in stats()
90 if (mean != 0) in stats()
91 percent = 100*error/mean; in stats()
96 printf("%d\t%.5f\t%.5f\n", len, mean, error); in stats()
/netbsd/src/crypto/external/bsd/openssl/dist/
DLICENSE.txt10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
63 "Contributor" shall mean Licensor and any individual or Legal Entity
/netbsd/src/crypto/external/bsd/netpgp/dist/ref/
Ddraft-ietf-openpgp-rfc2440bis-12-comments.txt21 Does this mean that the signature is over the User ID packet and the Public Key packet, concatenate…
28 mean?
57 is supposed to mean. Nothing, would be the obvious interpretation -
60 Once more, when I know what its supposed to mean, I'll suggest
/netbsd/src/external/apache2/
DLICENSE-2.010 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
63 "Contributor" shall mean Licensor and any individual or Legal Entity
/netbsd/src/external/bsd/ntp/dist/scripts/stats/
Detf.S6 mean<-r$coef[[1]]
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, appen…
/netbsd/src/share/misc/
Dacronyms142 DWIM do what I mean
225 GMT Greenwich mean time
277 IKWYM I know what you mean
303 ITYM I think you mean
309 IYKWIM if you know what I mean
311 IYSWIM if you see what I mean
339 KWIM know what I mean?
629 WDYMBT what do you mean by that
656 YKWIM you know what I mean
/netbsd/src/usr.sbin/traceroute/
DMakefile31 AWKS= median.awk mean.awk
/netbsd/src/share/examples/fstab/
Dfstab.nfs.34 # see fstab(5) for details on what the fields mean
Dfstab.sd0.14 # see fstab(5) for details on what the fields mean
Dfstab.wd0.24 # see fstab(5) for details on what the fields mean
Dfstab.wd0.34 # see fstab(5) for details on what the fields mean
/netbsd/src/external/bsd/ntp/dist/scripts/monitoring/
Dlr.pl127 sub mean() subroutine
/netbsd/src/sys/dev/i2c/
Dsensirion_voc_algorithm.c300 fix16_t mean, fix16_t std,
478 fix16_t mean, fix16_t std, in VocAlgorithm__mean_variance_estimator__set_states() argument
481 params->m_Mean_Variance_Estimator___Mean = mean; in VocAlgorithm__mean_variance_estimator__set_states()
/netbsd/src/distrib/acorn32/stand/BtNetBSD/misc/
Dbb_netbsd108 INPUT "Are you sure you mean this value "a$
111 INPUT "Are you really sure you mean this value "a$
/netbsd/src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/
DChangeLog63 colloquialisms that Fred did not know how to translate mean.
/netbsd/src/doc/roadmaps/
Dports23 this doesn't mean one shouldn't work on them but the expected payoff
Dsystem25 this doesn't mean one shouldn't work on them but the expected payoff
/netbsd/src/external/ibm-public/postfix/dist/
DTLS_ACKNOWLEDGEMENTS17 SSL_CTX_set_quiet_shutdown() was set. This however did not mean "do a
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddiagnostic.def21 variables that can hold a kind, to mean they have yet to have a
/netbsd/src/external/bsd/bzip2/dist/
DREADME.COMPILATION.PROBLEMS21 When I say "large file" I mean a file of size 2,147,483,648 (2^31)
/netbsd/src/lib/libc/time/
DREADME46 for testing work, and to Gwillim Law for checking local mean time data.
/netbsd/src/external/lgpl3/gmp/dist/mpn/alpha/
Dunicos.m464 .stack 192 ; What does this mean? Only Cray knows.
/netbsd/src/external/gpl3/binutils/dist/binutils/
DSECURITY.txt16 issues. This does not mean that they will be ignored, just that
/netbsd/src/sys/altq/
Daltq_jobs.c1684 int64_t mean; in pick_dropped_rlc() local
1703 mean = 0; in pick_dropped_rlc()
1712 mean += cl->loss_prod_others in pick_dropped_rlc()
1720 mean /= active_classes; in pick_dropped_rlc()
1737 *cl->current_loss-mean; in pick_dropped_rlc()

12345678910>>...15