Home
last modified time | relevance | path

Searched full:mean (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/linux-6.8/fs/bcachefs/ !
Dmean_and_variance.c3 * Functions for incremental mean and variance.
20 * This is includes some incremental algorithms for mean and variance calculation
28 …* Use the mean_and_variance[_weighted]_get_* functions to calculate the mean and variance, some co…
33 * DO NOT access the mean and variance fields of the weighted variants directly.
64 * mean_and_variance_get_mean() - get mean from @s
65 * @s: mean and variance number of samples and their sums
75 * @s1: mean and variance number of samples and sums
94 * @s: mean and variance number of samples and their sums
104 * @s: mean and variance number of samples and their sums
117 s64 diff_w = x_w - s->mean; in mean_and_variance_weighted_update()
[all …]
Dmean_and_variance_test.c89 s64 *mean, in do_mean_and_variance_test() argument
111 KUNIT_EXPECT_EQ(test, mean_and_variance_get_mean(mv), mean[i]); in do_mean_and_variance_test()
124 s64 mean[] = { 22, 21, 20, 19, 18, 17, 16 }; in mean_and_variance_test_1() local
130 d, mean, stddev, weighted_mean, weighted_stddev); in mean_and_variance_test_1()
136 s64 mean[] = { 10, 10, 10, 10, 10, 10, 10 }; in mean_and_variance_test_2() local
142 d, mean, stddev, weighted_mean, weighted_stddev); in mean_and_variance_test_2()
149 s64 mean[] = { 22, 32, 40, 46, 50 }; in mean_and_variance_test_3() local
155 d, mean, stddev, weighted_mean, weighted_stddev); in mean_and_variance_test_3()
161 s64 mean[] = { 10, 11, 12, 13, 14 }; in mean_and_variance_test_4() local
167 d, mean, stddev, weighted_mean, weighted_stddev); in mean_and_variance_test_4()
[all …]
/linux-6.8/LICENSES/dual/ !
DApache-2.024 "License" shall mean the terms and conditions for use, reproduction, and
27 "Licensor" shall mean the copyright owner or entity authorized by the
30 "Legal Entity" shall mean the union of the acting entity and all other
38 "You" (or "Your") shall mean an individual or Legal Entity exercising
41 "Source" form shall mean the preferred form for making modifications,
45 "Object" form shall mean any form resulting from mechanical transformation
49 "Work" shall mean the work of authorship, whether in Source or Object form,
54 "Derivative Works" shall mean any work, whether in Source or Object form,
62 "Contribution" shall mean any work of authorship, including the original
76 "Contributor" shall mean Licensor and any individual or Legal Entity on
/linux-6.8/tools/testing/selftests/net/tcp_ao/ !
Dbench-lookups.c76 double mean; member
123 delta = (double)nsec - st->mean; in measure_call()
124 st->mean += delta / st->nr; in measure_call()
125 st->s2 += delta * ((double)nsec - st->mean); in measure_call()
204 test_ok("%-20s\t%zu keys: min=%" PRIu64 "ms max=%" PRIu64 "ms mean=%gms stddev=%g", in test_print_stats()
206 bs->mean / 1000000, sqrt((bs->mean / 1000000) / bs->nr)); in test_print_stats()
/linux-6.8/block/ !
Dblk-stat.c23 stat->max = stat->nr_samples = stat->mean = 0; in blk_rq_stat_init()
27 /* src is a per-cpu stat, mean isn't initialized */
36 dst->mean = div_u64(src->batch + dst->mean * dst->nr_samples, in blk_rq_stat_sum()
/linux-6.8/include/uapi/linux/ !
Drkisp1-config.h301 * @line_mad_fac: Line Mean Absolute Difference factor (RKISP1_CIF_ISP_DPCC_LINE_MAD_FAC_*)
470 * @frames: number of frames - 1 used for mean value calculation
857 * @mean_y_or_g: Mean value of Y within window and frames,
859 * @mean_cb_or_b: Mean value of Cb within window and frames,
861 * @mean_cr_or_r: Mean value of Cr within window and frames,
874 * @awb_mean: Mean measured data
883 * @meas_r: Mean measured value for Bayer pattern R
884 * @meas_gr: Mean measured value for Bayer pattern Gr
885 * @meas_gb: Mean measured value for Bayer pattern Gb
886 * @meas_b: Mean measured value for Bayer pattern B
[all …]
/linux-6.8/Documentation/filesystems/ !
Dgfs2-glocks.rst150 The statistics are divided into three pairs of mean and
151 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
238 using the format mean/variance for each of the timing stats.
/linux-6.8/drivers/rtc/ !
Drtc-88pm860x.c202 unsigned int sum, data, mean, vrtc_set; in calibrate_vrtc_work() local
212 mean = sum >> 4; in calibrate_vrtc_work()
214 dev_dbg(info->dev, "mean:%d, vrtc_set:%d\n", mean, vrtc_set); in calibrate_vrtc_work()
218 if ((mean + 200) < vrtc_set) { in calibrate_vrtc_work()
224 } else if ((mean - 200) > vrtc_set) { in calibrate_vrtc_work()
/linux-6.8/drivers/media/test-drivers/vimc/ !
Dvimc-debayer.c427 * the top left corner of the mean window (considering the current in vimc_debayer_calc_rgb_sink()
432 /* Sum the values of the colors in the mean window */ in vimc_debayer_calc_rgb_sink()
435 "deb: %s: --- Calc pixel %dx%d, window mean %d, seek %d ---\n", in vimc_debayer_calc_rgb_sink()
439 * Iterate through all the lines in the mean window, start in vimc_debayer_calc_rgb_sink()
449 * Iterate through all the columns in the mean window, start in vimc_debayer_calc_rgb_sink()
484 /* Calculate the mean */ in vimc_debayer_calc_rgb_sink()
560 .name = "Debayer Mean Window Size",
/linux-6.8/include/linux/ !
Dpstore_zone.h27 * mean error.
39 * excluding -ENOMSG mean error. -ENOMSG means to try next zone.
/linux-6.8/include/linux/iio/common/ !
Dinv_sensors_timestamp.h33 * @val: current estimation of the value, the mean of all values
35 * @values: table of all measured values, use for computing the mean
/linux-6.8/drivers/gpu/drm/amd/display/dc/dml2/ !
Ddml2_policy.c292 policy->DRAMClockChangeRequirementFinal = true; // TOREVIEW: What does this mean? in build_unoptimized_policy_settings()
293 policy->FCLKChangeRequirementFinal = true; // TOREVIEW: What does this mean? in build_unoptimized_policy_settings()
295 policy->EnhancedPrefetchScheduleAccelerationFinal = true; // TOREVIEW: What does this mean? in build_unoptimized_policy_settings()
301 …meModeSupportAtMaxPwrStateEvenDRAMClockChangeNotSupported = true; // TOREVIEW: What does this mean? in build_unoptimized_policy_settings()
302 …ssumeModeSupportAtMaxPwrStateEvenFClockChangeNotSupported = true; // TOREVIEW: What does this mean? in build_unoptimized_policy_settings()
/linux-6.8/tools/perf/scripts/python/ !
Dtask-analyzer.py207 db["runtime_info"]["mean"] = len("Mean")
293 find and memorize relevant data such as mean, max et cetera. This instance handles
304 def __init__(self, pid, tid, comm, runs, acc, mean, argument
311 self.mean = mean
357 fmt += "{}{{:>{}}}".format(separator, db["runtime_info"]["mean"] * fix_csv_align)
372 column_titles += ("Runs", "Accumulated", "Mean", "Median", "Min", "Max")
426 # The size of the decimal after sum,mean and median varies, thus we cut
459 len_mean = db["runtime_info"]["mean"] * fix_csv_align
/linux-6.8/net/sunrpc/ !
Dtimer.c98 * the mean and mean deviation of RTT for the appropriate type of RPC
/linux-6.8/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ !
Dia_css_bnlm_types.h20 * CSS-API header file for Bayer Non-Linear Mean parameters.
25 /* Bayer Non-Linear Mean configuration
/linux-6.8/Documentation/arch/arm/pxa/ !
Dmfp.rst44 mean it's dedicated for GPIO19, only as a hint that internally this pin
71 mean it is a GPIO signal, and by MFP<xxx> or pin xxx, we mean a physical
140 and on which edge(s). This, however, doesn't necessarily mean the
/linux-6.8/fs/jffs2/ !
DKconfig107 compressors can mean you cannot read existing file systems,
108 and enabling experimental compressors can mean that you
/linux-6.8/include/trace/events/ !
Dwbt.h38 __entry->rmean = stat[0].mean;
42 __entry->wmean = stat[1].mean;
/linux-6.8/Documentation/devicetree/bindings/sound/ !
Drockchip,i2s-tdm.yaml117 rockchip,i2s-rx-route = <3> would mean sdi3 is receiving from data0.
127 rockchip,i2s-tx-route = <3> would mean sdo3 is sending to data0.
/linux-6.8/tools/perf/util/ !
Dstat.h18 double n, mean, M2; member
129 stats->mean = 0.0; in init_stats()
Dstat.c25 delta = val - stats->mean; in update_stats()
26 stats->mean += delta / stats->n; in update_stats()
27 stats->M2 += delta*(val - stats->mean); in update_stats()
38 return stats->mean; in avg_stats()
50 * The std dev of the mean is related to the std dev by:
/linux-6.8/kernel/module/ !
Dkmod.c41 * If you need less than 50 threads would mean we're dealing with systems
124 * "modprobe" on failure. Note that a successful module load does not mean
/linux-6.8/drivers/vfio/ !
Diommufd.c109 * The physical standard ops mean that the iommufd_device is bound to the
172 * The emulated standard ops mean that vfio_device is going to use the
/linux-6.8/drivers/misc/echo/ !
Decho.h38 The least mean squares (LMS) algorithm is attributed to Widrow and Hoff, and
45 amplitude as it does for a modem signal. This normalised least mean squares
/linux-6.8/lib/842/ !
D842.h27 * "Data" actions, indicated in the table by D2, D4, and D8, mean that the
31 * "Index" actions, indicated in the table by I2, I4, and I8, mean the

12345678910>>...36