Home
last modified time | relevance | path

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

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