Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/scripts/external/
Dstatistics.py119 def _sum(data, start=0): function
331 T, total, count = _sum(data)
503 T, total, count = _sum((x-c)**2 for x in data)
506 U, total2, count2 = _sum((x-c) for x in data)