Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2724 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
2736 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
2792 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
2836 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()