Lines Matching refs:halfBits
1062 void ShaderCore::halfToFloatBits(Float4& dst, const Float4& halfBits)1069 UInt4 expmant = As<UInt4>(halfBits) & UInt4(mask_nosign);1071 ((As<UInt4>(halfBits) ^ UInt4(expmant)) << 16) |