Lines Matching defs:in

6  *  (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
20 // in order to use the more efficient OpenSSL BIGNUM implementation,
36 * numbers are typically used in security applications and therefore BigIntegers
122 /** The magnitude of this in the little-endian representation. */
125 /** The length of this in measured in ints. Can be less than digits.length(). */
158 /** All the {@code BigInteger} numbers in the range [0,10] are cached. */
211 * Constructs a random non-negative {@code BigInteger} instance in the range
215 * maximum length of the new {@code BigInteger} in bits.
246 * Constructs a random {@code BigInteger} instance in the range [0,
258 * length of the new {@code BigInteger} in bits.
299 * sign followed by a non-empty sequence of digits in the specified radix.
427 * Returns the two's complement representation of this BigInteger in a byte
589 * Tests whether the bit at position n in {@code this} is set. The result is
596 * position where the bit in {@code this} has to be inspected.
649 * position where the bit in {@code this} has to be set.
672 * position where the bit in {@code this} has to be cleared.
695 * position where the bit in {@code this} has to be flipped.
710 * Returns the position of the lowest set bit in the two's complement
731 * value in bits.
733 * Returns the number of bits in the binary representation of {@code this}
735 * equivalent to the number of bits set in the binary representation of
737 * number of bits set in the binary representation of {@code -this-1}.
742 * @return number of bits in the binary representation of {@code this} which
879 * integers x in the range [-Float.MAX_VALUE, Float.MAX_VALUE] can be
895 * returned. Note, that not all integers x in the range [-Double.MAX_VALUE,
990 * Returns a string representation of this {@code BigInteger} in decimal
993 * @return a string representation of {@code this} in decimal form.
1139 * modulus {@code m} must be positive. The result is guaranteed to be in the
1164 * be in the interval {@code [0, m)} (0 inclusive, m exclusive). If the
1198 * modulus {@code m} must be positive. The result is guaranteed to be in the
1201 * the built-in {@code int}'s.
1255 * Returns a random positive {@code BigInteger} instance in the range [0,
1262 * length of the new {@code BigInteger} in bits.
1276 * Returns the two's complement representation of this BigInteger in a byte
1402 // Get the maximal power of radix that fits in int
1474 private void readObject(ObjectInputStream in) throws IOException,
1476 in.defaultReadObject();