Home
last modified time | relevance | path

Searched refs:IMPLICIT_BIT (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava/src/com/google/common/math/
DDoubleUtils.java60 static final long IMPLICIT_BIT = SIGNIFICAND_MASK + 1; field in DoubleUtils
67 return (exponent == MIN_EXPONENT - 1) ? bits << 1 : bits | IMPLICIT_BIT; in getSignificand()
DDoubleMath.java18 import static com.google.common.math.DoubleUtils.IMPLICIT_BIT;
242 return log2(x * IMPLICIT_BIT, mode) - SIGNIFICAND_BITS; in log2()
/external/guava/guava/src/com/google/common/math/
DDoubleUtils.java60 static final long IMPLICIT_BIT = SIGNIFICAND_MASK + 1; field in DoubleUtils
67 return (exponent == MIN_EXPONENT - 1) ? bits << 1 : bits | IMPLICIT_BIT; in getSignificand()
DDoubleMath.java18 import static com.google.common.math.DoubleUtils.IMPLICIT_BIT;
242 return log2(x * IMPLICIT_BIT, mode) - SIGNIFICAND_BITS; in log2()