Searched refs:wrapBit (Results 1 – 1 of 1) sorted by relevance
113 int wrapBit = (Float.isNaN(wrap)) ? 0 : 1; in packToFloatArray() local115 int bits = type | ((wrapBit | initBit) << 8); in packToFloatArray()