Lines Matching defs:not

18  * 2 along with this work; if not, write to the Free Software Foundation,
232 * @throws NumberFormatException {@code signum} is not one of the three
278 * Character.digit}. The String may not contain any extraneous
283 * @throws NumberFormatException {@code val} is not a valid representation
467 * The String may not contain any extraneous characters (whitespace, for
471 * @throws NumberFormatException {@code val} is not a valid representation
552 * by this method is composite does not exceed 2<sup>-100</sup>.
647 * method is composite does not exceed 2<sup>-100</sup>. This method will
961 * Constructs a BigInteger with the specified value, which may not be zero.
984 * Assumes that the input array will not be modified (the returned
1177 * with a long. Assumes v is not equal to INFLATED.
1265 * int array z. The contents of x are not changed.
1555 throw new ArithmeticException("BigInteger: modulus not positive");
1570 * negative and this BigInteger is not <i>relatively
1576 throw new ArithmeticException("BigInteger: modulus not positive");
1694 * squarings, not k-1. The average of these is 1. Add that
2022 * is not <i>relatively prime</i> to m).
2026 throw new ArithmeticException("BigInteger: modulus not positive");
2067 throw new ArithmeticException("Shift distance of Integer.MIN_VALUE not supported.");
2118 throw new ArithmeticException("Shift distance of Integer.MIN_VALUE not supported.");
2240 public BigInteger not() {
2250 * method, which is equivalent to {@code and(val.not())}, is provided as
2366 if (lsb == -2) { // lowestSetBit not initialized yet
2397 if (n == -1) { // bitLength not initialized yet
2431 if (bc == -1) { // bitCount not initialized yet
2540 // This test is just an optimization, which may or may not help
2940 * nonsense values in their 0 and 1 elements, as radixes 0 and 1 are not
3032 if (fn == -2) { // firstNonzeroIntNum not initialized yet
3083 * defaultReadObject is not being used.
3106 message = "BigInteger: Signum not present in stream";
3112 message = "BigInteger: Magnitude not present in stream";