if xs:
          if ys:
            # x < 0, y < 0
            core.arith_sign = abs(x) < abs(y)
          else: