Searched refs:justsign (Results 1 – 1 of 1) sorted by relevance
1240 UInt4 justsign = UInt4(mask_sign) & As<UInt4>(floatBits); in floatToHalfBits() local1241 UInt4 absf = As<UInt4>(floatBits) ^ justsign; in floatToHalfBits()1251 …loat4>(storeInUpperBits ? As<UInt4>(dst) | ((joined << 16) | justsign) : joined | (justsign >> 16)… in floatToHalfBits()