Searched refs:constructDouble (Results 1 – 1 of 1) sorted by relevance
110 private static double constructDouble(long mantissa, long exponent, boolean isNegative) { in constructDouble() method in Float16Utils207 result[0] = constructDouble(lowFloat16Mantissa, lowFloat16Exponent + 1023, false); in roundToFloat16()208 result[1] = constructDouble(highFloat16Mantissa, highFloat16Exponent + 1023, false); in roundToFloat16()