Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c6787 __m128i to_ct1_c; in count_2freq_dbl_960b() local
6819 to_ct1_c = _mm_add_epi64(to_ct1_c, _mm_andnot_si128(loader3, loader2)); in count_2freq_dbl_960b()
6833 to_ct1_c = _mm_add_epi64(to_ct1_c, _mm_andnot_si128(loader3, loader2)); in count_2freq_dbl_960b()
6842to_ct1_c = _mm_add_epi64(_mm_and_si128(to_ct1_c, m2), _mm_and_si128(_mm_srli_epi64(to_ct1_c, 2), m… in count_2freq_dbl_960b()
6943 uintptr_t to_ct1_c; in count_2freq_dbl_24b() local
6953 to_ct1_c = loader2 & (~loader3); in count_2freq_dbl_24b()
6968 to_ct1_c += loader2 & (~loader3); in count_2freq_dbl_24b()
6982 to_ct1_c += loader2 & (~loader3); in count_2freq_dbl_24b()
6992 partial1_c = (to_ct1_c & 0x33333333) + ((to_ct1_c >> 2) & 0x33333333); in count_2freq_dbl_24b()
7001 to_ct1_c = loader2 & (~loader3); in count_2freq_dbl_24b()
[all …]