Home
last modified time | relevance | path

Searched defs:BigInteger (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java29 public class BigInteger extends java.lang.Number implements java.lang.Comparable<java.math.BigInteg… class
31 public BigInteger(byte[] val, int off, int len) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger
33 public BigInteger(byte[] val) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger
35 …public BigInteger(int signum, byte[] magnitude, int off, int len) { throw new RuntimeException("St… in BigInteger() method in BigInteger
37 public BigInteger(int signum, byte[] magnitude) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger
39 …public BigInteger(@libcore.util.NonNull java.lang.String val, int radix) { throw new RuntimeExcept… in BigInteger() method in BigInteger
41 …public BigInteger(@libcore.util.NonNull java.lang.String val) { throw new RuntimeException("Stub!"… in BigInteger() method in BigInteger
43 …public BigInteger(int numBits, @libcore.util.NonNull java.util.Random rnd) { throw new RuntimeExce… in BigInteger() method in BigInteger
45 …public BigInteger(int bitLength, int certainty, @libcore.util.NonNull java.util.Random rnd) { thro… in BigInteger() method in BigInteger
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java131 public class BigInteger extends Number implements Comparable<BigInteger> { class
307 public BigInteger(byte[] val, int off, int len) { in BigInteger() method in BigInteger
336 public BigInteger(byte[] val) { in BigInteger() method in BigInteger
348 private BigInteger(int[] val) { in BigInteger() method in BigInteger
393 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger() method in BigInteger
432 public BigInteger(int signum, byte[] magnitude) { in BigInteger() method in BigInteger
443 private BigInteger(int signum, int[] magnitude) { in BigInteger() method in BigInteger
478 public BigInteger(String val, int radix) { in BigInteger() method in BigInteger
562 BigInteger(char[] val, int sign, int len) { in BigInteger() method in BigInteger
672 public BigInteger(String val) { in BigInteger() method in BigInteger
[all …]