Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c6181 …vecs_exclude(const __m128i* __restrict vptr, const __m128i* __restrict exclude_ptr, uintptr_t ct) { in popcount_vecs_exclude() argument
6199 count1 = _mm_andnot_si128(*exclude_ptr++, *vptr++); in popcount_vecs_exclude()
6200 count2 = _mm_andnot_si128(*exclude_ptr++, *vptr++); in popcount_vecs_exclude()
6201 half1 = _mm_andnot_si128(*exclude_ptr++, *vptr++); in popcount_vecs_exclude()