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

  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 66 static final int SIGNIFICAND_BITS = 52;
81 return (int) (bits >>> SIGNIFICAND_BITS) - EXPONENT_BIAS;
129 * We need the top SIGNIFICAND_BITS + 1 bits, including the "implicit" one bit. To make
130 * rounding easier, we pick out the top SIGNIFICAND_BITS + 2 bits, so we have one to help us
131 * round up or down. twiceSignifFloor will contain the top SIGNIFICAND_BITS + 2 bits, and
132 * signifFloor the top SIGNIFICAND_BITS + 1.
134 * It helps to consider the real number signif = absX * 2^(SIGNIFICAND_BITS - exponent).
136 int shift = exponent - SIGNIFICAND_BITS - 1;
149 long bits = (long) ((exponent + EXPONENT_BIAS)) << SIGNIFICAND_BITS;
DoubleMath.java 21 import static com.google.common.math.DoubleUtils.SIGNIFICAND_BITS;
188 BigInteger result = BigInteger.valueOf(significand).shiftLeft(exponent - SIGNIFICAND_BITS);
237 return log2(x * IMPLICIT_BIT, mode) - SIGNIFICAND_BITS;
282 SIGNIFICAND_BITS - Long.numberOfTrailingZeros(getSignificand(x)) <= getExponent(x));
BigIntegerMath.java 267 int shift = (log2 - DoubleUtils.SIGNIFICAND_BITS) & ~1; // even!
  /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/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/guava/
guava-15.0.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 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 1428 milliseconds