#include <mathutil.h>
|
template<typename T > |
static T | Abs (const T x) |
|
template<typename T > |
static T | Abs (const T x) |
|
template<typename T > |
static MathLimits< T >::UnsignedType | AbsDiff (const T x, const T y) |
|
template<typename T > |
static internal::MakeUnsignedT< T > | AbsDiff (const T x, const T y) |
|
template<typename T > |
static bool | AlmostEquals (T a, T b) |
|
template<typename T > |
static bool | AlmostEquals (T a, T b) |
|
template<typename T > |
static T | Max (const T x, const T y) |
|
template<typename T > |
static T | Max (const T x, const T y) |
|
template<typename T > |
static T | Sign (T value) |
|
template<typename T > |
static T | Sign (T value) |
|
template<typename T > |
static bool | WithinFractionOrMargin (const T x, const T y, const T fraction, const T margin) |
|
template<typename T > |
static bool | WithinFractionOrMargin (const T x, const T y, const T fraction, const T margin) |
|
◆ Abs() [1/2]
template<typename T >
static T google::protobuf::MathUtil::Abs |
( |
const T |
x | ) |
|
|
inlinestatic |
◆ Abs() [2/2]
template<typename T >
static T google::protobuf::MathUtil::Abs |
( |
const T |
x | ) |
|
|
inlinestatic |
◆ AbsDiff() [1/2]
◆ AbsDiff() [2/2]
◆ AlmostEquals() [1/2]
template<typename T >
static bool google::protobuf::MathUtil::AlmostEquals |
( |
T |
a, |
|
|
T |
b |
|
) |
| |
|
inlinestatic |
◆ AlmostEquals() [2/2]
template<typename T >
static bool google::protobuf::MathUtil::AlmostEquals |
( |
T |
a, |
|
|
T |
b |
|
) |
| |
|
inlinestatic |
◆ Max() [1/2]
template<typename T >
static T google::protobuf::MathUtil::Max |
( |
const T |
x, |
|
|
const T |
y |
|
) |
| |
|
inlinestatic |
◆ Max() [2/2]
template<typename T >
static T google::protobuf::MathUtil::Max |
( |
const T |
x, |
|
|
const T |
y |
|
) |
| |
|
inlinestatic |
◆ Sign() [1/2]
template<typename T >
static T google::protobuf::MathUtil::Sign |
( |
T |
value | ) |
|
|
inlinestatic |
◆ Sign() [2/2]
template<typename T >
static T google::protobuf::MathUtil::Sign |
( |
T |
value | ) |
|
|
inlinestatic |
◆ WithinFractionOrMargin() [1/2]
◆ WithinFractionOrMargin() [2/2]
The documentation for this class was generated from the following file: