Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathutil.h44 bool IsNan(T value) { in IsNan() function
48 inline bool IsNan(float value) { in IsNan() function
56 inline bool IsNan(double value) { in IsNan() function
83 if (value == T(0) || ::google::protobuf::internal::IsNan<T>(value)) { in Sign()