Home
last modified time | relevance | path

Searched refs:getNativeBIGNUM (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
DBigInt.java45 long getNativeBIGNUM() { in getNativeBIGNUM() method in BigInt
DBigInteger.java95 if (bigInt == null || bigInt.getNativeBIGNUM() == 0) { in BigInteger()