Searched refs:halfInf (Results 1 – 1 of 1) sorted by relevance
49 const uint32_t halfInf = 0x7c00; in float2half() local51 halfValue = (f.u > inf.u) ? halfQnan : halfInf; // NaN->qNaN and Inf->Inf in float2half()