Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_data.cc1309 … uintptr_t phaseinfo_bits_to_set = _pdep_u64(tmp_phaseinfo_input_word, new_phasepresent_word); in UnpackAndResortHphase() local
1310 while (phaseinfo_bits_to_set) { in UnpackAndResortHphase()
1311 const uint32_t sample_uidx_lowbits = ctzw(phaseinfo_bits_to_set); in UnpackAndResortHphase()
1313 phaseinfo_bits_to_set &= phaseinfo_bits_to_set - 1; in UnpackAndResortHphase()
1327 …uintptr_t phaseinfo_bits_to_set = _pdep_u64(tmp_phaseinfo_input_word, new_phasepresent_word) & sam… in UnpackAndResortHphase() local
1328 while (phaseinfo_bits_to_set) { in UnpackAndResortHphase()
1329 const uint32_t sample_uidx_lowbits = ctzw(phaseinfo_bits_to_set); in UnpackAndResortHphase()
1331 phaseinfo_bits_to_set &= phaseinfo_bits_to_set - 1; in UnpackAndResortHphase()