Home
last modified time | relevance | path

Searched refs:bigValue (Results 1 – 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1ObjectIdentifier.java87 BigInteger bigValue = null; in ASN1ObjectIdentifier() local
129 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()
/external/parameter-framework/test/test-fixed-point-parameter/
DMain.py87 bigValue = (2 * self._quantum)
91 Decimal(self._lowerAllowedBound) - Decimal(bigValue),
92 Decimal(self._upperAllowedBound) + Decimal(bigValue),
/external/protobuf/java/src/main/java/com/google/protobuf/
DTextFormat.java1947 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();
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...