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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c291 long double ltotal = 0, rtotal = 0; local
302 ltotal += (long double)bucketval * (long double)lhs[i];
306 if (ltotal < rtotal)
309 if (ltotal > rtotal)

Completed in 77 milliseconds