Home
last modified time | relevance | path

Searched defs:bigInt (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DSimpleBigDecimal.java22 private final BigInteger bigInt; field in SimpleBigDecimal
46 public SimpleBigDecimal(BigInteger bigInt, int scale) in SimpleBigDecimal()
DLongArray.java322 public LongArray(BigInteger bigInt) in LongArray()
/external/guava/guava/src/com/google/common/primitives/
DUnsignedLong.java226 BigInteger bigInt = BigInteger.valueOf(value & UNSIGNED_MASK); in bigIntegerValue() local
/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java1004 public static byte[] encodeInteger(BigInteger bigInt) { in encodeInteger()
1018 static byte[] toIntegerBytes(BigInteger bigInt) { in toIntegerBytes()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp340 const int bigInt = ~0u/2; in elemsStr() local