HomeSort by relevance Sort by last modified time
    Searched refs:total_diff (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/functional/ispy/common/
image_tools.py 258 total_diff = 0
265 total_diff += 1
268 return total_diff
  /external/skia/gm/rebaseline_server/
imagediffdb.py 212 total_diff = 0
214 total_diff += histogram[index] * (index % VALUES_PER_BAND)**2
215 return float(100 * total_diff) / max_diff
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 169 const uint64 total_diff = current_total_times - *prev_total_times; local
170 result = (total_diff == 0ULL ? 0.f :
171 static_cast<float>(1.0f * cpu_diff / total_diff));

Completed in 218 milliseconds