Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_aggregate.c189 int64_t lzero = 0, rzero = 0; 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 = 0, rzero = 0; in dt_aggregate_quantizedcmp() local
305 rzero = rhs[i]; in dt_aggregate_quantizedcmp()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc2531 REAL_VALUE_TYPE rinf, rzero = dconst0; in build_complex_inf() local
2534 rzero.sign = neg; in build_complex_inf()
2536 build_real (TREE_TYPE (type), rzero)); in build_complex_inf()