Searched refs:ONE_BITS (Results 1 – 4 of 4) sorted by relevance
84 return longBitsToDouble(significand | ONE_BITS); in scaleNormalize()137 @VisibleForTesting static final long ONE_BITS = 0x3ff0000000000000L; field in DoubleUtils
76 assertEquals(DoubleUtils.ONE_BITS, Double.doubleToRawLongBits(1.0)); in testOneBits()