Searched refs:EXPONENT_BIAS (Results 1 – 5 of 5) sorted by relevance
57 static final int EXPONENT_BIAS = 1023; field in DoubleUtils119 long bits = (long) (exponent + EXPONENT_BIAS) << SIGNIFICAND_BITS; in bigToDouble()
75 int exponent = rnd.getInt(1 - T::EXPONENT_BIAS, T::EXPONENT_BIAS + 1); in getRandomNormal()
64 EXPONENT_BIAS = ExponentBias, enumerator
2511 DE_ASSERT(returnedFloat.EXPONENT_BIAS == 15); in compareBytes()