OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deviation
(Results
1 - 25
of
38
) sorted by null
1
2
/external/skia/src/animator/
SkDrawDiscrete.h
18
SkScalar
deviation
;
member in class:SkDiscrete
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioStatusTable.java
147
double[]
deviation
= configResults.getCurrentBuildDeltaInfo();
local
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");
Utils.java
308
double
deviation
= resultStats[0];
local
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
));
/external/opencv3/modules/photo/src/
merge.cpp
189
Mat
deviation
= splitted[c] - mean;
local
190
pow(
deviation
, 2.0f,
deviation
);
191
saturation +=
deviation
;
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc
161
//
deviation
is probably due to an incorrect line slope.
162
double
deviation
= DeviationFromExpectedDelay(frameDelayMS, deltaFS);
local
164
if (fabs(
deviation
) < _numStdDevDelayOutlier * sqrt(_varNoise) ||
167
// Update the variance of the
deviation
from the
169
EstimateRandomJitter(
deviation
, incompleteFrame);
176
if ((!incompleteFrame ||
deviation
>= 0.0) &&
183
(
deviation
>= 0) ? _numStdDevDelayOutlier : -_numStdDevDelayOutlier;
/frameworks/base/tools/layoutlib/bridge/src/android/text/
OptimizingLineBreaker.java
175
float
deviation
= finalBreak ? 0 : maxWidth - width;
local
176
return (
deviation
*
deviation
) + penalty;
/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/
BuildResults.java
79
double
deviation
= this.average[dim_id] - this.values[dim_id][i];
local
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
/hardware/qcom/gps/msm8909/utils/
LocTimer.cpp
670
deviation
();
672
double
deviation
() {
function in class:LocTimerTest
/hardware/qcom/gps/msm8996/utils/
LocTimer.cpp
670
deviation
();
672
double
deviation
() {
function in class:LocTimerTest
/external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp
948
double
deviation
;
local
967
deviation
= 0.0;
969
deviation
+= (double)((resultsUs[resultNdx] - average) * (resultsUs[resultNdx] - average));
971
deviation
= std::sqrt(
deviation
/(double)resultsUs.size());
978
<< "Standard
deviation
: " << ((double)
deviation
/1000.0) << "ms\n"
979
<< "Standard error of mean: " << (((double)
deviation
/std::sqrt((double)resultsUs.size()))/1000.0) << "ms\n"
[
all
...]
/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/
ConfigTab.java
454
double
deviation
= configResultsElement == null ? 0 : configResultsElement.getStatistics()[3];
local
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/opencv/cvaux/src/
cvlmeds.cpp
409
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
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/external/robolectric/v1/lib/main/
android.jar
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
Completed in 904 milliseconds
1
2