HomeSort by relevance Sort by last modified time
    Searched defs:SIGNIFICAND_BITS (Results 1 - 13 of 13) sorted by null

  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 63 static final int SIGNIFICAND_BITS = 52;
80 int exponent = (int) ((bits & EXPONENT_MASK) >> SIGNIFICAND_BITS);
102 bits |= ((long) (newExponent + EXPONENT_BIAS)) << SIGNIFICAND_BITS;
148 * We need the top SIGNIFICAND_BITS + 1 bits, including the "implicit" one bit. To make
149 * rounding easier, we pick out the top SIGNIFICAND_BITS + 2 bits, so we have one to help us
150 * round up or down. twiceSignifFloor will contain the top SIGNIFICAND_BITS + 2 bits, and
151 * signifFloor the top SIGNIFICAND_BITS + 1.
153 * It helps to consider the real number signif = absX * 2^(SIGNIFICAND_BITS - exponent).
155 int shift = exponent - SIGNIFICAND_BITS - 1;
168 long bits = (long) ((exponent + EXPONENT_BIAS)) << SIGNIFICAND_BITS;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
real.h 35 #define SIGNIFICAND_BITS (128 + HOST_BITS_PER_LONG)
38 #define SIGSZ (SIGNIFICAND_BITS / HOST_BITS_PER_LONG)
69 #define REAL_VALUE_TYPE_SIZE (SIGNIFICAND_BITS + 32)
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 

Completed in 113 milliseconds