Searched refs:rzero (Results 1 – 1 of 1) sorted by relevance
190 int64_t lzero, rzero; in dt_aggregate_lquantizedcmp() local205 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() local282 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() local306 rzero = rhs[i]; in dt_aggregate_quantizedcmp()[all …]