Searched refs:ys (Results 1 – 3 of 3) sorted by relevance
3135 long ys = val.intCompact;3136 if (xs != INFLATED && ys != INFLATED)3137 return xs != ys ? ((xs > ys) ? 1 : -1) : 0;3154 long ys = val.intCompact;3157 return (ys == 0) ? 0 : -1;3158 if (ys == 0)3175 ys == INFLATED) {3182 (ys == INFLATED ||3183 (ys = longMultiplyPowerTen(ys, (int)sdiff)) == INFLATED) &&3191 return (ys != INFLATED) ? longCompareMagnitude(xs, ys) : -1;[all …]
42 BigInteger[] ys = {new BigInteger("-1000000000000"), BigInteger.ZERO, in testDHPrivateKeySpec() local49 DHPublicKeySpec dhpks = new DHPublicKeySpec(ys[i], ps[i], gs[i]); in testDHPrivateKeySpec()52 dhpks.getY(), ys[i]); in testDHPrivateKeySpec()
142 int[] ys = new int[4]; in test_deepEquals() local152 assertFalse(Objects.deepEquals(xs, ys)); in test_deepEquals()