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

/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c162 double _sum = 0; local
169 _sum += fabs(values[i]);
174 _avg = _sum / (double)count;
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c364 uint64_t _sum = 0; local
371 _sum += values[i];
376 _avg = ((float)_sum) / ((float)count);

Completed in 12 milliseconds