Searched defs:halfValue (Results 1 – 1 of 1) sorted by relevance
44 uint16_t halfValue = static_cast<uint16_t>(0x0u); in float2half() local85 float half2float(uint16_t halfValue) { in half2float()