| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | compare_two_ftime_report_sets | 340 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/gpl3/gcc/dist/contrib/ |
| H A D | compare_two_ftime_report_sets | 340 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/ |
| H A D | bench.c | 67 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/ |
| H A D | LICENSE.txt | 10 "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/ |
| H A D | draft-ietf-openpgp-rfc2440bis-12-comments.txt | 21 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/llvm/dist/libcxx/utils/google-benchmark/ |
| H A D | LICENSE | 10 "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/gpl3/gcc/dist/libcody/ |
| H A D | LICENSE | 9 "License" shall mean the terms and conditions for use, reproduction, 12 "Licensor" shall mean the copyright owner or entity authorized by 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 26 "Source" form shall mean the preferred form for making modifications, 30 "Object" form shall mean any form resulting from mechanical 35 "Work" shall mean the work of authorship, whether in Source or 40 "Derivative Works" shall mean any work, whether in Source or Object 48 "Contribution" shall mean any work of authorship, including 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/zlib/pigz/dist/zopfli/ |
| H A D | COPYING | 9 "License" shall mean the terms and conditions for use, reproduction, 12 "Licensor" shall mean the copyright owner or entity authorized by 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 26 "Source" form shall mean the preferred form for making modifications, 30 "Object" form shall mean any form resulting from mechanical 35 "Work" shall mean the work of authorship, whether in Source or 40 "Derivative Works" shall mean any work, whether in Source or Object 48 "Contribution" shall mean any work of authorship, including 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/apache2/ |
| H A D | LICENSE-2.0 | 10 "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/apache2/llvm/dist/llvm/utils/benchmark/ |
| H A D | LICENSE | 10 "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/ |
| H A D | etf.S | 6 mean<-r$coef[[1]] 11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, appen…
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/ |
| H A D | opt_random.h | 63 *__f++ = _M_saved * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY() 73 const __m128d __av = _mm_set1_pd(__param.mean()); in _GLIBCXX_VISIBILITY() 211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/ |
| H A D | opt_random.h | 63 *__f++ = _M_saved * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY() 73 const __m128d __av = _mm_set1_pd(__param.mean()); in _GLIBCXX_VISIBILITY() 211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| H A D | statistics.cc | 67 const auto mean = StatisticsMean(v); in StatisticsStdDev() local 68 if (v.empty()) return mean; in StatisticsStdDev() 74 return Sqrt(v.size() / (v.size() - 1.0) * (avg_squares - Sqr(mean))); in StatisticsStdDev()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | statistics.cc | 67 const auto mean = StatisticsMean(v); in StatisticsStdDev() local 68 if (v.empty()) return mean; in StatisticsStdDev() 75 return Sqrt(v.size() / (v.size() - 1.0) * (avg_squares - Sqr(mean))); in StatisticsStdDev()
|
| /netbsd-src/external/apache2/llvm/dist/clang/ |
| H A D | LICENSE.TXT | 13 "License" shall mean the terms and conditions for use, reproduction, 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 27 "You" (or "Your") shall mean an individual or Legal Entity 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 66 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/ |
| H A D | LICENSE.TXT | 13 "License" shall mean the terms and conditions for use, reproduction, 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 27 "You" (or "Your") shall mean an individual or Legal Entity 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 66 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/apache2/llvm/dist/llvm/ |
| H A D | LICENSE.TXT | 13 "License" shall mean the terms and conditions for use, reproduction, 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 27 "You" (or "Your") shall mean an individual or Legal Entity 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 66 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | license.txt | 13 "License" shall mean the terms and conditions for use, reproduction, 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 27 "You" (or "Your") shall mean an individual or Legal Entity 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 66 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| H A D | LICENSE.txt | 13 "License" shall mean the terms and conditions for use, reproduction, 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 27 "You" (or "Your") shall mean an individual or Legal Entity 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 66 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| H A D | LICENSE.txt | 13 "License" shall mean the terms and conditions for use, reproduction, 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 27 "You" (or "Your") shall mean an individual or Legal Entity 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 66 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/ |
| H A D | LICENSE.TXT | 13 "License" shall mean the terms and conditions for use, reproduction, 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 27 "You" (or "Your") shall mean an individual or Legal Entity 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 66 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| H A D | license.txt | 13 "License" shall mean the terms and conditions for use, reproduction, 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 27 "You" (or "Your") shall mean an individual or Legal Entity 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 66 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/ |
| H A D | LICENSE | 149 "License" shall mean the terms and conditions for use, reproduction, 152 "Licensor" shall mean the copyright owner or entity authorized by 155 "Legal Entity" shall mean the union of the acting entity and all 163 "You" (or "Your") shall mean an individual or Legal Entity 166 "Source" form shall mean the preferred form for making modifications, 170 "Object" form shall mean any form resulting from mechanical 175 "Work" shall mean the work of authorship, whether in Source or 180 "Derivative Works" shall mean any work, whether in Source or Object 188 "Contribution" shall mean any work of authorship, including 202 "Contributor" shall mean Licensor and any individual or Legal Entity
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | ossl_DER_w_begin_sequence.pod | 31 mean that the buffer held by the I<pkt> is too small, but may also 32 mean that the values given to the functions are invalid, such as the provided
|