Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3338 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, in lp_build_extract_mantissa() local
3350 res = LLVMBuildAnd(builder, x, mantmask, ""); in lp_build_extract_mantissa()
3419 LLVMValueRef mantmask = lp_build_const_int_vec(bld->gallivm, type, 0x007fffff); in lp_build_log2_approx() local
3472 mant = LLVMBuildAnd(builder, i, mantmask, ""); in lp_build_log2_approx()

Completed in 6 milliseconds