StochHMM  v0.34
Flexible Hidden Markov Model C++ Library and Application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
bitwise_ops.cpp File Reference
#include "bitwise_ops.h"

Go to the source code of this file.

Namespaces

namespace  StochHMM
 traceback_path.h

Functions

std::string StochHMM::intToBinString (uint32_t val)
size_t StochHMM::msb (uint32_t val)
size_t StochHMM::lowestBitSet (uint32_t x)
int8_t StochHMM::popCount (uint32_t val)
uint32_t StochHMM::maskLeft (uint32_t val, uint8_t pos)
uint32_t StochHMM::maskRight (uint32_t val, uint8_t pos)