Home
last modified time | relevance | path

Searched refs:justsign (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c123 LLVMValueRef justsign = LLVMBuildXor(builder, h, expmant, ""); in lp_build_half_to_float() local
124 LLVMValueRef sign = LLVMBuildShl(builder, justsign, i32_16, ""); in lp_build_half_to_float()
/external/swiftshader/src/Shader/
DShaderCore.cpp1139 UInt4 justsign = UInt4(mask_sign) & As<UInt4>(floatBits); in floatToHalfBits() local
1140 UInt4 absf = As<UInt4>(floatBits) ^ justsign; in floatToHalfBits()
1150 …loat4>(storeInUpperBits ? As<UInt4>(dst) | ((joined << 16) | justsign) : joined | (justsign >> 16)… in floatToHalfBits()