ALIGN_DOWN
ALIGN_DOWN Description Aligns the given value down to the nearest multiple of alignment.
Read MoreALIGN_DOWN_POW2
ALIGN_DOWN_POW2 Description Aligns the given value down to the nearest power-of-two multiple.
Read MoreALIGN_UP_POW2
ALIGN_UP_POW2 Description Aligns the given value up to the nearest power-of-two multiple.
Read MoreBitVecAlignmentScore
BitVecAlignmentScore Description Calculate alignment score between two bitvectors. Used in bioinformatics-style sequence alignment with match/mismatch scoring.
Read MoreBitVecBestAlignment
BitVecBestAlignment Description Find best overlapping alignment between two bitvectors. Returns the offset that gives the best alignment score.
Read More