Home
last modified time | relevance | path

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

12

/external/skia/src/animator/
DSkDrawDiscrete.cpp18 SK_MEMBER(deviation, Float),
26 SkDiscrete::SkDiscrete() : deviation(0), segLength(0) { in SkDiscrete()
30 if (deviation <= 0 || segLength <= 0) in getPathEffect()
33 return new SkDiscretePathEffect(segLength, deviation); in getPathEffect()
DSkDrawDiscrete.h20 SkScalar deviation;
DSkAnimateSchema.xsd1327 <!-- @attribute deviation The amount of wobble in the stroke. -->
1328 <xs:attribute name="deviation" type="Sk:Float"/>
/external/skia/legacy/src/animator/
DSkDrawDiscrete.cpp18 SK_MEMBER(deviation, Float),
26 SkDiscrete::SkDiscrete() : deviation(0), segLength(0) { in SkDiscrete()
30 if (deviation <= 0 || segLength <= 0) in getPathEffect()
33 return new SkDiscretePathEffect(segLength, deviation); in getPathEffect()
DSkDrawDiscrete.h20 SkScalar deviation;
DSkAnimateSchema.xsd1327 <!-- @attribute deviation The amount of wobble in the stroke. -->
1328 <xs:attribute name="deviation" type="Sk:Float"/>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DUtils.java308 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()
DScenarioStatusTable.java147 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/webkit/PerformanceTests/Parser/resources/
Drunner.js55 var deviation = values[i] - average;
56 sumOfSquaredDeviations += deviation * deviation;
/external/skia/src/effects/
DSkDiscretePathEffect.cpp23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, SkScalar deviation) in SkDiscretePathEffect() argument
24 : fSegLength(segLength), fPerterb(deviation) in SkDiscretePathEffect()
/external/chromium/chrome/browser/policy/
Dcloud_policy_controller.cc378 int64 deviation = (policy_refresh_deviation_factor_percent_ * in GetRefreshDelay() local
380 deviation = std::min(deviation, policy_refresh_deviation_max_ms_); in GetRefreshDelay()
381 return policy_refresh_rate_ms_ - base::RandGenerator(deviation + 1); in GetRefreshDelay()
/external/skia/legacy/src/effects/
DSkDiscretePathEffect.cpp23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, SkScalar deviation) in SkDiscretePathEffect() argument
24 : fSegLength(segLength), fPerterb(deviation) in SkDiscretePathEffect()
/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/skia/include/effects/
DSkDiscretePathEffect.h23 SkDiscretePathEffect(SkScalar segLength, SkScalar deviation);
/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/
DConfigTab.java454 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/skia/legacy/include/effects/
DSkDiscretePathEffect.h25 SkDiscretePathEffect(SkScalar segLength, SkScalar deviation);
/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/
DBuildResults.java79 double deviation= this.average[dim_id] - this.values[dim_id][i]; in cleanValues() local
80 squaredDeviations += deviation * deviation; in cleanValues()
/external/opencv/cvaux/src/
Dcvlmeds.cpp409 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/ceres-solver/docs/
Dcurvefitting.tex5 … the curve $y = e^{0.3x + 0.1}$ and adding Gaussian noise with standard deviation $\sigma = 0.2$.}…
/external/icu4c/data/unidata/norm2/
Duts46.txt14 # "valid", "disallowed_STD3_valid" and "deviation" lines are commented out.
116 # 00DF deviation >0073 0073 # 1.1 LATIN SMALL LETTER SHARP S
530 # 03C2 deviation >03C3 # 1.1 GREEK SMALL LETTER FINAL SIGMA
2207 # 200C..200D deviation > # 1.1 ZERO WIDTH NON-JOINER..ZERO WIDTH JOINER
/external/srec/config/en.us/dictionary/
Dlarge.ok7666 deviation dEv/AS~
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0675719 [GTK] The size of the shadow image uses the standard deviation
75727 deviation calculation that was used, was not appropiate for the
75740 standard deviation from the radius using the new function and we
75741 create the filter with that deviation.
75746 function that gets the standard deviation from the blur
75748 need the deviation to initialize the algorithm.
96086 seems to have the same deviation:
DChangeLog-2002-12-0314461 that had lots of rounding deviation. My assumptions about being able to
/external/chromium-trace/trace-viewer/test_data/
Dv8.log47219 code-creation,StoreIC,9,0x4f0f9f20,151,"deviation"
47220 code-creation,LoadIC,5,0x4f0f9fc0,93,"deviation"

12