Home
last modified time | relevance | path

Searched defs:ys (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DDHPublicKeySpecTest.java42 BigInteger[] ys = {new BigInteger("-1000000000000"), BigInteger.ZERO, in testDHPrivateKeySpec() local
/libcore/luni/src/test/java/libcore/java/util/
DObjectsTest.java142 int[] ys = new int[4]; in test_deepEquals() local
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java5565 private static int compareMagnitudeNormalized(long xs, int xscale, long ys, int yscale) { in compareMagnitudeNormalized()
5582 private static int compareMagnitudeNormalized(long xs, int xscale, BigInteger ys, int yscale) { in compareMagnitudeNormalized()
5596 …private static int compareMagnitudeNormalized(BigInteger xs, int xscale, BigInteger ys, int yscale… in compareMagnitudeNormalized()
5781 long ys = divisor; in divide() local
5801 long ys = divisor; in divide() local