Searched refs:hasNativeBignum (Results 1 – 2 of 2) sorted by relevance
41 boolean hasNativeBignum() { in hasNativeBignum() method in BigInt
97 if (bigInt == null || !bigInt.hasNativeBignum()) { in BigInteger()