| /netbsd-src/external/bsd/tre/dist/tests/ |
| H A D | bench.c | 67 double mean, tmp1, tmp2, variance, stddev, error, percent; in stats() local 82 variance = tmp1 / (samples-1); in stats() 84 variance = 0; in stats() 85 stddev = sqrt(variance); in stats() 86 printf("# variance: %.16f\n", variance); in stats()
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | test-ratelim.c | 338 double variance; in test_ratelimiting() local 544 …variance = total_sq_persec/cfg_n_connections - total_persec*total_persec/(cfg_n_connections*cfg_n_… in test_ratelimiting() 546 printf(" stddev: %f per second\n", sqrt(variance)); in test_ratelimiting() 548 sqrt(variance) > cfg_stddev_tolerance) { in test_ratelimiting()
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | compare_two_ftime_report_sets | 375 variance = accumulator.sumsqdiff / (self.count - 1) 376 self.deviation = math.sqrt(variance)
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | compare_two_ftime_report_sets | 375 variance = accumulator.sumsqdiff / (self.count - 1) 376 self.deviation = math.sqrt(variance)
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 594 ObjCTypeParamVariance variance, SourceLocation varianceLoc, in ObjCTypeParamDecl() argument 600 Index(index), Variance(static_cast<unsigned>(variance)), in ObjCTypeParamDecl() 610 ObjCTypeParamVariance variance, 627 void setVariance(ObjCTypeParamVariance variance) { in setVariance() argument 628 Variance = static_cast<unsigned>(variance); in setVariance()
|
| /netbsd-src/sbin/ping/ |
| H A D | ping.c | 1415 double variance = 0.0; in summary() local 1418 variance = (tsumsq - n*avg*avg) /(n-1); in summary() 1425 prec, sqrt(variance) * 1000.0); in summary()
|
| /netbsd-src/external/bsd/ntp/dist/ |
| H A D | CommitLog-4.1.0 | 1617 * ntpd/refclock_local.c (local_poll): variance -> jitter 1618 * ntpd/refclock_chu.c (chu_major): Lose variance. 1621 * ntpd/ntp_request.c (peer_info): variance -> jitter 1622 * ntpd/ntp_refclock.c (refclock_sample): variance -> jitter 1623 (refclock_receive): variance -> jitter 1624 * ntpd/ntp_proto.c (process_packet): variance -> jitter 1625 (clock_filter): variance -> jitter 1626 (clock_select): variance -> jitter 1627 (root_distance): variance -> jitter 1628 * ntpd/ntp_peer.c (newpeer): variance -> jitter [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1423 ObjCTypeParamVariance variance, in Create() argument 1431 new (ctx, dc) ObjCTypeParamDecl(ctx, dc, variance, varianceLoc, index, in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 453 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; in parseObjCTypeParamListOrProtocolRefs() local 455 variance = Tok.is(tok::kw___covariant) in parseObjCTypeParamListOrProtocolRefs() 515 getCurScope(), variance, varianceLoc, typeParams.size(), paramName, in parseObjCTypeParamListOrProtocolRefs()
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | local.at | 348 # We permit variance between runs in the following shell variables:
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | xgettext.texi | 415 of variance for generated @code{.gmo} files. With @code{--omit-header},
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | istream | 567 * call to @c gcount(). At variance with putback, unget and
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | istream | 567 * call to @c gcount(). At variance with putback, unget and
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 667 ObjCTypeParamVariance variance, in actOnObjCTypeParam() argument 765 return ObjCTypeParamDecl::Create(Context, CurContext, variance, varianceLoc, in actOnObjCTypeParam()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | rfc3454.txt | 463 variance between the behavior of systems that have been updated and 526 variance between the behavior of systems that have been updated and
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | random | 815 * @brief Returns the compact form of the variance/covariance
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | random | 813 * @brief Returns the compact form of the variance/covariance
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.in | 3757 …eductions in the expected sorting effort, but substantially reduces the variance in sorting effort… 13319 …an value; random; reciprocal; roundoff errors; significant digits; uniform distribution; variance", 13636 …DATA TEXT; descriptive statistics; factor analysis; one way analysis of variance; OSIRIS; Pearson … 16817 kwds = "stat, updating, mean, standard deviation, variance", 19217 … sciences; statistical analysis; statistical computer programs; statistics; time series; variance", 20322 …variance reduction method due to Page [9] can be used to obtain a specified accuracy with consider… 20331 …; sequential estimator; simulation; simulation output analysis; stopping rule; variance reduction", 26033 title = "Updating mean and variance estimates: an improved method", 26044 …abstract = "A method of improved efficiency is given for updating the mean and variance of wei… 26046 …annote = "A method of improved efficiency is given for updating the mean and variance of wei… [all …]
|
| H A D | funstack.ok | 3437 D. H. D. West Updating mean and variance estimates: an
|
| /netbsd-src/external/mpl/bind/dist/tests/dns/testdata/dst/ |
| H A D | test2.data | 2498 than the average predicted value to allow for variance in response.
|
| H A D | test1.data | 2498 than the average predicted value to allow for variance in response.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9456 ObjCTypeParamVariance variance,
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | mpfr.info | 2873 distribution (with mean zero and variance one). For
|
| H A D | mpfr.texi | 3528 and variance one). For @code{mpfr_grandom}, if @var{rop2} is a null pointer,
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2003 | 7962 * config/linker-map.gnu: Fix for size_t variance.
|