webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <float.h>
#include <math.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/mathlimits.h>
Go to the source code of this file.
Classes | |
class | google::protobuf::MathUtil |
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
Functions | |
template<typename T > | |
bool | google.protobuf.internal::IsNan (T value) |
template<> | |
bool | google.protobuf.internal::IsNan (float value) |
template<> | |
bool | google.protobuf.internal::IsNan (double value) |
template<typename T > | |
bool | google.protobuf.internal::AlmostEquals (T a, T b) |
template<> | |
bool | google.protobuf.internal::AlmostEquals (float a, float b) |
template<> | |
bool | google.protobuf.internal::AlmostEquals (double a, double b) |