Searched refs:mask_nosign (Results 1 – 1 of 1) sorted by relevance
1256 static const uint32_t mask_nosign = 0x7FFF; in halfToFloatBits() local1261 UInt4 expmant = As<UInt4>(halfBits) & UInt4(mask_nosign); in halfToFloatBits()