Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/pdfium/third_party/bigint/
H A DBigInteger.cc20 BigInteger::BigInteger(const Blk *b, Index blen, Sign s) : mag(b, blen) { in BigInteger() function in BigInteger
39 BigInteger::BigInteger(const BigUnsigned &x, Sign s) : mag(x) { in BigInteger() function in BigInteger
63 BigInteger::BigInteger(unsigned long x) : mag(x) { sign = mag.isZero() ? zero : positive; } in BigInteger() function in BigInteger
64 BigInteger::BigInteger(unsigned int x) : mag(x) { sign = mag.isZero() ? zero : positive; } in BigInteger() function in BigInteger
65 BigInteger::BigInteger(unsigned short x) : mag(x) { sign = mag.isZero() ? zero : positive; } in BigInteger() function in BigInteger
84 BigInteger::BigInteger(long x) : sign(signOf(x)), mag(magOf<long , unsigned long >(x)) {} in BigInteger() function in BigInteger
85 BigInteger::BigInteger(int x) : sign(signOf(x)), mag(magOf<int , unsigned int >(x)) {} in BigInteger() function in BigInteger
86 BigInteger::BigInteger(short x) : sign(signOf(x)), mag(magOf<short, unsigned short>(x)) {} in BigInteger() function in BigInteger
H A DBigInteger.hh19 class BigInteger { class
38 BigInteger() : sign(zero), mag() {} in BigInteger() function in BigInteger
41 BigInteger(const BigInteger &x) : sign(x.sign), mag(x.mag) {} in BigInteger() function in BigInteger
50 BigInteger(const Blk *b, Index blen) : mag(b, blen) { in BigInteger() function in BigInteger
58 BigInteger(const BigUnsigned &x) : mag(x) { in BigInteger() function in BigInteger
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/math/
H A 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/
DBigInteger.java133 public class BigInteger extends Number implements Comparable<BigInteger> { class
309 public BigInteger(byte[] val, int off, int len) { in BigInteger() method in BigInteger
338 public BigInteger(byte[] val) { in BigInteger() method in BigInteger
350 private BigInteger(int[] val) { in BigInteger() method in BigInteger
395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger() method in BigInteger
434 public BigInteger(int signum, byte[] magnitude) { in BigInteger() method in BigInteger
445 private BigInteger(int signum, int[] magnitude) { in BigInteger() method in BigInteger
480 public BigInteger(String val, int radix) { in BigInteger() method in BigInteger
564 BigInteger(char[] val, int sign, int len) { in BigInteger() method in BigInteger
674 public BigInteger(String val) { in BigInteger() method in BigInteger
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/
H A DBigInteger.java133 public class BigInteger extends Number implements Comparable<BigInteger> { class
309 public BigInteger(byte[] val, int off, int len) { in BigInteger() method in BigInteger
338 public BigInteger(byte[] val) { in BigInteger() method in BigInteger
350 private BigInteger(int[] val) { in BigInteger() method in BigInteger
395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger() method in BigInteger
434 public BigInteger(int signum, byte[] magnitude) { in BigInteger() method in BigInteger
445 private BigInteger(int signum, int[] magnitude) { in BigInteger() method in BigInteger
480 public BigInteger(String val, int radix) { in BigInteger() method in BigInteger
564 BigInteger(char[] val, int sign, int len) { in BigInteger() method in BigInteger
674 public BigInteger(String val) { in BigInteger() method in BigInteger
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/
DBigInteger.java133 public class BigInteger extends Number implements Comparable<BigInteger> { class
309 public BigInteger(byte[] val, int off, int len) { in BigInteger() method in BigInteger
338 public BigInteger(byte[] val) { in BigInteger() method in BigInteger
350 private BigInteger(int[] val) { in BigInteger() method in BigInteger
395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger() method in BigInteger
434 public BigInteger(int signum, byte[] magnitude) { in BigInteger() method in BigInteger
445 private BigInteger(int signum, int[] magnitude) { in BigInteger() method in BigInteger
480 public BigInteger(String val, int radix) { in BigInteger() method in BigInteger
564 BigInteger(char[] val, int sign, int len) { in BigInteger() method in BigInteger
674 public BigInteger(String val) { in BigInteger() method in BigInteger
[all …]
/aosp_15_r20/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/targetprep/
DAggregateImgdiagOutput.java227 Map<BigInteger, Set<String>> sortKeys, Map<String, Set<String>> dirtyObjects) { in sortDirtyObjects()
/aosp_15_r20/external/guice/extensions/persist/lib/
HDognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-ojtests-public.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/guice/lib/build/
HDspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
HDspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.module_lib.from-text/android_common/art.module.public.api.stubs.module_lib.from-text/
Dart.module.public.api.stubs.module_lib.from-text.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/13/public/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.exportable.system/android_common/combined/
Dart.module.public.api.stubs.exportable.system.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/sdk_library/public/
Dart-stubs.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/prebuilts/sdk/32/system/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICE NOTICES/ojluni ...
/aosp_15_r20/prebuilts/sdk/35/system/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.system.from-text/android_common/metalava/
Dstubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/crypto/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/public/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICE NOTICES/ojluni ...
/aosp_15_r20/prebuilts/sdk/33/public/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICE NOTICES/ojluni ...
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs/android_common/turbine-combined/
Dart.module.public.api.stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/crypto/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/art/1/sdk_library/public/
Dlegacy.art.module.platform.api-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/7/public/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/prebuilts/sdk/current/public/
HDart-coreplatform-stable.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...

12345678910>>...12