Go to the source code of this file.
|
| #define | ZFP_MIN_BITS 0 /* minimum number of bits per block */ |
| |
| #define | ZFP_MAX_BITS 4171 /* maximum number of bits per block */ |
| |
| #define | ZFP_MAX_PREC 64 /* maximum precision supported */ |
| |
| #define | ZFP_MIN_EXP -1074 /* minimum floating-point base-2 exponent */ |
| |
◆ ZFP_MAX_BITS
| #define ZFP_MAX_BITS 4171 /* maximum number of bits per block */ |
◆ ZFP_MAX_PREC
| #define ZFP_MAX_PREC 64 /* maximum precision supported */ |
◆ ZFP_MIN_BITS
| #define ZFP_MIN_BITS 0 /* minimum number of bits per block */ |
◆ ZFP_MIN_EXP
| #define ZFP_MIN_EXP -1074 /* minimum floating-point base-2 exponent */ |