Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/cpu/apexc/
H A Dapexc.cpp581 int shifted_bit = 0; in execute() local
584 shifted_bit = m_r & 1; in execute()
589 if (shifted_bit) in execute()
627 int shifted_bit; in execute() local
630 shifted_bit = 0; in execute()
634 if (shifted_bit && ! (m_r & 1)) in execute()
636 else if ((! shifted_bit) && (m_r & 1)) in execute()
653 shifted_bit = m_r & 1; in execute()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/apexc/
H A Dapexc.cpp581 int shifted_bit = 0; in execute() local
584 shifted_bit = m_r & 1; in execute()
589 if (shifted_bit) in execute()
627 int shifted_bit; in execute() local
630 shifted_bit = 0; in execute()
634 if (shifted_bit && ! (m_r & 1)) in execute()
636 else if ((! shifted_bit) && (m_r & 1)) in execute()
653 shifted_bit = m_r & 1; in execute()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_random.cc224 uintptr_t shifted_bit; in GeneratePerm1Interleaved() local
234 shifted_bit = k1LU << lowbits; in GeneratePerm1Interleaved()
235 } while (pbptr[widx * perm_end_idx] & shifted_bit); in GeneratePerm1Interleaved()
236 pbptr[widx * perm_end_idx] |= shifted_bit; in GeneratePerm1Interleaved()
249 uintptr_t shifted_bit; in GeneratePerm1Interleaved() local
258 shifted_bit = k1LU << lowbits; in GeneratePerm1Interleaved()
259 } while (!(pbptr[widx * perm_end_idx] & shifted_bit)); in GeneratePerm1Interleaved()
260 pbptr[widx * perm_end_idx] ^= shifted_bit; in GeneratePerm1Interleaved()
H A Dplink2_import.cc1315 dosage_present_hw |= shifted_bit; in VcfConvertPhasedBiallelicDosageLine()
1570 patch_10_hw |= shifted_bit; in VcfConvertUnphasedMultiallelicLine()
1640 patch_01_hw |= shifted_bit; in VcfConvertUnphasedMultiallelicLine()
1739 patch_10_hw |= shifted_bit; in VcfConvertUnphasedMultiallelicLine()
2017 uint32_t shifted_bit = 1; in VcfConvertPhasedMultiallelicLine() local
2084 patch_10_hw |= shifted_bit; in VcfConvertPhasedMultiallelicLine()
2183 shifted_bit *= 2; in VcfConvertPhasedMultiallelicLine()
2276 patch_10_hw |= shifted_bit; in VcfConvertPhasedMultiallelicLine()
2395 shifted_bit *= 2; in VcfConvertPhasedMultiallelicLine()
6758 phasepresent_hw |= shifted_bit; in BcfConvertPhasedBiallelicDosage()
[all …]
H A Dplink2_export.cc2894 uint32_t shifted_bit = 1; in ExportBgen13Thread() local
2898 if (dosage_present_hw & shifted_bit) { in ExportBgen13Thread()
2947 uint32_t shifted_bit = 1; in ExportBgen13Thread() local
2950 if (dosage_present_hw & shifted_bit) { in ExportBgen13Thread()
2955 if (!(female_hw & shifted_bit)) { in ExportBgen13Thread()
2993 uint32_t shifted_bit = 1; in ExportBgen13Thread() local
2997 if (dosage_present_hw & shifted_bit) { in ExportBgen13Thread()
3026 if (phaseinfo_hw & shifted_bit) { in ExportBgen13Thread()
3070 uint32_t shifted_bit = 1; in ExportBgen13Thread() local
3078 if (!(female_hw & shifted_bit)) { in ExportBgen13Thread()
[all …]
H A Dplink2_data.cc1397 const uintptr_t shifted_bit = k1LU << new_sample_lowbits; in UnpackAndResortHphase() local
1398 phasepresent[new_sample_widx] |= shifted_bit; in UnpackAndResortHphase()
1400 phaseinfo[new_sample_widx] |= shifted_bit; in UnpackAndResortHphase()
1418 const uintptr_t shifted_bit = k1LU << new_sample_lowbits; in UnpackAndResortHphase()
1419 phasepresent[new_sample_widx] |= shifted_bit; in UnpackAndResortHphase()
1421 phaseinfo[new_sample_widx] |= shifted_bit; in UnpackAndResortHphase()
1448 const uintptr_t shifted_bit = k1LU << new_sample_lowbits; in UnpackAndResortHphase() local
1449 phasepresent[new_sample_widx] |= shifted_bit; in UnpackAndResortHphase()
1451 phaseinfo[new_sample_widx] |= shifted_bit; in UnpackAndResortHphase()
1471 phasepresent[new_sample_widx] |= shifted_bit; in UnpackAndResortHphase()
[all …]
H A Dplink2_ld.cc2725 const uintptr_t shifted_bit = phasepresent_nodphase_word & (-phasepresent_nodphase_word); in DosagePhaseinfoPatch() local
2727 if (dosage_present_word & shifted_bit) { in DosagePhaseinfoPatch()
2731 if (!(phaseinfo_word & shifted_bit)) { in DosagePhaseinfoPatch()
2736 phasepresent_nodphase_word ^= shifted_bit; in DosagePhaseinfoPatch()
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.h336 const uintptr_t shifted_bit = cur_bits & (-cur_bits); in BitIter1y() local
337 *cur_bitsp = cur_bits ^ shifted_bit; in BitIter1y()
338 return shifted_bit; in BitIter1y()
/dports/mail/isync/isync-1.4.4/src/
H A Dcommon.h50 #define shifted_bit(in, from, to) \ macro
H A Dutil.c831 sn->cb( m | shifted_bit( m, POLLHUP, POLLIN ), sn->aux ); in event_wait()
H A Dsync.c1994 if ((t == N) && ((shifted_bit(srec->status, S_EXPIRE, S_EXPIRED) ^ srec->status) & S_EXPIRED)) { in box_loaded()
H A Ddrv_imap.c2881 imap_submit_load( ctx, buf, shifted_bit( ctx->opts, OPEN_OLD_IDS, WantMsgids ), sts ); in imap_load_box()
/dports/mail/isync/isync-1.4.4/
H A DChangeLog2731 make more use of shifted_bit()