Searched defs:POINT_INFINITY (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/spec/
H A DECPoint.java32 public static final ECPoint POINT_INFINITY = new ECPoint(); field in class:ECPoint
38 // Private ctor for POINT_INFINITY
101 return other == POINT_INFINITY;

Completed in 131 milliseconds