Searched defs:not (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/math/src/main/java/java/math/
H A DLogical.java6 * (the "License"); you may not use this file except in compliance with
24 * <li>not</li>
38 /** @see BigInteger#not() */
39 static BigInteger not(BigInteger val) { method in class:Logical
232 return that.not();
596 return val.not();
599 return that.not();
H A DBigInteger.java6 * (the "License"); you may not use this file except in compliance with
286 * if {@code val} is not a valid representation of a {@code
310 * if {@code val} is not a valid representation of a {@code
357 * if the sign is not one of -1, 0, 1 or if the sign is zero and
385 * BigInteger} instance. The given array must not be empty.
520 * not recommended as the current implementation is not efficient.
538 * not recommended as the current implementation is not efficient.
592 * <b>Implementation Note:</b> Usage of this method is not recommende
759 public BigInteger not() { method in class:BigInteger
[all...]

Completed in 40 milliseconds