Searched refs:bigValue (Results 1 – 4 of 4) sorted by relevance
87 BigInteger bigValue = null; in ASN1ObjectIdentifier() local129 if (bigValue == null) in ASN1ObjectIdentifier()131 bigValue = BigInteger.valueOf(value); in ASN1ObjectIdentifier()133 bigValue = bigValue.or(BigInteger.valueOf(b & 0x7f)); in ASN1ObjectIdentifier()139 bigValue = bigValue.subtract(BigInteger.valueOf(80)); in ASN1ObjectIdentifier()144 objId.append(bigValue); in ASN1ObjectIdentifier()145 bigValue = null; in ASN1ObjectIdentifier()150 bigValue = bigValue.shiftLeft(7); in ASN1ObjectIdentifier()
87 bigValue = (2 * self._quantum)91 Decimal(self._lowerAllowedBound) - Decimal(bigValue),92 Decimal(self._upperAllowedBound) + Decimal(bigValue),
1947 BigInteger bigValue = new BigInteger(numberText, radix);1949 bigValue = bigValue.negate();1955 if (bigValue.bitLength() > 31) {1960 if (bigValue.bitLength() > 32) {1967 if (bigValue.bitLength() > 63) {1972 if (bigValue.bitLength() > 64) {1979 result = bigValue.longValue();
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...