Searched refs:IsNan (Results 1 – 1 of 1) sorted by relevance
44 bool IsNan(T value) { in IsNan() function48 inline bool IsNan(float value) { in IsNan() function56 inline bool IsNan(double value) { in IsNan() function83 if (value == T(0) || ::google::protobuf::internal::IsNan<T>(value)) { in Sign()