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

  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 138 BigInteger absX = x.abs();
139 int exponent = absX.bitLength() - 1;
153 * It helps to consider the real number signif = absX * 2^(SIGNIFICAND_BITS - exponent).
156 long twiceSignifFloor = absX.shiftRight(shift).longValue();
166 && ((signifFloor & 1) != 0 || absX.getLowestSetBit() < shift);
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 47 milliseconds