HomeSort by relevance Sort by last modified time
    Searched full:big1 (Results 1 - 9 of 9) 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
  /external/libvncserver/x11vnc/
userinput.c 6731 int big1 = 0, big2 = 0, cram = 0; local
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 339 #define Big1 0xffffffff
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp     [all...]

Completed in 1026 milliseconds