Lines Matching refs:a2w
96 UWord a2w = (UWord)a2;99 if (a1w + n1w <= a2w) return -1L;100 if (a2w + n2w <= a1w) return 1L;