Searched defs:xOdd (Results 1 – 2 of 2) sorted by relevance
50 private final boolean xOdd; field in EdECPoint61 public EdECPoint(boolean xOdd, BigInteger y) { in EdECPoint()
34 …public EdECPoint(boolean xOdd, @libcore.util.NonNull BigInteger y) { throw new RuntimeException("S… in EdECPoint()