Searched refs:justsign (Results 1 – 2 of 2) sorted by relevance
123 LLVMValueRef justsign = LLVMBuildXor(builder, h, expmant, ""); in lp_build_half_to_float() local124 LLVMValueRef sign = LLVMBuildShl(builder, justsign, i32_16, ""); in lp_build_half_to_float()
1139 UInt4 justsign = UInt4(mask_sign) & As<UInt4>(floatBits); in floatToHalfBits() local1140 UInt4 absf = As<UInt4>(floatBits) ^ justsign; in floatToHalfBits()1150 …loat4>(storeInUpperBits ? As<UInt4>(dst) | ((joined << 16) | justsign) : joined | (justsign >> 16)… in floatToHalfBits()