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