#include <float.h>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | GainFormat "%lld" |
#define | GainInputFormat "%lld" |
#define | HAVE_LONG_LONG |
#define | LLONG_MAX 9223372036854775807LL |
#define | LLONG_MIN (-LLONG_MAX - 1LL) |
#define | MINUS_INFINITY LLONG_MIN |
#define | PLUS_INFINITY LLONG_MAX |
Typedefs | |
typedef long long | GainType |
#define GainFormat "%lld" |
Definition at line 22 of file GainType.h.
#define GainInputFormat "%lld" |
Definition at line 23 of file GainType.h.
#define HAVE_LONG_LONG |
Definition at line 5 of file GainType.h.
#define LLONG_MAX 9223372036854775807LL |
Definition at line 15 of file GainType.h.
#define LLONG_MIN (-LLONG_MAX - 1LL) |
Definition at line 18 of file GainType.h.
#define MINUS_INFINITY LLONG_MIN |
Definition at line 21 of file GainType.h.
#define PLUS_INFINITY LLONG_MAX |
Definition at line 20 of file GainType.h.
typedef long long GainType |
Definition at line 13 of file GainType.h.