Home
last modified time | relevance | path

Searched refs:variance (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/bsd/tre/dist/tests/
H A Dbench.c67 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 Dtest-ratelim.c338 double variance; in test_ratelimiting() local
544variance = 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 Dcompare_two_ftime_report_sets375 variance = accumulator.sumsqdiff / (self.count - 1)
376 self.deviation = math.sqrt(variance)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcompare_two_ftime_report_sets375 variance = accumulator.sumsqdiff / (self.count - 1)
376 self.deviation = math.sqrt(variance)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h594 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 Dping.c1415 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 DCommitLog-4.1.01617 * 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 DDeclObjC.cpp1423 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 DParseObjc.cpp453 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 Dlocal.at348 # We permit variance between runs in the following shell variables:
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dxgettext.texi415 of variance for generated @code{.gmo} files. With @code{--omit-header},
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Distream567 * call to @c gcount(). At variance with putback, unget and
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Distream567 * call to @c gcount(). At variance with putback, unget and
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp667 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 Drfc3454.txt463 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 Drandom815 * @brief Returns the compact form of the variance/covariance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drandom813 * @brief Returns the compact form of the variance/covariance
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.in3757 …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",
20322variance 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 Dfunstack.ok3437 D. H. D. West Updating mean and variance estimates: an
/netbsd-src/external/mpl/bind/dist/tests/dns/testdata/dst/
H A Dtest2.data2498 than the average predicted value to allow for variance in response.
H A Dtest1.data2498 than the average predicted value to allow for variance in response.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9456 ObjCTypeParamVariance variance,
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.info2873 distribution (with mean zero and variance one). For
H A Dmpfr.texi3528 and variance one). For @code{mpfr_grandom}, if @var{rop2} is a null pointer,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20037962 * config/linker-map.gnu: Fix for size_t variance.

12