Home | History | Annotate | Download | only in resources

Lines Matching refs:function

26 function sunspiderCompareResults(output1, output2)
69 function initialize()
143 function computeItemTotals(output, itemTotals)
157 function computeTotals(output, categoryTotals, testTotalsByCategory)
175 function computeMeans(count, total, categoryTotals, categoryMeans, testTotalsByCategory, testMeansByCategory)
187 function standardDeviation(mean, items)
198 function computeStdDevs(mean, itemTotals, categoryStdDevs, categoryMeans, testStdDevsByCategory, testMeansByCategory)
212 function computeStdErrors(count, stdDev, categoryStdErrs, categoryStdDevs, testStdErrsByCategory, testStdDevsByCategory)
233 function tDist(n)
241 function formatMean(meanWidth, mean, stdErr, count)
253 function computeLabelWidth()
269 function computeMeanWidth(mean, categoryMeans, testMeansByCategory)
286 function pad(str, n)
294 function resultLine(labelWidth, indent, label, meanWidth1, mean1, stdErr1, meanWidth2, mean2, stdErr2)
329 function printOutput()