Searched refs:mantmask (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 | 3429 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, local in function:lp_build_extract_mantissa 3441 res = LLVMBuildAnd(builder, x, mantmask, ""); 3509 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); local in function:lp_build_log2_approx 3553 mant = LLVMBuildAnd(builder, i, mantmask, ""); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ | ||
| H A D | lp_bld_arit.c | 3351 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, local in function:lp_build_extract_mantissa 3363 res = LLVMBuildAnd(builder, x, mantmask, ""); 3431 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); local in function:lp_build_log2_approx 3484 mant = LLVMBuildAnd(builder, i, mantmask, ""); |
Completed in 11 milliseconds