Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dpgenlib_misc.cc464 VecW inner_acc_both = vecw_setzero(); in Count12Vec6() local
508 inner_acc_both = inner_acc_both + (nybble_both & m4) + (vecw_srli(nybble_both, 4) & m4); in Count12Vec6()
512 acc_both = acc_both + vecw_bytesum(inner_acc_both, m0); in Count12Vec6()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_ld.cc210 VecW inner_acc_both = vecw_setzero(); in DotprodVecsNm() local
241 inner_acc_both = inner_acc_both + (count1_both & m4) + (vecw_srli(count1_both, 4) & m4); in DotprodVecsNm()
245 acc_both = acc_both + vecw_bytesum(inner_acc_both, m0); in DotprodVecsNm()