Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c297 long double ltotal = 0, rtotal = 0; in dt_aggregate_quantizedcmp() local
310 rtotal += (long double)bucketval * (long double)rhs[i]; in dt_aggregate_quantizedcmp()
313 if (ltotal < rtotal) in dt_aggregate_quantizedcmp()
316 if (ltotal > rtotal) in dt_aggregate_quantizedcmp()