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

/system/extras/tests/sdcard/
H A Dstopwatch.cpp200 double diffSQ = 0.0; local
203 diffSQ += pow((mDeltas[i] - avgDuration), 2.0);
205 mDeviation = sqrt(diffSQ / n);

Completed in 10 milliseconds