Searched refs:expmask (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3508 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 D | lp_bld_arit.c | 3430 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