Home
last modified time | relevance | path

Searched defs:IsNaN (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dmagick-type.h163 # define IsNaN(a) isnan(a) macro
166 # define IsNaN(a) _isnan(a) macro
168 # define IsNaN(a) (a != a) macro
/external/ceres-solver/include/ceres/
Dfpclassify.h52 inline bool IsNaN (double x) { return _isnan(x) != 0; } in IsNaN() function
Djet.h526 bool IsNaN(const Jet<T, N>& f) { in IsNaN() function
/external/skia/src/animator/
DSkAnimatorScript.cpp387 bool SkAnimatorScript::IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params, in IsNaN() function in SkAnimatorScript
/external/v8/src/compiler/
Dnode-matchers.h160 bool IsNaN() const { return this->HasValue() && std::isnan(this->Value()); } in IsNaN() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc58 inline bool IsNaN(double value) { in IsNaN() function
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc59 inline bool IsNaN(double value) { in IsNaN() function
/external/v8/src/
Dobjects-inl.h1097 bool Object::IsNaN() const { in IsNaN() function