webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <mathlimits.h>
Public Types | |
typedef T | Type |
typedef T | UnsignedType |
Static Public Member Functions | |
static bool | IsFinite (const Type x) |
static bool | IsNaN (const Type x) |
static bool | IsInf (const Type x) |
static bool | IsPosInf (const Type x) |
static bool | IsNegInf (const Type x) |
Static Public Attributes | |
static const bool | kIsSigned |
static const bool | kIsInteger |
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 |
static const int | kMax10Exp |
static const Type | kEpsilon |
static const Type | kStdError |
static const int | kPrecisionDigits |
static const Type | kNaN |
static const Type | kPosInf |
static const Type | kNegInf |
typedef T google::protobuf::MathLimits< T >::Type |
typedef T google::protobuf::MathLimits< T >::UnsignedType |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |