Searched refs:DOUBLE_SIGN_MASK (Results 1 – 1 of 1) sorted by relevance
33 private static long DOUBLE_SIGN_MASK = 0x8000000000000000L; field in Float16Utils113 if (isNegative) bits |= DOUBLE_SIGN_MASK; in constructDouble()131 boolean isNegative = (valueBits & DOUBLE_SIGN_MASK) != 0; in roundToFloat16()