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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c352 int64_t norm_avg; local
363 norm_avg = (int64_t)data[1] / (int64_t)normal / (int64_t)data[0];
365 if (norm_avg < 0)
366 norm_avg = -norm_avg;
368 dt_multiply_128((uint64_t)norm_avg, (uint64_t)norm_avg, square_of_avg);

Completed in 24 milliseconds