Searched refs:expmant (Results 1 – 2 of 2) sorted by relevance
1247 UInt4 expmant = As<UInt4>(halfBits) & UInt4(mask_nosign); in halfToFloatBits() local1248 dst = As<Float4>(As<UInt4>(As<Float4>(expmant << 13) * As<Float4>(UInt4(magic))) | in halfToFloatBits()1249 ((As<UInt4>(halfBits) ^ UInt4(expmant)) << 16) | in halfToFloatBits()1250 (CmpNLE(As<UInt4>(expmant), UInt4(was_infnan)) & UInt4(exp_infnan))); in halfToFloatBits()