Searched refs:bigint (Results 1 – 17 of 17) sorted by relevance
14 bigint/BigInteger.cc \15 bigint/BigIntegerUtils.cc \16 bigint/BigUnsigned.cc \17 bigint/BigUnsignedInABase.cc
28 'target_name': 'bigint',31 'bigint/BigInteger.hh',32 'bigint/BigIntegerLibrary.hh',33 'bigint/BigIntegerUtils.hh',34 'bigint/BigUnsigned.hh',35 'bigint/NumberlikeArray.hh',36 'bigint/BigUnsignedInABase.hh',37 'bigint/BigInteger.cc',38 'bigint/BigIntegerUtils.cc',39 'bigint/BigUnsigned.cc',[all …]
9 ":bigint",15 source_set("bigint") {22 "bigint/BigInteger.cc",23 "bigint/BigInteger.hh",24 "bigint/BigIntegerLibrary.hh",25 "bigint/BigIntegerUtils.cc",26 "bigint/BigIntegerUtils.hh",27 "bigint/BigUnsigned.cc",28 "bigint/BigUnsigned.hh",29 "bigint/BigUnsignedInABase.cc",[all …]
84 BigInteger bigint = new BigInteger(1, bytes); in bytesToHexString() local86 return String.format("%0" + formatLen + "x", bigint); in bytesToHexString()
310 BigInteger bigint = stringToBigInteger(part.c_str()); in encodeNumeric() local312 int32_t c = (bigint % num900).toInt(); in encodeNumeric()314 bigint = bigint / num900; in encodeNumeric()315 } while (!bigint.isZero()); in encodeNumeric()
3 '+third_party/bigint'
5 http://mattmccutchen.net/bigint/
78 'third_party/third_party.gyp:bigint',
120 "third_party:bigint",
1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...