Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_aggregate.c189 int64_t lzero, rzero; in dt_aggregate_lquantizedcmp() local
204 rzero = dt_aggregate_lquantizedzero(rhs); in dt_aggregate_lquantizedcmp()
206 if (lzero < rzero) in dt_aggregate_lquantizedcmp()
209 if (lzero > rzero) in dt_aggregate_lquantizedcmp()
267 int64_t lzero, rzero; in dt_aggregate_llquantizedcmp() local
281 rzero = rhs[1]; in dt_aggregate_llquantizedcmp()
283 if (lzero < rzero) in dt_aggregate_llquantizedcmp()
286 if (lzero > rzero) in dt_aggregate_llquantizedcmp()
297 int64_t lzero, rzero; in dt_aggregate_quantizedcmp() local
305 rzero = rhs[i]; in dt_aggregate_quantizedcmp()
[all …]