| 
    ARTS
    2.0.49
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | HUGE_VAL HUGE | 
| #define | STRINGBUFSIZE 256 | 
| #define | FloatToUnsigned(f) ((unsigned long)(((long)((f) - 2147483648.0)) + 2147483647L + 1)) | 
| #define | SEXP_MAX 255 | 
| #define | SEXP_OFFSET 127 | 
| #define | SEXP_SIZE 8 | 
| #define | SEXP_POSITION (32-SEXP_SIZE-1) | 
| #define | DEXP_MAX 2047 | 
| #define | DEXP_OFFSET 1023 | 
| #define | DEXP_SIZE 11 | 
| #define | DEXP_POSITION (32-DEXP_SIZE-1) | 
| #define FloatToUnsigned | ( | f | ) | ((unsigned long)(((long)((f) - 2147483648.0)) + 2147483647L + 1)) |