Searched refs:signmask (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1023 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/ |
D | intrin_sse.hpp | 1012 #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); \
|