Lines Matching refs:RU
6730 ULONGEST RU;
6738 RU = 0;
6741 RU = RU * 10 + (str[k] - '0');
6748 *R = (-(LONGEST) (RU - 1)) - 1;
6752 *R = (LONGEST) RU;
6755 - (LONGEST) RU or (LONGEST) -RU are for RU == largest positive
6757 in most implementations). When RU>0, the locution in the then branch
6758 above is always equivalent to the negative of RU. */