Home
last modified time | relevance | path

Searched refs:testStdErrsByCategory (Results 1 – 2 of 2) sorted by relevance

/external/webkit/SunSpider/resources/
Dsunspider-analyze-results.js45 var testStdErrsByCategory = {}; variable
61 testStdErrsByCategory[category] = {};
71 testStdErrsByCategory[category][test] = 0;
157 for (var test in testStdErrsByCategory[category]) {
158testStdErrsByCategory[category][test] = testStdDevsByCategory[category][test] / sqrtCount;
257 …th, 4, shortName, meanWidth, testMeansByCategory[category][test], testStdErrsByCategory[category][…
Dsunspider-compare-results.js212 …computeStdErrors(count, stdDev, categoryStdErrs, categoryStdDevs, testStdErrsByCategory, testStdDe… argument
221 for (var test in testStdErrsByCategory[category]) {
222testStdErrsByCategory[category][test] = testStdDevsByCategory[category][test] / sqrtCount;