Home
last modified time | relevance | path

Searched refs:deviation (Results 1 – 25 of 78) sorted by relevance

1234

/external/igt-gpu-tools/tools/
Dskl_compute_wrpll.c287 uint64_t deviation; in skl_wrpll_try_divider() local
290 deviation = div64_u64(10000 * abs_diff(dco_freq, central_freq), in skl_wrpll_try_divider()
295 if (deviation < SKL_MAX_PDEVIATION && in skl_wrpll_try_divider()
296 deviation < ctx->min_deviation) { in skl_wrpll_try_divider()
297 ctx->min_deviation = deviation; in skl_wrpll_try_divider()
307 if (deviation == 0) in skl_wrpll_try_divider()
310 } else if (deviation < SKL_MAX_NDEVIATION && in skl_wrpll_try_divider()
311 deviation < ctx->min_deviation) { in skl_wrpll_try_divider()
312 ctx->min_deviation = deviation; in skl_wrpll_try_divider()
323 printf("Deviation %"PRIu64"\n", deviation); in skl_wrpll_try_divider()
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
Dtouch_firmware_report-link-fw_1.0.AA-robot-20130806_22132115 deviation slot0: 0.56 mm
22 deviation slot0: 1.48 mm
64 deviation slot0: 0.14 mm
71 deviation slot0: 0.15 mm
113 deviation slot0: 0.15 mm
120 deviation slot0: 0.16 mm
162 deviation slot0: 0.21 mm
169 deviation slot0: 0.20 mm
211 deviation slot0: 0.26 mm
218 deviation slot0: 0.11 mm
[all …]
/external/skia/src/effects/
DSkDiscretePathEffect.cpp17 sk_sp<SkPathEffect> SkDiscretePathEffect::Make(SkScalar segLength, SkScalar deviation, in Make() argument
19 if (!SkScalarIsFinite(segLength) || !SkScalarIsFinite(deviation)) { in Make()
25 return sk_sp<SkPathEffect>(new SkDiscretePathEffect(segLength, deviation, seedAssist)); in Make()
36 SkScalar deviation, in SkDiscretePathEffect() argument
38 : fSegLength(segLength), fPerterb(deviation), fSeedAssist(seedAssist) in SkDiscretePathEffect()
/external/skqp/src/effects/
DSkDiscretePathEffect.cpp17 sk_sp<SkPathEffect> SkDiscretePathEffect::Make(SkScalar segLength, SkScalar deviation, in Make() argument
19 if (!SkScalarIsFinite(segLength) || !SkScalarIsFinite(deviation)) { in Make()
25 return sk_sp<SkPathEffect>(new SkDiscretePathEffect(segLength, deviation, seedAssist)); in Make()
36 SkScalar deviation, in SkDiscretePathEffect() argument
38 : fSegLength(segLength), fPerterb(deviation), fSeedAssist(seedAssist) in SkDiscretePathEffect()
/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc162 double deviation = DeviationFromExpectedDelay(frameDelayMS, deltaFS); in UpdateEstimate() local
164 if (fabs(deviation) < _numStdDevDelayOutlier * sqrt(_varNoise) || in UpdateEstimate()
169 EstimateRandomJitter(deviation, incompleteFrame); in UpdateEstimate()
176 if ((!incompleteFrame || deviation >= 0.0) && in UpdateEstimate()
183 (deviation >= 0) ? _numStdDevDelayOutlier : -_numStdDevDelayOutlier; in UpdateEstimate()
/external/deqp/doc/testspecs/GLES2/
Dfunctional.rasterization.txt40 and triangles are compared to reference, and a deviation of 1 pixel in
49 vertex-specific colors, small deviation in interpolated color is allowed.
52 Because sampling pattern is unknown, deviation in produced colors is
/external/autotest/server/cros/network/
Dnetperf_runner.py110 deviation = None
113 deviation = math.sqrt(math.fsum(differences) / (N - 1))
114 return mean, deviation
250 deviation = getattr(result, field + '_dev')
259 if bounds[0] is not None and bounds[0] > value + deviation:
262 if bounds[1] is not None and bounds[1] < value - deviation:
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_wgl.c293 FLOAT deviation, in wglUseFontOutlinesA() argument
302 (void) deviation; in wglUseFontOutlinesA()
318 FLOAT deviation, in wglUseFontOutlinesW() argument
327 (void) deviation; in wglUseFontOutlinesW()
/external/iproute2/
DREADME.distribution8 things so that X has mean 0 and standard deviation 1, though that's not
54 2. Normalize the data so that it has mean 0 and standard deviation 1.
91 deviation 1. How do you know what values to use for real? Here, I've
93 values, and it will return their mean (mu), standard deviation (sigma),
/external/iproute2/netem/
DREADME.distribution10 things so that X has mean 0 and standard deviation 1, though that's not
56 2. Normalize the data so that it has mean 0 and standard deviation 1.
93 deviation 1. How do you know what values to use for real? Here, I've
95 values, and it will return their mean (mu), standard deviation (sigma),
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065448317 deviation slot0: 0.44 mm
324 deviation slot0: 0.54 mm
364 deviation slot0: 2.74 mm
371 deviation slot0: 2.06 mm
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065717317 deviation slot0: 1.16 mm
324 deviation slot0: 1.17 mm
364 deviation slot0: 3.10 mm
371 deviation slot0: 2.92 mm
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065817317 deviation slot0: 0.53 mm
324 deviation slot0: 0.87 mm
364 deviation slot0: 1.30 mm
371 deviation slot0: 1.41 mm
/external/u-boot/board/astro/mcf5373l/
Dastro.h26 unsigned char deviation; member
/external/skqp/include/effects/
DSkDiscretePathEffect.h37 SkScalar deviation,
/external/skia/include/effects/
DSkDiscretePathEffect.h37 SkScalar deviation,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StatelessRandomNormal.pbtxt29 The generated values will have mean 0 and standard deviation 1.
Dapi_def_StatefulStandardNormal.pbtxt29 The generated values will have mean 0 and standard deviation 1.
Dapi_def_StatefulStandardNormalV2.pbtxt35 The generated values will have mean 0 and standard deviation 1.
Dapi_def_StatelessTruncatedNormal.pbtxt30 deviation 1, except that values whose magnitude is more than 2 standard
Dapi_def_StatefulTruncatedNormal.pbtxt37 deviation 1, except that values whose magnitude is more than 2 standard
Dapi_def_RandomStandardNormal.pbtxt40 The generated values will have mean 0 and standard deviation 1.
Dapi_def_TruncatedNormal.pbtxt39 deviation 1, except that values whose magnitude is more than 2 standard
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065557166 deviation slot0: 0.49 mm
173 deviation slot0: 1.47 mm
/external/python/cpython3/Doc/library/
Dstatistics.rst65 :func:`pstdev` Population standard deviation of data.
67 :func:`stdev` Sample standard deviation of data.
373 Return the population standard deviation (the square root of the population
445 Return the sample standard deviation (the square root of the sample
584 class that treats the mean and standard deviation of data
595 represents the `standard deviation
620 A read-only property for the `standard deviation
628 distribution. Equal to the square of the standard deviation.
643 Generates *n* random samples for a given mean and standard deviation.
737 <https://blog.prepscholar.com/sat-standard-deviation>`_ showing that scores
[all …]

1234