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.c3382 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3394 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3462 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3506 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()