#include <cstring>
#include <stdexcept>
#include "binio.h"
#include <cmath>
Go to the source code of this file.
Defines | |
#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 DEXP_MAX 2047 |
#define DEXP_OFFSET 1023 |
#define DEXP_POSITION (32-DEXP_SIZE-1) |
#define FloatToUnsigned | ( | f | ) | ((unsigned long)(((long)((f) - 2147483648.0)) + 2147483647L + 1)) |
#define HUGE_VAL HUGE |
Definition at line 35 of file binio.cc.
Referenced by binistream::ieee_double2float(), and binistream::ieee_single2float().
#define SEXP_MAX 255 |
#define SEXP_OFFSET 127 |
#define SEXP_POSITION (32-SEXP_SIZE-1) |
#define STRINGBUFSIZE 256 |