Searched refs:expmask (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3508 LLVMValueRef expmask = lp_build_const_int_vec(bld->gallivm, type, 0x7f800000); local in function:lp_build_log2_approx
3542 exp = LLVMBuildAnd(builder, i, expmask, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3430 LLVMValueRef expmask = lp_build_const_int_vec(bld->gallivm, type, 0x7f800000); local in function:lp_build_log2_approx
3473 exp = LLVMBuildAnd(builder, i, expmask, "");

Completed in 10 milliseconds