Searched defs:bucketval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c295 int64_t bucketval = DTRACE_QUANTIZE_BUCKETVAL(i); local
297 if (bucketval == 0) {
302 ltotal += (long double)bucketval * (long double)lhs[i];
303 rtotal += (long double)bucketval * (long double)rhs[i];

Completed in 63 milliseconds