Home
last modified time | relevance | path

Searched refs:signmask (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1023 LLVMValueRef signmask = lp_build_const_int_vec(gallivm, intctype, in lp_build_cube_lookup() local
1038 ryneg = LLVMBuildXor(builder, ry, signmask, ""); in lp_build_cube_lookup()
1039 rzneg = LLVMBuildXor(builder, rz, signmask, ""); in lp_build_cube_lookup()
1044 signrxyz = LLVMBuildAnd(builder, signrxyz, signmask, ""); in lp_build_cube_lookup()
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp1012 #define OPENCV_HAL_IMPL_SSE_CHECK_SIGNS(_Tpvec, suffix, pack_op, and_op, signmask, allmask) \ argument
1015 return and_op(_mm_movemask_##suffix(pack_op(a.val)), signmask); \