Searched refs:IMPLICIT_BIT (Results 1 – 4 of 4) sorted by relevance
60 static final long IMPLICIT_BIT = SIGNIFICAND_MASK + 1; field in DoubleUtils67 return (exponent == MIN_EXPONENT - 1) ? bits << 1 : bits | IMPLICIT_BIT; in getSignificand()
18 import static com.google.common.math.DoubleUtils.IMPLICIT_BIT;242 return log2(x * IMPLICIT_BIT, mode) - SIGNIFICAND_BITS; in log2()