template<> \
typedef FP_Type UnsignedType; \
static const bool kIsSigned = true; \
static const bool kIsInteger = false; \
static const Type kPosMin; \
static const Type kPosMax; \
static const Type kMin; \
static const Type kMax; \
static const Type kNegMin; \
static const Type kNegMax; \
static
const int kMin10Exp =
PREFIX##_MIN_10_EXP; \
static
const int kMax10Exp =
PREFIX##_MAX_10_EXP; \
static const Type kEpsilon; \
static const Type kStdError; \
static
const int kPrecisionDigits =
PREFIX##_DIG; \
static const Type kNaN; \
static const Type kPosInf; \
static const Type kNegInf; \
DECL_FP_LIMIT_FUNCS \
};
Definition: xmlparse.c:154
#define LIBPROTOBUF_EXPORT
Definition: port.h:97
Type
Type of JSON value.
Definition: rapidjson.h:616