Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_base.h947 HEADER_INLINE VecU16 vecu16_shuffle8(VecU16 table, VecU16 indexes) { in vecu16_shuffle8() function
1376 HEADER_INLINE VecU16 vecu16_shuffle8(VecU16 table, VecU16 indexes) { in vecu16_shuffle8() function
H A Dplink2_bits.cc1513 vmask = vecu16_shuffle8(vmask, byte_gather); in Expand1bitTo16()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_import.cc5254 const VecU16 lookup_result = vecu16_shuffle8(lookup_vec, ready_for_lookup) & mask_000f; in BcfConvertUnphasedBiallelic()
5959 const VecU16 phasepresent_vec = vecu16_shuffle8(shifted_unmasked_bytes, gather_even); in BcfConvertPhasedBiallelic()
5960 const VecU16 phaseinfo_vec = vecu16_shuffle8(bit9s_at_bit7, gather_even); in BcfConvertPhasedBiallelic()
5970 const VecU16 lookup_result = vecu16_shuffle8(lookup_vec, ready_for_lookup) & mask_000f; in BcfConvertPhasedBiallelic()