Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c189 long double rsum = dt_aggregate_lquantizedsum(rhs); in dt_aggregate_lquantizedcmp() local
192 if (lsum < rsum) in dt_aggregate_lquantizedcmp()
195 if (lsum > rsum) in dt_aggregate_lquantizedcmp()
267 long double rsum = dt_aggregate_llquantizedsum(rhs); in dt_aggregate_llquantizedcmp() local
270 if (lsum < rsum) in dt_aggregate_llquantizedcmp()
273 if (lsum > rsum) in dt_aggregate_llquantizedcmp()