Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dpgenlib_misc.cc772 odd1 = odd1 + cur_geno_vword_high_masked; in CountSubset3FreqVec6()
773 bothset1 = bothset1 + (cur_geno_vword_high_masked & cur_geno_vword); in CountSubset3FreqVec6()
779 cur_geno_vword_high_masked = cur_mask & vecw_srli(cur_geno_vword, 1); in CountSubset3FreqVec6()
781 odd1 = odd1 + cur_geno_vword_high_masked; in CountSubset3FreqVec6()
782 bothset1 = bothset1 + (cur_geno_vword_high_masked & cur_geno_vword); in CountSubset3FreqVec6()
799 cur_geno_vword_high_masked = cur_mask & vecw_srli(cur_geno_vword, 1); in CountSubset3FreqVec6()
801 odd2 = odd2 + cur_geno_vword_high_masked; in CountSubset3FreqVec6()
802 bothset2 = bothset2 + (cur_geno_vword_high_masked & cur_geno_vword); in CountSubset3FreqVec6()
807 cur_geno_vword_high_masked = cur_mask & vecw_srli(cur_geno_vword, 1); in CountSubset3FreqVec6()
809 odd2 = odd2 + cur_geno_vword_high_masked; in CountSubset3FreqVec6()
[all …]