Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpuidle/governors/
H A Dmenu.c175 uint64_t sum, variance; in get_typical_interval() local
208 variance = 0; in get_typical_interval()
213 variance += diff * diff; in get_typical_interval()
217 variance >>= INTERVAL_SHIFT; in get_typical_interval()
219 do_div(variance, divisor); in get_typical_interval()
233 if (likely(variance <= U64_MAX/36)) { in get_typical_interval()
234 if ((((u64)avg*avg > variance*36) && (divisor * 4 >= INTERVALS * 3)) in get_typical_interval()
235 || variance <= 400) { in get_typical_interval()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/
H A Dtslib_1.22.bb25 PACKAGECONFIG ??= "debounce dejitter evthres iir linear median pthres skip lowpass invert variance
36 PACKAGECONFIG[variance] = "--enable-variance,--disable-variance"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib/
H A Dts.conf23 module variance delta=30
/openbmc/linux/Documentation/filesystems/
H A Dgfs2-glocks.rst151 variance, plus two counters. The mean/variance pairs are
157 Unlike the TCP/IP Illustrated case, the mean and variance are
160 The three pairs of mean/variance measure the following
177 has gone into the mean/variance calculations. The other counter
193 into account after 8 samples (or 4 for the variance) and this
238 using the format mean/variance for each of the timing stats.
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dreport.py11 from statistics import mean, stdev, variance
329 stats[prefix + 'variance'] = val_cls(variance(values))
/openbmc/linux/tools/perf/util/
H A Dstat.c59 double variance, variance_mean; in stddev_stats() local
64 variance = stats->M2 / (stats->n - 1); in stddev_stats()
65 variance_mean = variance / stats->n; in stddev_stats()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/
H A D0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch25 #include "aom_dsp/variance.h"
/openbmc/linux/drivers/platform/x86/
H A Dhdaps.c445 static DEVICE_ATTR(variance, 0444, hdaps_variance_show, NULL);
/openbmc/linux/tools/perf/Documentation/
H A Dperf-stat.txt599 - optional variance if multiple values are collected with -r
623 - variance : optional variance if multiple values are collected (with -r)
/openbmc/linux/Documentation/admin-guide/pm/
H A Dcpuidle.rst295 and variance of them. If the variance is small (smaller than 400 square
300 Again, if the variance of them is small (in the above sense), the average is