Searched refs:deviation (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/animator/
H A DSkDrawDiscrete.cpp18 SK_MEMBER(deviation, Float),
26 SkDiscrete::SkDiscrete() : deviation(0), segLength(0) {
30 if (deviation <= 0 || segLength <= 0)
33 return new SkDiscretePathEffect(segLength, deviation);
H A DSkDrawDiscrete.h20 SkScalar deviation; member in class:SkDiscrete
/external/skia/include/effects/
H A DSkDiscretePathEffect.h22 away from the original path by a maximum of deviation.
25 SkDiscretePathEffect(SkScalar segLength, SkScalar deviation);
/external/webkit/PerformanceTests/Parser/resources/
H A Drunner.js55 var deviation = values[i] - average;
56 sumOfSquaredDeviations += deviation * deviation;
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, SkScalar deviation) argument
24 : fSegLength(segLength), fPerterb(deviation)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java308 double deviation = resultStats[0];
310 if (Double.isNaN(deviation) || Double.isInfinite(deviation)) {
314 deviation = Math.abs(deviation)<0.001 ? 0 : -deviation;
316 buffer.append(DEVIATION_FORMAT.format(deviation));
320 buffer.append(DEVIATION_FORMAT.format(deviation));
H A DScenarioStatusTable.java147 double[] deviation = configResults.getCurrentBuildDeltaInfo();
148 int confidence = Utils.confidenceLevel(deviation);
154 // write deviation with error in table when test pass
164 // create message with tooltip text including deviation with error plus failure message
184 String result = Utils.failureMessage(deviation, false);
221 this.stream.print("\">): mark an <b>undefined result</b>, which means that deviation on this test is not a number (<code>NaN</code>) or is infinite (happens when the reference value is equals to 0!)</li>");
224 this.stream.print("<li>the value of the deviation from the baseline as a percentage (ie. formula is: <code>(build_test_time - baseline_test_time) / baseline_test_time</code>)</li>\n");
225 this.stream.print("<li>the value of the standard error of this deviation as a percentage (ie. formula is: <code>sqrt(build_test_stddev^2 / N + baseline_test_stddev^2 / N) / baseline_test_time</code>)<br>\n");
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_controller.cc51 // Maximum deviation we are willing to accept.
378 int64 deviation = (policy_refresh_deviation_factor_percent_ * local
380 deviation = std::min(deviation, policy_refresh_deviation_max_ms_);
381 return policy_refresh_rate_ms_ - base::RandGenerator(deviation + 1);
/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/
H A DConfigTab.java454 double deviation = configResultsElement == null ? 0 : configResultsElement.getStatistics()[3];
455 if (deviation > 0.2) {
456 // deviation is over 20% over the entire history
468 toolTipMessage += "The results history shows that the variation of its delta is over 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its result is surely not reliable";
472 } else if (deviation > 0.1) { // moderate the status when the test
473 // deviation is between 10% and 20% over the entire history
485 toolTipMessage += "The results history shows that the variation of its delta is between 10% and 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its result may not be really reliable";
/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/
H A DBuildResults.java79 double deviation= this.average[dim_id] - this.values[dim_id][i];
80 squaredDeviations += deviation * deviation;
187 * Returns the standard deviation of the default dimension computed
190 * @return The value of the standard deviation
200 * Returns the standard deviation of the given dimension computed
204 * @return The value of the standard deviation
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp409 double *deviation; local
415 deviation = (double *) cvAlloc( (num) * sizeof( double ));
417 if( !deviation )
435 deviation[i] = (double) (d1 * d1 + d2 * d2);
438 if( icvSort( deviation, num ) != CV_NO_ERR )
441 cvFree( &deviation );
445 value = deviation[num / 2];
446 cvFree( &deviation );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 338 milliseconds