HomeSort by relevance Sort by last modified time
    Searched full:big1 (Results 1 - 15 of 15) sorted by null

  /external/vboot_reference/host/lib/
util_misc.c 37 BIGNUM *Big1 = NULL, *Big2 = NULL, *Big32 = NULL, *BigMinus1 = NULL;
64 NEW_BIGNUM(Big1);
79 BN_set_word(Big1, 1L);
82 BN_sub(BigMinus1, Big1, Big2);
131 BN_free(Big1);
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 44 BIGNUM *Big1 = NULL, *Big2 = NULL, *Big32 = NULL, *BigMinus1 = NULL;
59 Big1 = BN_new();
72 BN_set_word(Big1, 1L);
75 BN_sub(BigMinus1, Big1, Big2);
123 BN_free(Big1);
  /external/crcalc/src/com/hp/creals/
CR.java 197 static final BigInteger big1 = BigInteger.ONE; field in class:CR
330 BigInteger adj_k = shift(k, n+1).add(big1);
380 max_appr.compareTo(big1) <= 0
383 if (max_appr.abs().compareTo(big1) <= 0) {
483 int comp1 = this_appr.compareTo(x_appr.add(big1));
485 int comp2 = this_appr.compareTo(x_appr.subtract(big1));
    [all...]
UnaryCRFunction.java 334 if (difference.compareTo(big1) > 0) {
378 .add(big1);
380 .subtract(big1);
391 if (f_h.compareTo(arg_appr.subtract(big1)) < 0
392 || f_l.compareTo(arg_appr.add(big1)) > 0) {
408 h = rough_appr.add(big1)
410 l = rough_appr.subtract(big1)
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 467 word1(&rv) = Big1;
484 word1(&rv) = Big1;
513 word1(&rv) = Big1;
774 if (word0(&rv) == Big0 && word1(&rv) == Big1)
828 if (word0(&rv) == Big0 && word1(&rv) == Big1)
970 if (word0(&rv0) == Big0 && word1(&rv0) == Big1)
973 word1(&rv) = Big1;
gdtoaimp.h 422 #define Big1 0xffffffff
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtod.c 437 word1(rv) = Big1;
454 word1(rv) = Big1;
474 word1(rv) = Big1;
903 if (word0(rv0) == Big0 && word1(rv0) == Big1)
906 word1(rv) = Big1;
gdtoaimp.h 414 #define Big1 0xffffffffU
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 679 big1 = fmt.Sprintf("%d", int64(maxInt))
696 paxGNUSparseNumBlocks: big1,
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 679 big1 = fmt.Sprintf("%d", int64(maxInt))
696 paxGNUSparseNumBlocks: big1,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 283 #define Big1 0xffffffff
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 266 #define Big1 0xffffffff
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 338 #define Big1 0xffffffff
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 338 #define Big1 0xffffffff
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp     [all...]

Completed in 531 milliseconds