Home
last modified time | relevance | path

Searched refs:kEpsilon (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathlimits.cc66 const Type MathLimits<Type>::kEpsilon; \
111 const Type MathLimits<Type>::kEpsilon = PREFIX##_EPSILON; \
114 32 * (DBL_EPSILON * DBL_EPSILON > MathLimits<Type>::kEpsilon \
115 ? DBL_EPSILON * DBL_EPSILON : MathLimits<Type>::kEpsilon); \
Dmathlimits.h94 static const Type kEpsilon; member
180 static const Type kEpsilon = 1; \
198 static const Type kEpsilon = 1; \
259 static const Type kEpsilon; \