Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c183 long double rsum = dt_aggregate_lquantizedsum(rhs); in dt_aggregate_lquantizedcmp() local
186 if (lsum < rsum) in dt_aggregate_lquantizedcmp()
189 if (lsum > rsum) in dt_aggregate_lquantizedcmp()
261 long double rsum = dt_aggregate_llquantizedsum(rhs); in dt_aggregate_llquantizedcmp() local
264 if (lsum < rsum) in dt_aggregate_llquantizedcmp()
267 if (lsum > rsum) in dt_aggregate_llquantizedcmp()