Searched refs:halfBits (Results 1 – 2 of 2) sorted by relevance
392 void halfToFloatBits(Float4& dst, const Float4& halfBits);
1153 void ShaderCore::halfToFloatBits(Float4& dst, const Float4& halfBits) in halfToFloatBits() argument1160 UInt4 expmant = As<UInt4>(halfBits) & UInt4(mask_nosign); in halfToFloatBits()1162 ((As<UInt4>(halfBits) ^ UInt4(expmant)) << 16) | in halfToFloatBits()