|
Enumerations |
enum | simth::ConversionFlag { simth::CUT,
simth::FILL,
simth::FIT
} |
Functions |
unsigned | simth::bits2value (BitSeq::const_iterator first, BitSeq::const_iterator behindLast) |
bool | simth::value2bit (unsigned index, size_t bitPos) |
void | simth::value2bits (unsigned index, BitSeq::iterator first, BitSeq::iterator behindLast) |
double | simth::llrValue2llvValue (LlrType llrValue, bool bitValue) |
bool | simth::llrValue2bit (LlrType llrValue) |
LlvType | simth::bit2llvValue (bool bit, bool index) |
LlrType | simth::bit2llrValue (bool bit) |
void | simth::bitSeq2llvSeq (const BitSeq &bits, LlvSeq &llv) |
void | simth::bitSeq2llvSeq (const BitSeq &bits, LlvSeq *llv) |
void | simth::llrSeq2bitLlvSeq (const LlrSeq &llr, LlvSeq &llv) |
void | simth::llrSeq2bitLlvSeq (const LlrSeq &llr, LlvSeq *llv) |
void | simth::llrSeq2bitSeq (const LlrSeq &from, BitSeq &bits) |
void | simth::llrSeq2bitSeq (const LlrSeq &from, BitSeq *bits) |
void | simth::llvSeq2bitLlvSeq (const LlvSeq &from, LlvSeq &bitLlv) |
void | simth::llvSeq2bitLlvSeq (const LlvSeq &from, LlvSeq *bitLlv) |
void | simth::llvSeq2llrSeq (const LlvSeq &from, LlrSeq &to, size_t outputLength=0) |
void | simth::llvSeq2llrSeq (const LlvSeq &from, LlrSeq *to, size_t outputLength=0) |
void | simth::bitLlvSeq2llvSeq (const LlvSeq &from, LlvSeq &to, unsigned bitsPerState=0) |
void | simth::bitLlvSeq2llvSeq (const LlvSeq &from, LlvSeq *to, unsigned bitsPerState=0) |
void | simth::bitSeq2IntSeq (const simth::BitSeq &bs, simth::checkedVector< int > &IntSeq, int numBits) |
size_t | simth::getSymSeqLength (size_t bitSeqLen, unsigned bitsPerSym, ConversionFlag flag=FIT) |
E.g: a LlrSeq can be converted to a LlvSeq with llrSeq2llvSeq().