HomeSort by relevance Sort by last modified time
    Searched full:bignums (Results 1 - 25 of 44) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
litpool.s 1 # Based on PR 16688 this test checks that bignums are correctly added to the literal pool
litpool.d 2 #name: AArch64 Bignums in Literal Pool (PR 16688)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bignum1.d 1 # name: bignums
  /toolchain/binutils/binutils-2.25/gas/
bignum.h 29 * Bignums are >= 0. *
expr.h 166 /* Bignums returned here. */
expr.c 274 conservative: Some numbers may be assumed bignums when in fact
734 bignums. It should only sign extend negative numbers, so that
    [all...]
  /external/vboot_reference/host/lib/
util_misc.c 61 /* Initialize BIGNUMs */
130 /* Free BIGNUMs. */
  /external/boringssl/src/crypto/ecdsa/
ecdsa_test.cc 108 // modify a byte in one of the bignums directly.
110 // Store the two BIGNUMs in raw_buf.
119 // Pad the bignums with leading zeroes.
129 // Now read the BIGNUMs back in from raw_buf.
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 143 ArrayList<BigInteger> bignums = new ArrayList<BigInteger>(approxSize); local
173 bignums.add(BigInteger.valueOf(product));
182 bignums.add(BigInteger.valueOf(product));
185 return listProduct(bignums).shiftLeft(shift);
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 58 /* Initialize BIGNUMs */
122 /* Free BIGNUMs. */
  /external/boringssl/src/crypto/bn/
ctx.c 63 /* How many bignums are in each "pool item"; */
68 /* A bundle of bignums that can be linked with other bundles */
116 /* The number of bignums currently assigned */
div.c 340 /* ingore top values of the bignums just sub the two
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 326 ArrayList<BigInteger> bignums = new ArrayList<BigInteger>(approxSize); local
356 bignums.add(BigInteger.valueOf(product));
365 bignums.add(BigInteger.valueOf(product));
368 return listProduct(bignums).shiftLeft(shift);
  /external/v8/src/
bignum.h 85 // Every instance allocates kBigitLength chunks on the stack. Bignums cannot
bignum-dtoa.cc 30 // Computes v / 10^estimated_power exactly, as a ratio of two bignums, numerator
152 // one of the two bignums.
536 // Computes v / 10^estimated_power exactly, as a ratio of two bignums, numerator
bignum.cc 497 // Both bignums are at the same length now.
  /external/boringssl/src/crypto/asn1/
x_bignum.c 65 * BIGNUMs used are non negative and anything that looks negative is normally due
  /external/v8/tools/
generate-ten-powers.scm 29 ;; support for bignums. The compilation of the script can be done as follows:
247 (("--round" ?direction (help "Round bignums (down, round or up)"))
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 158 wpa_printf(MSG_INFO, "EAP-pwd: unable to create bignums");
  /external/boringssl/src/include/openssl/
bn.h 198 * Note: the two BIGNUMs share state and so |out| should /not/ be passed to
339 * take a |BN_CTX| parameter, which contains a pool of |BIGNUMs|. The |ctx|
354 /* BN_CTX_free frees all BIGNUMs contained in |ctx| and then frees |ctx|
    [all...]
  /external/tpm2/
MathFunctions.c 237 // Convert the inputs to BIGNUMs
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 202 * This procedure directly writes the internal representation of BIGNUMs.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
as.info     [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
as.texinfo     [all...]

Completed in 1632 milliseconds

1 2