Searched defs:mantmask (Results 1 - 2 of 2) sorted by relevance

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

Completed in 930 milliseconds