Searched refs:halfExponent (Results 1 – 1 of 1) sorted by relevance
313 short halfExponent = (short) ((unbiasedExponent + 15) << 10); in convertDoubleToFloat16() local315 short halfValue = (short) (halfExponent | halfMantissa); in convertDoubleToFloat16()