Searched refs:halfMantissa (Results 1 – 1 of 1) sorted by relevance
314 short halfMantissa = (short) (mantissa >> 42); in convertDoubleToFloat16() local315 short halfValue = (short) (halfExponent | halfMantissa); in convertDoubleToFloat16()