#include "base/inttypes.h"Go to the source code of this file.
Defines | |
| #define | ADD_BITS(BITS, VALUE) |
Functions | |
| cindex_t | dbm_computeTables (const uint32_t *bitSrc, const uint32_t *bitDst, size_t bitSize, cindex_t *table, cindex_t *cols) |
| Internal function: compute redirection tables table and cols (for update of DBM). | |
| void | dbm_updateDBM (raw_t *dbmDst, const raw_t *dbmSrc, cindex_t dimDst, cindex_t dimSrc, const cindex_t *cols) |
| Internal function: update a DBM (copy & and insert new rows). | |
| void | dbm_closeLU (raw_t *dbm, cindex_t dim, const int32_t *lower, const int32_t *upper) |
| Specialized close for extrapolation: can skip outer loop k if lower[k] == upper[k] == infinity. | |
|
|
Value: if ((VALUE) != dbm_LS_INFINITY) \ { \ BITS |= base_absNot(VALUE); \ } |
|
||||||||||||||||||||
|
Specialized close for extrapolation: can skip outer loop k if lower[k] == upper[k] == infinity.
|
|
||||||||||||||||||||||||
|
Internal function: compute redirection tables table and cols (for update of DBM).
|
|
||||||||||||||||||||||||
|
Internal function: update a DBM (copy & and insert new rows).
|
1.4.2