Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_aggregate.c188 long double rsum = dt_aggregate_lquantizedsum(rhs); in dt_aggregate_lquantizedcmp() local
191 if (lsum < rsum) in dt_aggregate_lquantizedcmp()
194 if (lsum > rsum) in dt_aggregate_lquantizedcmp()
266 long double rsum = dt_aggregate_llquantizedsum(rhs); in dt_aggregate_llquantizedcmp() local
269 if (lsum < rsum) in dt_aggregate_llquantizedcmp()
272 if (lsum > rsum) in dt_aggregate_llquantizedcmp()