#include <L1MuPacking.h>
|
static int | idxFromPacked (unsigned packed, unsigned int nbits) |
| get the value from the packed notation (+/-) More...
|
|
static unsigned | packedFromIdx (int idx, unsigned int nbits) |
| get the packed notation of a value, check range More...
|
|
static int | signFromPacked (unsigned packed, unsigned int nbits) |
| get the sign from the packed notation (0=positive, 1=negative) More...
|
|
Definition at line 111 of file L1MuPacking.h.
static int L1MuSignedPackingGeneric::idxFromPacked |
( |
unsigned |
packed, |
|
|
unsigned int |
nbits |
|
) |
| |
|
inlinestatic |
get the value from the packed notation (+/-)
Definition at line 117 of file L1MuPacking.h.
static unsigned L1MuSignedPackingGeneric::packedFromIdx |
( |
int |
idx, |
|
|
unsigned int |
nbits |
|
) |
| |
|
inlinestatic |
get the packed notation of a value, check range
Definition at line 119 of file L1MuPacking.h.
static int L1MuSignedPackingGeneric::signFromPacked |
( |
unsigned |
packed, |
|
|
unsigned int |
nbits |
|
) |
| |
|
inlinestatic |
get the sign from the packed notation (0=positive, 1=negative)
Definition at line 114 of file L1MuPacking.h.