Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c190 int64_t lzero, rzero; in dt_aggregate_lquantizedcmp() local
205 rzero = dt_aggregate_lquantizedzero(rhs); in dt_aggregate_lquantizedcmp()
207 if (lzero < rzero) in dt_aggregate_lquantizedcmp()
210 if (lzero > rzero) in dt_aggregate_lquantizedcmp()
268 int64_t lzero, rzero; in dt_aggregate_llquantizedcmp() local
282 rzero = rhs[1]; in dt_aggregate_llquantizedcmp()
284 if (lzero < rzero) in dt_aggregate_llquantizedcmp()
287 if (lzero > rzero) in dt_aggregate_llquantizedcmp()
298 int64_t lzero, rzero; in dt_aggregate_quantizedcmp() local
306 rzero = rhs[i]; in dt_aggregate_quantizedcmp()
[all …]