/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/ |
D | touch_firmware_report-link-fw_1.0.AA-robot-20130806_221321 | 15 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/ |
D | SkDiscretePathEffect.cpp | 16 sk_sp<SkPathEffect> SkDiscretePathEffect::Make(SkScalar segLength, SkScalar deviation, in Make() argument 18 if (!SkScalarIsFinite(segLength) || !SkScalarIsFinite(deviation)) { in Make() 24 return sk_sp<SkPathEffect>(new SkDiscretePathEffect(segLength, deviation, seedAssist)); in Make() 35 SkScalar deviation, in SkDiscretePathEffect() argument 37 : fSegLength(segLength), fPerterb(deviation), fSeedAssist(seedAssist) in SkDiscretePathEffect()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | Utils.java | 308 double deviation = resultStats[0]; in failureMessage() local 310 if (Double.isNaN(deviation) || Double.isInfinite(deviation)) { in failureMessage() 314 deviation = Math.abs(deviation)<0.001 ? 0 : -deviation; in failureMessage() 316 buffer.append(DEVIATION_FORMAT.format(deviation)); in failureMessage() 320 buffer.append(DEVIATION_FORMAT.format(deviation)); in failureMessage()
|
D | ScenarioStatusTable.java | 147 double[] deviation = configResults.getCurrentBuildDeltaInfo(); in printConfigStats() local 148 int confidence = Utils.confidenceLevel(deviation); in printConfigStats() 184 String result = Utils.failureMessage(deviation, false); in printConfigStats()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 246 FLOAT deviation, in wglUseFontOutlinesA() argument 255 (void) deviation; in wglUseFontOutlinesA() 271 FLOAT deviation, in wglUseFontOutlinesW() argument 280 (void) deviation; in wglUseFontOutlinesW()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | jitter_estimator.cc | 162 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/ |
D | functional.rasterization.txt | 40 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/ |
D | netperf_runner.py | 102 deviation = None 105 deviation = math.sqrt(math.fsum(differences) / (N - 1)) 106 return mean, deviation 242 deviation = getattr(result, field + '_dev') 251 if bounds[0] is not None and bounds[0] > value + deviation: 254 if bounds[1] is not None and bounds[1] < value - deviation:
|
/external/iproute2/ |
D | README.distribution | 8 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/ |
D | README.distribution | 10 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | ConfigTab.java | 454 double deviation = configResultsElement == null ? 0 : configResultsElement.getStatistics()[3]; in fillTableLines() local 455 if (deviation > 0.2) { in fillTableLines() 468 …the variation of its delta is over 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its r… in fillTableLines() 472 } else if (deviation > 0.1) { // moderate the status when the test in fillTableLines() 485 …on of its delta is between 10% and 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its r… in fillTableLines()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20130614_065448 | 317 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_032659-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20130614_065817 | 317 deviation slot0: 0.53 mm 324 deviation slot0: 0.87 mm 364 deviation slot0: 1.30 mm 371 deviation slot0: 1.41 mm
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20130614_065717 | 317 deviation slot0: 1.16 mm 324 deviation slot0: 1.17 mm 364 deviation slot0: 3.10 mm 371 deviation slot0: 2.92 mm
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 606 FLOAT deviation, in wglUseFontOutlinesA() argument 612 (void) listBase; (void) deviation; (void) extrusion; (void) format; in wglUseFontOutlinesA() 622 FLOAT deviation, in wglUseFontOutlinesW() argument 628 (void) listBase; (void) deviation; (void) extrusion; (void) format; in wglUseFontOutlinesW()
|
/external/skia/include/effects/ |
D | SkDiscretePathEffect.h | 46 SkScalar deviation,
|
/external/chromium-trace/catapult/telemetry/third_party/WebKit/ |
D | README.chromium | 13 custom standard deviation & degrees of freedom (see
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
D | BuildResults.java | 79 double deviation= this.average[dim_id] - this.values[dim_id][i]; in cleanValues() local 80 squaredDeviations += deviation * deviation; in cleanValues()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20130614_065557 | 166 deviation slot0: 0.49 mm 173 deviation slot0: 1.47 mm
|
/external/opencv/cvaux/src/ |
D | cvlmeds.cpp | 409 double *deviation; in icvMedian() local 415 deviation = (double *) cvAlloc( (num) * sizeof( double )); in icvMedian() 417 if( !deviation ) in icvMedian() 435 deviation[i] = (double) (d1 * d1 + d2 * d2); in icvMedian() 438 if( icvSort( deviation, num ) != CV_NO_ERR ) in icvMedian() 441 cvFree( &deviation ); in icvMedian() 445 value = deviation[num / 2]; in icvMedian() 446 cvFree( &deviation ); in icvMedian()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 941 double deviation; in logAndSetResults() local 960 deviation = 0.0; in logAndSetResults() 962 deviation += (double)((resultsUs[resultNdx] - average) * (resultsUs[resultNdx] - average)); in logAndSetResults() 964 deviation = std::sqrt(deviation/(double)resultsUs.size()); in logAndSetResults() 971 << "Standard deviation: " << ((double)deviation/1000.0) << "ms\n" in logAndSetResults() 972 …<< "Standard error of mean: " << (((double)deviation/std::sqrt((double)resultsUs.size()))/1000.0) … in logAndSetResults()
|
/external/fio/tools/plot/ |
D | fio2gnuplot.manpage | 54 A bar graph to show the standard deviation of each file. 55 A green line is added to show the global average of standard deviation.
|
/external/icu/icu4c/source/data/translit/ |
D | xh_xh_FONIPA.txt | 25 # One minor notational deviation from the NCHLT 2013 phone set is that we use a
|
D | zu_zu_FONIPA.txt | 25 # One minor notational deviation from the NCHLT 2013 phone set is that we use a
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 494 deviation = ave_distance / resolution_x 497 deviation = ave_distance / resolution_y 501 self.log_details(msg_device % (self.finger, deviation)) 502 self.vlog.score = self.fc.mf.grade(deviation)
|