Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching full:a2w

97    UWord a2w = (UWord)a2;
100 if (a1w + n1w <= a2w) return -1L;
101 if (a2w + n2w <= a1w) return 1L;