Searched refs:IMPLICIT_BIT (Results 1 – 2 of 2) sorted by relevance
62 static final long IMPLICIT_BIT = SIGNIFICAND_MASK + 1; field in DoubleUtils71 : bits | IMPLICIT_BIT; in getSignificand()
20 import static com.google.common.math.DoubleUtils.IMPLICIT_BIT;237 return log2(x * IMPLICIT_BIT, mode) - SIGNIFICAND_BITS; in log2()